@charset "utf-8";
/* CSS Document */
body {
	background-image:url(background.jpg);
	background-color:#4A6D93;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 0% 0%;
	text-align:center;
	font-size:80%;
	font-family:Tahoma, Geneva, sans-serif;
	}


#container{
position:relative;
text-align:center;
width:990px;
min-width:990px;
margin:0 auto;
margin-top:2px;
}
	#pageheader {
	position:relative;
	text-align:left;
	width:980px;
	min-width:980px;
	margin:0 auto;
	clear:both;
	}
		#adbanner{
			clear:both;
			height:90px;
			text-align:center;
		}
		#menubar {
		/*background-image:url(topbar_temp.png);
		background-repeat:no-repeat;
		background-position: 20% 72%;
		height:102px;*/
		}
		#menubarbuttons{
			position:relative;
			margin-top:50px;
		}
		#flashbannercontainer {
			position:relative;
			float:right;
			margin-right:20px;
			margin-top:-80px;
		}

	#sitecontent{
	position:relative;
	text-align:left;
	width:980px;
	min-width:980px;
	margin:0 auto;
	}
		#submitcolumn{
			float:left;
			margin-right:12px;
			background-image:url(leftbar.png);
			width:181px;
			height:389px;
			color:#FFF;
			font-size:90%;
		}
			 input.text{
				background-color:#EDF6FF;
				width:150px;
				border:0px solid black;
			}
			 input.radio{
				margin:0px;
			}
			 input.submit{
				background-color:#19b83e;
				border:1px solid #083813;
				color:#EDF6FF;
				float:right;
				margin-top:4px;
			}
			 textarea{
				background-color:#EDF6FF;
				overflow:auto;
				height:30px;
				width:150px;
				margin-bottom:4px;
				border:0px solid black;
			}
			.txtAreaQuestion{
			height:70px;	
			}
			#submitaquestion{
				margin:30px 10px 10px 10px;
			}
			#newslettersign{
				margin:10px 10px;
			}
		#maincontent{
			float:left;
			margin-right:12px;
		}
			#latestnews{
				margin-bottom:20px;
				background-image:url(latestnews.png);
				width:588px;
				height:236px;
				overflow:hidden;
			}
			#newscontainer{
			color:#EDF6FF;
			margin:30px 10px 5px 10px;
			}
				#newscontainer h1{
					font-weight:bold;
					font-size:120%;
					color:#1D2E43;
				}
				#newscontainer h2{
					font-size:90%;
					margin-top:6px;
					margin-bottom:6px;
				}
				#newscontainer .text{
					font-size:110%;
				}
			#recentlyasked{
				width:588px;
			}
			#QAcontainer{
				background-image:url(recentlyasked.png);
				background-repeat:repeat-y;
				color:#333;
				padding:10px 10px 5px 10px;
			}
				#QAcontainer h1{
					background-color:#19b83e;
					color:#EDF6FF;
					font-weight:bold;
					font-size:120%;
					padding:2px 4px;
				}
				#QAcontainer h2{
					background-color:#b51a30;
					color:#EDF6FF;
					font-weight:bold;
					font-size:120%;
					padding:2px 4px;
				}
				#QAcontainer .Qtext{
					font-size:110%;
					padding:4px 10px;
				}
				#QAcontainer .Atext{
					font-size:110%;
					padding:4px 10px;
				}
				#QAcontainer hr {
					color:#A7BACE;
					border: 0;
					color: #A7BACE;
					background-color: #A7BACE;
					height: 1px;
					width: 200px;
					text-align: center;
					margin-top:10px;
					margin-bottom:10px;
				}
		#skyscrapercolumn{
			float:right;
		}
		#skyadcontainer{
		text-align:center;
		border:2px solid #1D2E43;
		}
		
		#footer{
		width:588px;
		font-size:80%;
		text-align:center;
		}

