a{
	color: #006699;
	text-decoration: none;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#navBar{
	float: left;
	width: 132px;
	margin: 0px;
	padding: 0px;
	background-color: #7A251A;
	position: absolute;
	top: 127px;
	color: #FFFFFF;
	font-weight: bold;
	height: 711px;
	left: 0px;
}
#leftNav{
	float: left;
	width:130px;
	padding: 0px;
	font: small Verdana,sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #7A251A;
}
#headlines{
	float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	top: 125px;
}
#mainheader {
	font-weight: bold;/* */
	color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #FFFF00;
	font-size: large;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
	font-size: 14pt;
	color: #4A2500;
}

.feature img{
	float: none;
	padding: 10px 10px 0px 0px;
}

.story p{
	padding: 0px 0px 10px 0px;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	padding: 10px 10px 10px 10px;
	position: absolute;
	left: 132px;
	top: 3728px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 618px;
	color: #0000CC;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #05009A;
	color: #000099;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	background-color: #7A251A;
	width: 126px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 5px;
	text-align: left;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	font-variant: normal;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#sectionLinks a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #FFFF00;
}
/*********** #nav06 styles ***********/
#nav06 {
	position: absolute;
	top: 102px;
	width: 524px;
	height: 26px;
	z-index: 3;
	left: 1px;
	font-style: normal;
	color: #FFFFFF;
	font-variant: normal;
}
#nav06 a:link, #nav06 a:visited {
	display: inline;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: normal;
	background-image: url(/images/images08/button_up08.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	border-right-color: #666666;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	float: left;
}
#nav06 a:hover {
	background-image: url(/images/images08/button_hover08.jpg);
	font-weight: bold;
	text-decoration: none;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #666666;
	color: #000000;
}
#pageNav{
	float: right;
	width:140px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
/************** utility styles *****************/

#utility{
	position: absolute;
	top: 62px;
	right: 113px;
	color: #FFFF00;
	height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	width: 255px;
	z-index: 2;
}

#utility a{
	color: #FFFF00;
}

#utility a:hover{
	text-decoration: underline;
	font-weight: normal;
	color: #00FF00;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	font-size: 12px;
	top: 127px;
	float: right;
	width: 20%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	position: absolute;
	right: 0px;
	color: #000099;
	border-left-style: ridge;
	background-color: #FFFFCC;
	border-top-color: #D7B470;
	border-right-color: #D7B470;
	border-bottom-color: #D7B470;
	border-left-color: #D7B470;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

#headlines p{
	padding: 5px 0px 5px 0px;
	color: #000000;
	line-height: normal;
}
.story h3 {
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A2500;
}
.story {
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.feature p {

	padding: 0px 0px 10px 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.story2 {

	padding: 0px 0px 10px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.story2 h3 {


	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}
