@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../images/bg_2.png) repeat;
	font: normal 12px/20px Verdana, Geneva, sans-serif;
}
a img {
	border-width: 0px;
	float: left;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #693;
}


#main_wrapper {
	margin: 0px auto;
}
#header {
	background: url(../images/header_bg.png);
	height: 150px;
	margin-right: auto;
	margin-left: auto;
}
#header_inner {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: 150px;
}
#header_inner #download {
	float: right;
	height: 20px;
	width: 111px;
	background: #FDBD30;
	font-weight: bold;
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
}

#download a {
	text-decoration: none;
	color: #FFF;
}
#header_inner h1 {
	text-decoration: none;
	float: left;
	height: 99px;
	width: 347px;
	margin-top: 30px;
}


#nav {
	width: 960px;
	border-bottom: 1px solid #669933;
	margin: 0px auto;
}
#nav ul {
	list-style: none;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#nav li  {
	display: inline;
	margin-left: 10px;
	font-weight: bold;
}
#nav ul li a:link, a:visited {
	text-decoration: none;
	color: #693;
}
#nav ul li a:hover, a:focus {
	color: #fdbd30;
}






#body_wrapper {
	text-align: center;
	width: 960px;
	margin: 10px auto 0px;
	height: 470px;
}
#body_inner {
	height: 450px;
	width: 940px;
	background: #FFF;
	padding: 10px;
}
#body_inner p {
	text-align: left;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #666;
	margin-bottom: 10px;
}
.left_col ul {
	list-style: none;
	text-align: left;
	color: #666;
}
.quote {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	line-height: 25px;
}
.emphasis {
	color: #693;
	font-weight: bold;
}
#page_heading {
	margin-bottom: 10px;
	text-align: left;
}
#body_inner .left_col {
	float: left;
	width: 411px;
	margin-right: 20px;
	height: 400px;
}
#body_inner .middle_col {
	float: left;
	width: 280px;
	margin-right: 20px;
	height: 400px;
}
#body_inner .right_col {
	width: 209px;
	float: right;
	height: 400px;
}
.quote_box {
	background: #fdbd30;
	padding: 5px;
}





.clear {
	clear: both;

}



#footer {
	width: 960px;
	margin: 10px auto 0px;
	border-top: 1px solid #669933;
}
.social_links {
	float: left;
	width: 580px;
	font-size: 10px;
	padding-left: 0px;
	padding-top: 5px;
}
.copyright {
	font-size: 10px;
	float: right;
	width: 350px;
	text-align: right;
	padding-top: 5px;
}

#footer p {
	font: 10px Verdana, Geneva, sans-serif;
	text-align: right;
}
.left_col form {
	text-align: left;
}
.table_cell {
	font-size: 12px;
	color: #666;
	border: 1px solid #693;
	height: 20px;
	background: url(../images/bg_2.png);
	width: 370px;
}
.buttons {
	border: 1px solid #693;
	background: url(../images/bg_2.png);
	width: 60px;
}
.red_asterisk {
	color: #F00;
}
.explanation {
	font-size: 10px;
	color: #999;
}

.comments {
	font-size: 12px;
	color: #666;
	border: 1px solid #693;
	height: 50px;
	background: url(../images/bg_2.png);
}
.emphasis_grey {
	font-weight: bold;
	color: #666;
}
