/* CSS Document */

Body,html {	
			background-color: #000000;
			text-align:center;
			margin:0px;
			height:auto;
			width:100%;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			color: #423731;
			letter-spacing:1px;
			overflow-x:hidden;
					
}


a:link {color: #990000; text-decoration: underline;}
a:active {color: #990000; text-decoration: underline;}
a:visited {color: #990000; text-decoration: underline;}
a:hover {color: #990000;}



H1 {font-size: 13px; margin-bottom: 2px;}

H2 {font-size: 13px; color: #FFCC33; margin-bottom: 2px; font-weight:bold;}
H2 a:link {color: #FFCC33; text-decoration: none;}
H2 a:active {color: #FFCC33; text-decoration: none;}
H2 a:visited {color: #FFCC33; text-decoration: none;}
H2 a:hover {color: #FFCC33;}

H3 {font-size: 13px; color: #D0670A; margin-bottom: 2px;}
H4 {font-size: 13px; color: #62A9AC; margin-bottom: 2px;}
H5 {font-size: 13px; margin-bottom: 2px;}
H6 {font-size: 13px; margin-bottom: 2px;}

#Posdiv{
	height: 100%;
	margin: auto;
	position: relative;
	text-align: center;
	top: 0px;
	width: 760px;
	z-index: 0;
	left: 0px;
}


#NavDiv { 
		z-index: 3; 
		float: left; 
		width:760px; 
		vertical-align: top; 
		height: 90px;
		font-size:12px;
		font-weight:bold;
		position: relative;}

.Navigation {color: #f7d341; cursor: default;}
.Navigation a:link{color: #f7d341; text-decoration: none;}
.Navigation a:active{color: #f7d341; text-decoration: none;}
.Navigation a:visited{color: #f7d341; text-decoration: none;}
.Navigation a:hover{color: #f7d341; text-decoration: underline; cursor: hand;}

#ContentDiv{position: relative; 
			z-index: 2; 
			background-color: #ffffff; 
			vertical-align: top; 
			width:760px; 
			background-image: url(../_Images/Includes/side_b.gif); 
			background-repeat: repeat-y; 
			padding: 0px; 
			float: left; 
			height: auto; 
			}



#LefContentDiv {position: relative; 
				z-index: 3; 
				float: left; 
				vertical-align: top; 
				width:730px;
				background-color: #FFFFFF; 
				padding-right: 5px; 
				padding-left: 25px; 
				padding-top: 10px; 
				padding-bottom: 0px; 
				margin: 0px;    
				background-image: url(../_Images/Includes/side_b.gif);  
				text-align:left; 
				background-repeat: repeat-y;}

#LefContentHomeDiv {position: relative; 
					z-index: 3; 
					float: left; 
					vertical-align: top; 
					width:350px; 
					background-color: #FFFFFF; 
					padding-right: 5px; 
					padding-left: 25px; 
					padding-top: 10px; 
					padding-bottom: 0px; 
					margin: 0px; 
					background-image: url(../_Images/Includes/side_b.gif);   
					background-repeat: repeat-y;
					text-align:left;}

#RightContentDiv {position: relative; 
				z-index: 3; 
				float: left; 
				vertical-align: top; 
				width:380px; 
				background-color: #FFFFFF;   
				padding-top: 10px; 
				padding-bottom: 0px; 
				margin: 0px;   }

#BottomNavDiv {position: relative; 
				z-index: 2; 
				float: left; 
				width: 758px; 
				vertical-align: bottom; 
				background-color: #FFFFFF; 
				height: 100%; 
				margin: 0px; 
				background-image: url(../_Images/Includes/side_b.gif); 
				background-repeat: repeat-y; 
				padding-top: 7px; 
				padding-left:2px; }

#CopyrightDiv {position: relative; 
				z-index: 2; 
				float: left; 
				width:760px; 
				padding: 5px; 
				vertical-align: top; 
				height: 15px; 
				text-align: center; 
				cursor: default;}

.txtForm {
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	vertical-align: bottom;
	text-align: left;
	padding-left: 2px;
	margin: 0px;

}
.FormButtons {
	background-color: #F3F3F3;
	border: 1px solid #999999;
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #999999;
	vertical-align: middle;
	text-align: center;
}
.Pictures_Left {float: left; margin: 5px;}
.Pictures_Right {float: right; margin: 5px;}
