body {
	background-color: #e8edf1;
	/*text-align: center;*/
	min-width: 760px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

h2{
	font-size:14px;
	font-weight:bold;
	margin:5px;
}
h3{
	font-size:12px;
	font-weight:bold;
	margin:3px 0;
}
h4{
	color:#2f8e88;
	font-size:1.35em;
}


img {
	border:0;
}

a{
	color:#338e9c;
}

p{
	margin:0;
	padding:6px 0;
}
.small{
	font-size:9px;
}

ul{
	margin:0 0 0 30px;
	padding:6px 0;
}
.main ul li{
	line-height:15px;
	list-style:none;
	list-style-image:url(../images/bullet_green.gif);
}

#largeWrap {
	background-color:#fdfdfd;
	width:760px;
	margin:0 auto;
	text-align: left;
	
	background-image:url(../images/nav_background.gif);	
}

#top {
	height:80px;
	background-color:#2f8e88;
	border-bottom:1px solid #2f8e88;
	margin-bottom:1px;
}
#top #left {
	width:10px;
	background-image:url(../images/corner_topleft.gif);
	background-repeat:no-repeat;
	float:left;
}
#top #logoContainer {
	width:310px;
	height:80px;
	float:left;
}
#top #curve {
	width:108px;
	height:80px;
	float:left;
	background-image:url(../images/topcurve.gif);
	background-repeat:no-repeat;
}
#top #strapline {
	width:322px;
	height:79px;
	float:left;
	background-color:#FFFFFF;
	border-top:1px solid #2f8e88;
}
#top #right {
	width:10px;
	height:80px;
	background-color:#FFFFFF;
	background-image:url(../images/corner_topright.gif);
	background-repeat:no-repeat;
	float:left;
}

.clr { clear:both; font-size:1px; line-height:1px; }


#menu ul {
	list-style-type: none; /* suppression of useless elements */
	width: 100%; /* precision for Opera */
	margin:0px;
	padding:0px;
}
#menu li {
 float: left;
 border-right: 1px solid #2d4574;
 border-left: 1px solid #7989a9;
 text-align: center;
} 

#menu a {
	 width: 106px;
     height: 34px;
     float: left;
     display: block;
     text-align: center;
     text-decoration: none;
     color: #fff;
     background: #fff;
	 background-image:url(../images/menu_background.gif); 	
	 line-height:15px;
     }
	 
#menu a.last {
	width:110px;
}	 
	 
#menu a:hover {
	 background-image:url(../images/menu_background_on.gif); 	 	 
     }

#menu a:active {
	 background-image:url(../images/menu_background_on.gif); 	 	 
     color: #fff;
     }


#mainContent {
	width:758px;
	_height:405px;
	min-height:405px;
	background-color:#FFFFFF;
	border-right: 1px solid #2f8e88;
	border-left: 1px solid #2f8e88;
}



#bottom {
	width:758px;
	border-right: 1px solid #2f8e88;
	border-left: 1px solid #2f8e88;
}


#bottom #bar {
	width:758px;
	height:5px;
	background-color:#34646f;
	padding-bottom:1px;
	font-size:1px;
}

#bottom #content {
	width:758px;
	_height:98px;
	min-height:98px;
	background-color:#cfe0e5;
	background-image:url(../images/bottomcurve.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#footer {	
	height:35px;
	background-color:#1f7979;
	width:760px;
	font-size:10pt;	
}
#footer #cornerleft {
	background-image:url(../images/corner_bottomleft.gif);
	width:10px;
	height:35px;
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}

#footer #contentleft {	
	width:370px;
	float:left;
	line-height:35px;
	color:#FFFFFF;
	font-size: 0.9em;
}
#footer #contentright {	
	width:370px;
	float:left;
	line-height:35px;
	color:#FFFFFF;
	font-size: 0.9em;
	text-align:right;
}

#footer #cornerright {	
	background-image:url(../images/corner_bottomright.gif);
	width:10px;
	height:35px;
	background-position:bottom;	
	background-repeat:no-repeat;
	float:left;
}

.clearboth {
	clear:both;
}


#links {
	width:188px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
#links #toplink {
	height:24px;
	line-height:24px;
	background-image:url(../images/links_top.gif);
	color:#34646f;
}
#links #toplink .header { margin-left:10px; font-weight:bold; }

#links #main {
	min-height:7px;
	_height:7px;
	background-image:url(../images/links_main.gif);
}
#links #end {
	background-image:url(../images/links_bottom.gif);
	height:7px;
	font-size:1px;
}

#links ul {
	padding:0px;
	margin:0px;
	margin-left:10px;
	padding-top:10px;
	padding-bottom:5px;	
}
#links li{
	list-style-image:url(../images/bullet.gif);
	margin-left:10px;
	margin-bottom:5px;
}
#links a{
	color:#338e9c;
}



#mainContent .header, #mainContent h1{
	margin-left:15px;
	margin-bottom:20px;
	color:#2f8e88;
	font-weight:bold;
	font-size:1.1em;
}

#mainContent .main{
	width:475px;
	padding-right:30px;
	float:left;
	border-right:1px dotted #999999;
	font-size:10pt;
	min-height:300px;	
	_height:300px;
	margin:0 0 15px 15px;
}
#mainContent .right{
	width:190px;
	float:left;
	padding-left:20px;
	color:#999999;
	font-size:11px;	
}


#red ul, #blue ul{
	margin-top:20px;
	margin-bottom:20px;
}
#red li{
	line-height:15px;
	list-style-image:url(../images/bullet_red.gif);
}
#blue li{
	line-height:15px;
	list-style-image:url(../images/bullet_blue.gif);
}

.pdf{
	background-image:url(../images/ico-pdf.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
	line-height:30px;
	display:block;
}

ul.space li, ol.space li{
	margin:8px 0;
}

ol.core10{
	margin:0 0 0 18px;
	padding:0;
}
ol.core10 li{
	margin:0;
	padding:0;
}

.blacktable ul{
	margin: 5px 0 5px 18px;
	padding:0;
}
.blacktable ul li{
	margin:4px 5px 4px 0 ;
}
.boxspecial{
	padding:10px;
	border:1px solid #2f8e88;
	background-color:#e8edf1;
}