html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strong, strike, sub, sup, tt, var,  
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
 margin: 0;  
 padding: 0; 
 border: 0;  
 outline: 0; 
 font-weight: inherit;  
 font-style: inherit;  
 font-size: 100%;  
 font-family: inherit;  
 vertical-align: baseline;  
} 
 
/* remember to define  focus styles! */  
:focus { 
 outline: 0;  
} 
 
body {  
 line-height: 1;  
 color: black;  
 background: #ff8526;  
 background-image: url(images/bg.jpg);
 background-repeat: repeat-x;
 margin: 0 auto;
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
} 
 
ol, ul {  
 list-style: none;  
}

.main-content {
	min-height: 505px;	
}

.main-content a {
	color: #2e75a4;
	font-weight: bold;
}
.main-content ol{
	list-style-type:decimal;
	font-size:12px;
	line-height:15px;
	padding-left:14px;
	padding-bottom:12px;
}

.main-content ul{
	list-style-type:disc;
	font-size:12px;
	line-height:15px;
	padding-left:18px;
	padding-bottom:12px;
}

.main-content li{
	padding-bottom:5px;
}

.main-content em, .main-content i{
	font-style:italic;
	color: #444444;
	font-size:12px;
	line-height:15px;
}

.main-content strong, .main-content b{
	font-weight:bold;
	font-size:12px;
	line-height:15px;
}
 
/* tables still need 'cellspacing="0"' in the markup */  
table {  
 border-collapse: separate;  
 border-spacing: 0;  
} 
 
caption, th, td { 
 text-align: left;  
 font-weight: normal;  
} 
 
blockquote:before, blockquote:after,  
q:before, q:after {  
 content: "";  
} 
 
blockquote, q {  
 quotes: "" "";  
}
a {
	text-decoration: none;
}
img {
	border: 0 none;
	vertical-align: top;
}
div.main {
	clear: both;
	margin: 0px auto; 
	width: 894px;
	text-align: left;
}
div.row {
	clear: both;
}
div.cell {
	display: table-cell;
	float: left;
}
div.main-bg {
	clear: both;
	background-image: url(images/main-bg.png);
	background-repeat: repeat-y;
	display: table;
	width: 894px;
}
div.header {
	clear: both;
	width: 888px;
	height: 137px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}
div.header a img{
	margin-left: 16px;
	float: left;
}

div.header p {
	float: right;
	margin-right: 44px;
	margin-top: 20px;
	color: #4e9dc4;
	text-align: right;
	line-height: 22px;
}
div.header p a {
	color: #4e9dc4;
	font-weight: bold;
	margin: 0 5px;
}
div.header p a:hover {
	text-decoration: underline;
}
div.header p span,
div.header p span a {
	font-weight: normal;	
}
div.header p a.it {
	color: #ff8627;
}
div.header form {
	position: absolute;
	right: 44px;
	top: 98px;
}
#search input {
	float: left;
	border: 1px #a6a6a6 solid;
	width: 166px;
	height: 18px;	
	font-size: 11px;
	padding: 0;
	margin: 1px 0;
	margin-left: 8px;
}
#search input[type=submit] {
	background-image: url(images/search-btn.jpg);
	background-repeat: no-repeat;
	background-color: #4e9dc4;
	width: 71px;
	height: 23px;
	border: 0 none;
	cursor: pointer;
	margin-top: 0;
}
#menu {
	clear: both;
	margin-left: 16px;
}
#menu li {
	float: left;
	height: 38px;
}
#menu li a {
	display: block;
	font-size: 0;
	line-height: 1000px;
	overflow: hidden;
	height: 38px;
	background-repeat: no-repeat;
	background-position: top;
}
#menu li a.nav01 {
	background-image: url(images/nav01.jpg);
	width: 219px;
}
#menu li a.nav02 {
	background-image: url(images/nav02.jpg);
	width: 208px;
}
#menu li a.nav03 {
	background-image: url(images/nav03.jpg);
	width: 208px;
}
#menu li a.nav04 {
	background-image: url(images/nav04.jpg);
	width: 225px;
}
#menu li a.on,
#menu li a:hover {
	background-position: 0 -38px;
}
div.home-content {
	clear: both;
	margin-left: 16px;
}
div.home-content-bg {
	clear: both;
	background-image: url(images/home-content-bg.gif);
	background-repeat: repeat-y;
	display: table;
	width: 860px;
}
div.home-content-bg h2 {
	color: #2e75a4;
	font-weight: bold;
	margin-bottom: 10px;	
}
div.home-box01 {
	float: left;
	background-image: url(images/home-box01-bg.gif);
	background-repeat: repeat-x;
	width: 214px;
	display: table;
	margin-left: 1px;
}
div.home-box01 img,
div.home-box01 h2,
div.home-box01 p {
	margin-left: 17px;
}
div.home-box01 p {
	width: 174px;
	padding-bottom: 15px;
}
div.home-box01 a,
div.home-box02 a,
div.home-box03 a,
div.home-box04 a {
	display: block;
	margin: 0 auto;
	text-align: center;
}
div.home-box02,
div.home-box03,
div.home-box04,
div.home-box05 {
	float: left;
	background-image: url(images/home-box-bg.gif);
	background-repeat: repeat-x;
	display: table;
	width: 206px;
	margin-left: 1px;
	margin-right: 1px;
}
div.home-box03 {
	width: 212px;
}
div.home-box04 {
	width: 214px;
}
div.home-box05 {
	width: 212px;
}
div.home-box02 img,
div.home-box02 h2,
div.home-box02 p,
div.home-box03 img,
div.home-box03 h2,
div.home-box03 p,
div.home-box04 img,
div.home-box04 h2,
div.home-box04 p,
div.home-box05 img,
div.home-box05 h2,
div.home-box05 p {
	margin-left: 27px;
}
div.home-box05 h2 {
	color: #2e75a4;
	font-weight: bold;
	margin-bottom: 10px;	
}
div.home-box02 p,
div.home-box03 p,
div.home-box04 p,
div.home-box05 p {
	width: 164px;
	padding-bottom: 20px;
}
a.request,
a.email {
	background-image: url(images/request-icon.jpg);
	background-repeat: no-repeat;
	padding-left: 45px;
	line-height: 20px;
	display: block;
	color: #2e75a4;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 27px;
}
a.email {
	background-image: url(images/email-icon.jpg);
}
div.home-box05 hr {
	border: 0;
	height: 1px;
	margin: 10px 0;
	background-color: #b9b9b9;
}
div.footer {
	clear: both;
	text-align: center;
	color: #616161;
	font-size: 10px;
	line-height: 15px;
	padding: 10px 0;
}
div.footer a {
	color: #616161;
	margin: 0 2px;
}
div.footer a:hover {
	text-decoration: underline;
}
div.sidebar-left {
	float: left;
	width: 216px;
}
div.sidebar-left-bg {
	clear: both;
	background-image: url(images/sidebar-left-bg.gif);
	background-repeat: repeat-y;
	display: table;
	width: 216px;
}
#sidebar-menu {
	clear: both;
	width: 208px;
	margin-left: 1px;
	padding: 10px 0;
}
#sidebar-menu li {
	clear: both;	
	line-height: 27px;
}
#sidebar-menu li a {
	display: block;
	padding-left: 20px;
	color: #2e75a4;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar-menu li.on,
#sidebar-menu li:hover {
	background-image: url(images/sidebar-left-on-bg.jpg);
	background-repeat: repeat-x;
}
#sidebar-menu li.on a,
#sidebar-menu li:hover a {
	color: white;
}
#sidebar-menu li.on ul {
	background-image: url(images/menu-blue-bg.jpg);
	background-repeat: repeat-x;
	background-color: #4786af;
	display: table;
	width: 208px;	
	padding: 10px 0;
}
#sidebar-menu li.on ul li {
	line-height: 15px;
}
#sidebar-menu li.on ul li.on,
#sidebar-menu li.on ul li:hover {
	background-image: none;
}
#sidebar-menu li.on ul li a {
	font-size: 10px;
	font-weight: normal;
}
#sidebar-menu li.on ul li a:hover {
	text-decoration: underline;
}
div.main-content {
	float: left;
	width: 374px;
	margin-left: 11px;
	margin-right: 36px;
}
div.main-content span {
	color: #878787;
	font-size: 10px;
	display: block;
	line-height: 30px;
}
div.main-content span a {
	color: #878787;
}
div.main-content span a:hover {
	text-decoration: underline;
}
div.main-content h1 {
	color: #ff8527;
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	margin-bottom: 10px;
	margin-top:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div.main-content h2 {
	color: #2e75a4;
	font-size: 18px;
	margin-bottom: 5px;
}
div.main-content h3 {
color:#2E75A4;
font-size:18px;
margin-bottom:5px;
}
div.main-content p {
	line-height: 15px;
	padding-bottom: 15px;
	font-size: 12px;
}
div.sidebar-right {
	float: left;
	width: 222px;
}
div.sidebar-right-bg {
	clear: both;
	background-image: url(images/sideber-right-bg.gif);
	background-repeat: repeat-y;
	display: table;
	width: 222px;
}
div.related-resources {
	clear: both;
	width: 216px;
}
div.related-resources h3 {
	background-color: #4786af;
	width: 200px;
	padding-left: 16px;
	height: 40px;
	line-height: 40px;
	color: white;
	font-weight: bold;
}
div.related-resources a {
	display: block;
	color: #2e75a4;
	margin-left: 17px;
	width: 178px;
	background-position: right;
	background-repeat: no-repeat;
	line-height: 20px;
	margin-bottom: 3px;
}
a.img {
	background-image: url(images/img-icon.jpg);
}
a.swf {
	background-image: url(images/swf-icon.jpg);
}
a.doc {
	background-image: url(images/doc-icon.jpg);
}
a.xls {
	background-image: url(images/xls-icon.jpg);
}