/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Tahoma, Arial;
	color: #004b85;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px; 
	font-size: 16px; 
	background-color: #FCFCF9;  
}

a:link, a:visited, a:hover {
	color: #df311e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial;
	margin: 0px;
	padding: 0px; 
	color: #004b85; 
}

h1{
 font-family: "Trebuchet MS", Arial;
 font-size: 150%;
 color: #004b85;
}

h2{
 font-size: 140%;
 color: #004b85;
}

h3{
 font-size: 130%;
 color: #cc0000; 
}

h4{
 font-size: 120%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

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

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

ol{ 
	margin: 5px 0px 5px 5px; 
	padding: 5px 0px 5px 0px; 
}

label{
	font: bold 100% Tahoma, Arial;
 color: #334d55;
}


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

#container{ 
	background-color: #ffffff; 
	color: #333333; 
	width: 777px; 
	margin: 10px 0px 0px 0px; 
	text-align: left; 
	border-left: #F9F9F3 1px solid; 
	border-right: #F9F9F3 1px solid; 
}

#masthead{
	margin: 0;
	padding: 10px 0px 10px 0px;
	width: 100%; 
	background-color: #ffffff; 
}

#navBar{
	margin: 0 0 0 60%;
	padding: 10px;
	border-left: 1px dotted #ccc; 
}

#content{
  float:left;
	width: 61%;
	margin: 0;
	padding: 5 3% 0 0; 
}

#contentWide{
  float:left;
	margin: 0;
	padding: 5 3% 0 0; 
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

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


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

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


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

#globalNav{
color: #cccccc;
padding: 5px 0px 10px 0px;
white-space: nowrap; 
text-align: center; 
border-bottom: 10px solid #000000;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

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


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

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


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

.feature{
	padding: 0px 0px 7px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 20px 0px 5px 0px;
}

.feature img{
	float: right;
	padding: 2px;
	margin: 5px; 
	border: 1px solid #000000; 
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding: 5px 10px 0px 10px;
	font-size: 80%;
}


/************** .story ads ********************/

.story table{ 
	border: 2px solid #cc0000; 
	padding: 0px; 
	vertical-align: top; 
}

.story td{ 
	border-bottom: 2px solid #cc0000; 
	padding: 0px; 
	margin: 0px; 
}

.lefttd{ 
	border-right: 2px dashed #cc0000; 
}

.righttd{ 
	border-left: 2px dashed #cc0000; 
	text-align: right; 
}

.bottomtd{ 
	background-color: #cc0000; 
}

/************** .bottomAd styles *****************/

.bottomAd{
	padding: 10px;
	font-size: 80%;
}

.bottomAd p{
  padding: 0px 0px 10px 0px;
}

.bottomAd table{ 
	width: 750px; 
	vertical-align: middle; 
	text-align: center; 
}

.bottomAd img{ 
	border: 2px solid #cc0000; 
}

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

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #333333;
	padding: 10px 10px 10px 10px;
	margin: 12px 0px 0px 0px; 
	background-color: #dfdfbe; 
	width: 757px; 
	text-align: left; 
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

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

/*********** #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: none;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


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

#topicAbove{
	position: relative;
	margin: 0px;
	padding: 5px;
	font-size: 80%; 
	background-color: #ffffff; 
}

#topicAbove h3{
	padding: 10px 0px 2px 10px; 
}

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

.topicMiddle{
	margin: 8px 0px 0px 0px;
	padding: 5px;
	font-size: 80%; 
	background-color: #e5e6c9; 
	border: 1px solid #696969; 
}

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


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

#topicBottom{
	margin: 8px 0px 0px 0px;
	padding: 5px;
	font-size: 80%;
}

/************** #quote styles **************/

#quote{ 
	width: 500px; 
	margin: 10px; 
	padding: 15px; 
	border: dotted 2px #99ccff; 
	color: #000; 
	font-family: "Trebuchet MS", Arial; 
	font-size: 110%; 
}

p.quotename{ 
	font-size: 90%; 
	text-align: right; 
	color: #333333;  
}
	

