/* CSS Document */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #990033;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #990033;
}
h2{
	font-size: 12px;
}
h3{
	font-size: 16px;
	color: #990033;
}
ul{
	font-size: 11px;
	line-height: 18px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
tr{
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#stage{
	width: 720px;
	height: 100%;
	margin: 0 auto;
	background-color:#FFFFFF;
	border: solid #000000 2px;
}
#stage2{
	width: 720px;
	height: 330px;
	margin: 0 auto;
	background-color:#FFFFFF;
	/* border: solid #000000 2px; */
}
#header{
	width: 690px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	padding: 80px 10px 30px 20px;
	font-size: 36px;
}
#navBar{
	background-color: #000000;
	height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding: 30px 5px 5px 5px;
}
#copyblock01{
	float: inherit;
	z-index: 99;
	width: 680px;
	margin: 150px 10px 10px 20px;
	position: absolute;
	font-weight: 300;
	font-size: 14px;
	text-align: justify;
	line-height: 24px;
}
#footerhome{
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
#footer{
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
/*#aniLogo{
	position: absolute;
	margin: 40px 10px 10px 480px;
	float: right;
	width: 181px;
}*/
#flashcontent{
	position: absolute;
	margin: 40px 50px 10px 480px;
	float: right;
	width: 181px;
	z-index: 99;
}
#imageblock{
	margin: 0px 0px 0px 0px;
	z-index: 2;
}
#copyPlans{
	float: inherit;
	z-index: 99;
	width: 410px;
	margin: 15px 45px 40px 20px;
	position: absolute;
	font-weight: 300;
	font-size: 14px;
	text-align: justify;
	line-height: 24px;
	color: #000000;
}
#copyForm{
	float: inherit;
	z-index: 99;
	width: 443px;
	margin: 10px 10px 5px 15px;
	position: absolute;
	font-weight: 300;
	font-size: 14px;
	text-align: justify;
	line-height: 24px;
	color: #000000;
	height: 300px;
	padding: 5px 5px 5px 5px;
}
