body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #034A3A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#content .story .border h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #848282;
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


a{
	color: #333333;
	text-decoration: none;
}

a:link{
	color: #004A3C;
	text-decoration: none;
}

a:visited{
	color: #004A3C;
	text-decoration: none;
}

a:hover{
	color: #004A3C;
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #004A3C;
	font-weight: normal;
	padding-top: 10px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004A3C;
	margin: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 0px;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #848282;
	margin: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
	width: 200px;
	float: left;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}

#navBar a {
	color: #333333;
}

#headlines{
	float:right;
	width: 160px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#content{
	float: left;
}
.border {
	border: 1px solid #CCCCCC;
}


#title{
	color: #999999;
	text-align: left;
	height: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 200px;
}

#siteinfo{
	color: #999999;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 930px;
}
.section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #666666;
	height: 15px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: right;
	float: right;
	width: 774px;
	top: 0px;
}

#globalNav a {
	padding-right: 4px;
	padding-left: 4px;
}

#globalNav a:link {
	color: #333333;
}

#globalNav a:visited {
	color: #333333;
}

#globalNav a:hover {
	color: #666666;
	text-decoration: underline;
}

#menu{
	color: #999999;
	height: 20px;
	text-align: right;
	float: right;
	width: 950px;
	white-space: nowrap;
}

#menuLinks{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #014838;
	white-space: nowrap;
}

#menuLinks a {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	color: #02483D;
	padding-bottom: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}

#menuLinks a:hover{
	background-color: #EBEBEB;
	text-decoration: none;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height: 17px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 940px;
	color: #666666;
}

#breadCrumb a {
	padding-right: 4px;
	padding-left: 4px;
}

#breadCrumb a:link {
	color: #666666;
}

#breadCrumb a:visited {
	color: #666666;
}

#breadCrumb a:hover {
	color: #666666;
	text-decoration: underline;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #333333;
	background-color: #F0F0F0;
}

#sectionLinks a:hover{
	background-color: #FFFFFF;
	text-decoration: none;
}

#sectionLinksOpen{
	display: block;
	border-top: 1px solid #cccccc;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #333333;
	background-color: #FFFFFF;
	font-weight: bold;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.relatedLinks h3{
	padding: 10px 0px 5px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************** #advert styles **************/

#advert{
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	width: 490px;
	height: 15px;
	padding-top: 5px;
	white-space: nowrap;
	top: 0px;
	background-color: #CCFF00;
}

#advert img{
	display: block;
}
