@charset "utf-8";
/* CSS Document */



body			{	margin: 0px;
					font-family: Arial, Helvetica, sans-serif;
					font-size:12px;
					color: #004B8D;
					letter-spacing:1px;
				}

h1				{	font-size: 16px;
					letter-spacing: 1px;
				}	
				
h2				{	font-size: 16px;
					letter-spacing: 1px;
				}	
	
img				{	border: none}	

p				{	margin-bottom: 30px;}	

#Main			{	position: absolute;
					left: 50%;
					width: 900px;
					margin-left: -450px;
					top: 0px;
					bottom: 0px;
					z-index: 10;
				}
				
#Top			{	width: 900px;
					height: 150px;
					border-left: 1px solid #666666;
					border-right: 1px solid #666666;
				}

#SubTop			{	width: 900px;
					height: 150px;
					height: 40px;
					border-left: 1px solid #004B8D;
					border-right: 1px solid #004B8D;
					border-top: 1px solid #FFFFFF;
					
				}	

#SubTopIn		{	width: 860px;
					background-color: #004B8D;
					padding-left:20px;
					padding-right: 20px;
					line-height: 22px;
					color: #FFFFFF;
					text-align: center;
					font-weight: bold;
					font-size: 16px;
					
				}

.Menu			{	width: 865px;
					height: 35px;
					padding-left: 25px;
					line-height: 30px;
					padding-top: 5px;
					padding-right: 10px;
					background-color: green;
					border-left: 1px solid green;
					border-right: 1px solid green;
					border-top: 1px solid #FFFFFF;
					font-size: 14px;
					text-align: center;
										
				}

.Menu a			{	color: #FFFFFF; text-decoration:none}
.Menu a:active	{	color: #FFFFFF; text-decoration:none}
.Menu a:hover	{	color: #FFFFFF; text-decoration:none; font-weight: bold;}


.MenuButton		{	margin-right: 5px;
					margin-left: 5px;
				}

#Text			{	position: absolute;
					width: 880px;
					padding-left:10px;
					padding-right:10px;
					padding-bottom:10px;
					top: 231px;
					bottom: 40px;
					border-left: 1px solid #666666;
					border-right: 1px solid #666666;
					line-height:20px;
					

				}

#TextLeft		{	position: absolute;
					top: 30px;
					bottom: 20px;
					width: 850px;
					padding: 20px;
					padding-top: 0px;
					overflow-x:hidden;
					overflow-y:auto;
				}




#Footer			{	position: absolute;
					bottom: 0px;
					width:900px;
					height: 40px;
					line-height: 40px;
					background-color: #004B8D;
					z-index: 50;
					border-left: 1px solid #666666;
					border-right: 1px solid #666666;
				}

.naw			{	color: #FFFFFF;
					text-align:center
				}
					
.naw a			{	text-decoration:none; color:#FFFFFF}
.naw a:active	{	text-decoration:none; color:#FFFFFF}
.naw a:hover	{	text-decoration:underline; color:#FFFFFF}
.naw a:visited	{	text-decoration:none; color:#FFFFFF}
					
.TextField		{	width: 400px;}
.error 			{
					border-color : red;	
}


#ie6msg{position: absolute; width: 100%;  background-color: #37A829; border: 3px solid #FFFFFF; color:#FFFFFF; z-index: 10000; font-family: "Arial"; } 
#ie6msg h4{margin:8px; padding:0;font-size: 12px;} 
#ie6msg p{margin:8px; padding:0; font-size: 11px}  
#ie6msg p a.getie7{font-weight:bold; color:#FFFFFF; text-decoration: underline} 
#ie6msg p a.ie6expl{font-weight:bold; color:#FFFFFF; text-decoration: underline} 

