body {
	margin: 0;
	padding: 0;
	color: #333333;
	font: .9em/1.5em Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	background-color: #003d59;
}

p {
	margin: 0 0 1.2em;
}

ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 0;
}

ol {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: decimal;
}

/*
li {
	margin-bottom: 10px;
	padding: 0;
}
*/

strong {
	color: #003d59;
}

/* @group Global Links */

a:link {
	color: #00a39a;
	text-decoration: underline;
}

a:visited {
	color: #00a39a;
	text-decoration: underline;
}

a:hover {
	color: #003d59;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

/* @end */

/* @group Global Heading Styles */

h1, h2, h3, h4, h5, h6 {
	color: #00a39a;
	font-weight: normal;
	font-style: normal;
	margin-right: 0;
	margin-top: 10px;
	margin-left: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 30px;
}

h2 {
	line-height: 1.2em;
	font-size: 1.8em;
	margin-bottom: 25px;
}

h3 {
	line-height: 1.2em;
	font-size: 1.6em;
	margin-bottom: 20px;
}

h4 {
	line-height: 1.2em;
	font-size: 1.4em;
	margin-bottom: 15px;
}

h5 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 10px;
}

h6 {
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 5px;
}

/* @end */

/* @group Return to Top Link */

#return_to_top {
	padding: 0 0 0 20px;
	margin: 0 0 40px;
	height: 20px;
	color: #c3c4c7;
	font-size: .8em;
clear:both;
}

#return_to_top li {
	list-style-image: url(/t4cms/cstr_return_bullet.gif);
	list-style-position: outside;
	padding: 0;
}

#return_to_top a {
	color: #c3c4c7;
	text-decoration: none;
}

#return_to_top a:hover {
	color: #c3c4c7;
	text-decoration: underline;
}

/* @end */

#header{
 position:relative; 
 height: 250px; 
 width:100%;
	padding: 0;
}

#top_header {
	height: 153px;
	margin: 0;
	background: url(/t4cms/cstr_top_banner.jpg) no-repeat 0 0;
	text-align: right;
	padding-top: 0;
	padding-left: 10px;
}

#top_header p {
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
}


