/* Start of CMSMS style sheet 'default' */
body {
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	padding: auto;
}

#background_fade {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 19px;
	width: 1004px;
}

#outer_container {
	background-image: url(images/dropshadow.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 968px;
}

#inner_container {
	width: 965px;
}

h3 { color: #8B604F; font-size: 18px; font-weight: bolder; margin: 0px; padding: 5px 0px 5px 0px; }

.teaser {padding-top: 0px;margin-top: 0px;}

/* --------------------
		HEADER
-------------------- */

#header {
	padding: 20px 0px 0px 0px;
	height: 55px;
}

#header a.logo {
float: left;
height: 55px;
width: 200px;
}

#header_text {
	color: #fff;
	font-size: 18px;
	left: 810px;
	position: absolute;
	top: 20px;
}

#header_links {
	color: #ddd;
	font-size: 10px;
	text-align: center;
}

#header_links a:link, #header_links a:visited, #header_links a:active {
	color: #ddd;
	text-decoration: none;
}

#header_links a:hover {
	color: #ddd;
	text-decoration: underline;
}

#menu {
	background-color: #356883;
	color: #FFF;
	height: 57px;
	padding: 0px 10px 0px 50px;
	text-align: left;
}

#menu_links {
	padding: 20px 0px 0px 0px;
}

#menu a:link, #menu a:visited, #menu a:active {
	color: #fff;
	font-size: 12px;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
	font-size: 12px;
	padding: 0px 20px 0px 20px;
	text-decoration: underline;
}

/* --------------------
		BANNER
-------------------- */

#banner {
	background-image: url(images/banner.jpg);
	height: 306px;
	width: 965px;
}

#banner_text {
	color: #fff;
	font-size: 11px;
	height: 210px;
	left: 485px;
	position: relative;
	top: 40px;
	width: 455px;
}

#banner_text a:link, #banner_text a:active, #banner_text a:visited {
	color: #fff;
	text-decoration: underline;
}

#banner_text a:hover {
	color: #fff;
	text-decoration: none;
}

#banner_text .banner_text_top {
/*float: left;
width: 120px;*/
width: 438px;
margin: 10px 0px 10px 15px;
padding: 10px 15px 0px 0px;
}

#banner_text .banner_text {
/*float: left;
width: 120px;*/
width: 405px;
margin: 10px 0px 10px 15px;
padding: 5px 15px 0px 0px;
border-top: 1px solid #fff;
}

#banner_text .banner_text_center {
float: left;
width: 120px;
padding: 0 15px;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
	height: 185px;
}


/* --------------------
		CONTENT
-------------------- */

#outer_content {
	background-image: url(images/content_background_1.gif);
	padding: 0px 0px 0px 16px;
	width: 949px;
}

#outer_content a:link, #outer_content a:visited, #outer_content a:hover, #outer_content a:active {
	color: #4B758C;
}

#inner_content {
	background-image: url(images/content_background_2.gif);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 50px;
	width: 949px;
	font-family: Arial, Helvetica, sans-serif;
}

#left_half {
	color: #666;
	float: left;
	font-size: 11px;
	padding: 16px 6px 0px 0px;
	width: 460px;
}

.left_column {
	background-color: #E7EDF0;
	clear: none;
	float: left;
	font-size: 13px;
}

.right_column {
	background-color: #E7EDF0;
	clear: none;
	float: right;
	font-size: 13px;
}

.content_box {
	background-image: url(images/content_dropshadow.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 228px;
}

.content_text {
	color: #666;
	font-size: 11px;
	padding: 5px 10px 10px 5px;
}

.content_title {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.content_bottom {
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 228px;
}

#right_half {
	clear: none;
	float: right;
	padding: 16px 16px 0px 0px;
	width: 460px;
}

.middle_align {
	padding: 0px 5px 0px 0px;
	vertical-align: middle;
}

.icon_pdf {
	padding: 0px 5px 0px 0px;
}

/* --------------------
		FOOTER
-------------------- */

#footer {
	color: #ddd;
	font-size: 11px;
	padding: 15px 0px 0px 0px;
}

#footer_links {
	float: left;
}

#footer_links a:link, #footer_links a:visited, #footer_links a:active {
	color: #ddd;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
}

#footer_links a:hover {
	color: #ddd;
	padding: 0px 5px 0px 0px;
	text-decoration: underline;
}

#footer_logo {
	float: right;
	padding: 0px 40px 0px 0px;
}
/* End of 'default' */

