html {
	/*background-image: url(images/background_repeat.jpg);
	background-repeat: repeat-x;
	background-color: #FFCB80;*/
	background-color: #cccccc;
}

body {
	margin: auto;
	width: 1002px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #ffffff;
	
	text-align: center;
	
}

#header {
	background-image: url(images/banner5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1002px;
	height: 168px;
	
	background-color: #cccccc;
}

#banner {
	padding: 0px 0px 20px 25px;
	margin: 0px;
	background-color: #013567;
	width: 720px;
}

#container {
	width: 1002px;
	min-height: 600px;
	height: auto;
	text-align: left;
	
	background-image: url(images/background_container.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	
	
	background-color: #cccccc;
}

#content {
	width: 640px;
	min-height:500px;
 	height:auto !important;
 	height:500px;

	padding: 0px 50px 20px 40px;
	margin: 0px;
	
	/*background-color: #66FFFF;*/
}

#sidemenu {
	margin: 40px 0px 0px 750px;
	width: 200px;
	position: absolute;	
}

#footer {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	
	text-align: center;
	width: 1000px;
	
	color: #666666;
	
	font-size: 12px;
	font-weight: bold;

	
	height: 50px;
}

#question {
	padding: 0px 0px 10px 0px;
	
}

#answer {
	padding: 0px 0px 10px 0px;
	color: #FFB405;

}


.menu {

	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #FF9900;
	
	font-weight: bold;

}

.form {

	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #444444;

}

.form_text {

	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #ffffff;
	text-align: right;
	vertical-align: top;

}

.side_text {

	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #ffffff;

}


h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: none;
	text-decoration: none;
	line-height: 100%;
	letter-spacing: 2px;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFB405;
	font-weight: bold;
	margin-bottom:0px; 
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	margin-bottom:0px; 
	text-align: left;

}

p {
	margin: 4px 0px;
}

.header_nav:link {
	color: #FFB405;
	text-decoration: underline;
}
.header_nav:visited {
	color: #FFB405;
	text-decoration: underline;
}
.header_nav:hover {
	color: #FFB405;
	text-decoration: underline;
}
.header_nav:active {
	color: #FFB405;
	text-decoration: underline;
}

.menu:link {
	color: #FFBB00;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
}
.menu:visited {
	color: #FFBB00;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
}
.menu:hover {
	color: #FFBB00;
	text-decoration: underline;
	padding: 2px 0px 2px 0px;
}
.menu:active {
	color: #FFBB00;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
}

a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
