@charset "utf-8";
#container {
	background: #fc660f;
	width: 800px;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background: #224290;
}
#footer {
	background: #003399 url(../images/footer_bg.jpg) repeat-x;
	width: 550px;
	font: 11px/7px "Trebuchet MS";
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	height: 42px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	bottom: 0px;
}
.footer_credit {
	font: 8px "Trebuchet MS";
	color: #FFFFFF;
}
#footer a {
	color:#ffffff;
	text-decoration: none;
	}
#footer a:hover {
	color:#CCCCCC;
	text-decoration: none;
}
#main_nav {
	width: 800px;
	font: bold 14px "Trebuchet MS";
	background: url(../images/nav_bg.jpg) repeat-x;
	color: #FFFFFF;
	height: 51px;
	margin-bottom: 0px;
}
#container_middle {
	width: 800px;
	float: left;
}

.clear {
	clear: both;
}
#left_column {
	float: left;
	width: 250px;
	font: italic bold 14px "Trebuchet MS";
	padding-top: 32px;
	color: #FFFFFF;
	text-align: center;
	background: #fc660f;
	padding-bottom: 21px;
}
#left_column td{
	text-align:center;
}
.content_main {
	width: 550px;
	background: #FFFFFF;
	padding-top: 10px;
	font: 14px Arial, Helvetica, sans-serif;
}
.content_main table{
	margin-left:15px;
}
.content_main p {
	padding: 0 35px 0 15px;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.5em;
}
.content_main h1 {
	padding-left: 15px;
	text-align:left;
	font-weight: bold;
	font-size: 20pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #25408f;
}
.content_main h2 {
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #25408f;
}
.content_main h3 {
	padding-left: 15px;
}
.content_main a {
	color:#666666;
}
.content_main a:hover {
	color: #FFCC00;
}
.content_main img {
	border:solid #0033CC 1pt;
}
#content_container {
	float: left;
	width: 550px;
	text-align: left;
	margin: 0px;
	background: #FFFFFF;
}
#header {
	width: 800px;
}
#right_side {
	background-image:url(../images/bg_gradient.jpg);
	background-repeat:repeat-y;
}
#left_side {
	background-image: url(../images/bg_gradient_left.jpg);
	background-repeat:repeat-y;
}
.link_colors {
	color: #FC660F;
}
.link_colors a {
	color: #FC660F;
	text-decoration: none;
}
.link_colors a:hover {
	color:#666666;
}
.accents {
	color: #25408f;
}
ul {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.5em;

}
