/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.5;
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
	margin: auto;
	padding: 2px;
	border: thin none;
	position: static;
	background-color: #F8F8F8;
	height: 100%;
}

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

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


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: "Times New Roman", Times, serif;
 font-size: 120%;
 color: #660099;
}

h2{
 font-size: 100%;
 color: #FFFFFF;
}

h3{
 font-size: 100%;
 color: #6600CC;
}

h4{
 font-size: 100%;
 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;
}

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

#wrapper{
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	height: 100%;
}

#top { 
	margin: 0; 
	padding: 0; 
	vertical-align: top; 
	text-align: center;
	border: 0px; 
	background-color: transparent; 
	height: 70px; 
	position: relative;
} 

#siteName{
	margin: 0 auto;
	padding: 0px 0px 5px 0px;
	vertical-align: top;
	position: static;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 100px;
	background-color: #F2F2F2;
	border-bottom: 0px solid #ccc;
	border-top: 3px solid #ccc;
	border-color: #663399;
}

#siteNameAd{
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	position: relative;
	left: 140px;
	top: -75px;
	width: 468px;
	height: 60px;
	background-color: #F2F2F2;
}

#navBar{
	float: left;
	margin: 0px 0 0 0;
	padding: 0px;
	background-color: #F2F2F2;
	position: relative;
	left: 0px;
	margin-top: 5px;
	line-height: 1;
	width: 175px;
	height:	1900px;
}

#rightBar{
	float: left;
	margin: 0px 0 0 15px;
	padding: 0;
	border: 2px solid #F2F2F2;
	background-color: #FFFFFF
	position: relative;
	left: 0px;
	margin-top: 5px;
	line-height: 1;
	width: 171px;
	height:	1900px;
}

#advert img{
	display: block;
	position: static;
}

#advertImg2{
	margin: 0 0 0 0;
	padding: 0px;
	background-color: #F2F2F2;
	position: relative;
	left: 0px;
	top: 0px;
	line-height: 1;
	width: 175px;
	height:	715px;
}

#content{
	float: left;
	width: 570px;
	padding: 0 6px 0 0px;
	position: relative;
	margin-left: 15px;
	margin-right: auto;
	border: 2px solid #F2F2F2;
	margin-top: 5px;

}
#Layer1{
	position:relative; 
	width:513px; 
	height:22px; 
	background-color: #3300CC; 
	layer-background-color: #3300CC; 
	border: 1px none #000000;
	margin-left: 5px;
}
#Layer2{
	position:relative; 
	width:509px; 
	border:2px solid #3300CC;
	margin-left: 5px;
	margin-bottom: 4px;
}

#linkTitle {
	width: 143px;
	background-color: #FF0984;
	position:relative;
	top: 30px;
	left: 12px;
	height: 18px;
}

#Title { width: 265px; border: 1px solid; background-color: #663399;}

#Title2 { width: 400px; border: 1px solid; background-color: #663399;}

#leftTitle { width: 265px; border: 1px solid; background-color: #663399; float: left;}

#rightTitle { width: 265px; border: 1px solid; background-color: #663399; float: right;}

#rightTitle2 { width: 265px; margin-bottom: 10px; border: 1px solid; background-color: #663399; float: right;}

#leftContent { width: 265px; height:auto;	background-color: #FFFFFF; float: left;}

#rightContent{ width: 265px; height:auto; margin-bottom: 30px; background-color: #FFFFFF; float: right;}

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

#pageName{
	padding: 2px 10px 2px 20px;
	position: relative;
	margin-bottom: 20px;
	width: 530px;
	vertical-align: bottom;
	top: 5px;
}


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

#globalNav{
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	position: static;
	left: 0px;
	top: 0px;
	width: 960px;
	height:30px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-color: #663399;
}
/* '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;
	overflow: hidden;
	position: static;
}

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


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

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


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

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

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	position: static;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	position: static;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	position: relative;
	overflow: hidden;
}

.story p{
	padding: 0px 0px 10px 0px;
	position: relative;
}


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	position: relative;
	left: 0px;
	width: 940px;
	height:15px;
	
}
/* 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;
	position: static;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: static;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px none #EEE;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	position: static;
}

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


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

#sectionLinks{
	position: relative;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background-color: #F8F8F8;
    font-size: 100%;
	top: 9px;
	left: 12px;
	width: 143px;
	height: auto;  
}

#advert{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	top: 9px;
	left: 28px;
	width: 120px;
	height: auto;  
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	position: absolute;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: auto;
	width: auto;
	position: absolute;

}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	position: absolute;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	position: absolute;
}


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

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

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

.style8 {color: #000000}
.style9 {color: #FFFFFF}
.style13 {color: #400080}
.style14 {
	font-size: small;
	color: #FFFFFF;
}
/************** #advert styles **************/

#advert{
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	border-top: 0px solid #cccccc;
}



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

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

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