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

body{
	font-family: Arial, sans-serif;
	font-size: small;
	color: #333333;
	margin: 0;
	padding: 0;
}

a:link, a:hover, a:active, a:visited {
	color: #006699;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 15px 0 5px 0;
}

h1{
	font-size: x-large;
	color: #006699;
}

h2{
	font-size: large;
	color: #006699;
}

h3{
	font-size: medium;
	color: #334d55;
}

h4{
	font-size: small;
	color: #334d55;
	font-style: italic;
}

h5{
	font-size: small;
	color: #006699;
}

h6{
	font-size: x-small;
	color: #334d55;
}

ul{
	list-style-type: square;
}

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

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





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

#masthead{
	margin: 0 auto;
	padding: 30px;
	width: inherit;
	text-align: center;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px 0px 0px 0px;
}

#adBar {
	position:absolute;
	top:220px;
	right:10px;	
	width:125px;
	height:1500px;
}

#content{
	margin: 0 auto;
	padding: 0;
	width: 650px;
	text-align: left;
}

#table{
	width: 650px;
}



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

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

#siteLogo{
	margin: 0px;
	padding: 0px 0px 20px 0px ;
	font-weight:lighter ;
}



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

#siteName a:link, #siteName a:hover, #siteName a:active, #siteName a:visited {
	text-decoration: none;
}

#siteLogo a:link, #siteLogo a:hover, #siteLogo a:active, #siteLogo a:visited {
	text-decoration: none;
}


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

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


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

.story {
	padding: 10px 0px 20px 0px;
}

.story p {
	padding: 0px 0px 5px 0px;
}


/************** .single styles **************/

.single {
	margin-top: 0;
	margin-bottom: 0;
}


/************** .textcolor styles **************/

.textcolor {
	color: #006699
}


/************** img styles **************/

img.left {
float:left;
margin: 0 25px 10px 0;
}


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

#globalNav{
	color: #cccccc;
	padding: 0;
	white-space: nowrap;
}
/* '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 a {
	font-size: x-small;
	padding: 0px 0px 0px 0px ;
}



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

#siteInfo{
	clear: both;
	font-size: x-small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
}
/* 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" */


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

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


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 20px 0px 2px 20px;
	font-size: x-small;
}

#sectionLinks a:link, #sectionLinks a:hover, #sectionLinks a:active, #sectionLinks a:visited{
	padding: 2px 0px 0px 0px;
	width: auto;
}


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

#headlines{
	margin: 0px;
	padding: 40px 40px 20px 20px;
	font-size: x-small;
	color: #666666;
}

#headlines p{
	padding: 0px 0px 0px 0px;
}
