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

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

body{
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #000066;
	clear: none;
	font-family: Century Gothic;
	font-size: 12pt;
}

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

a:hover {
	color: #85c727;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic";
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

h1{
	font-family: "Century Gothic";
	font-size: 36pt;
	color: #FFFFFF;
	font-weight: normal;
}

h2{
	font-size: 24pt;
	color: #006699;
	font-weight: bold;
	font-family: BinghamsHand, "Bradley Hand ITC", "Comic Sans MS";
}

h3{
	font-size: 18pt;
	color: #006699;
	background-color: #000066;
	font-weight: bold;
	font-family: BinghamsHand, "Bradley Hand ITC", "Comic Sans MS";
}

h4{
	font-size: 18pt;
	font-weight: bold;
	color: #FFFFFF;
	font-family: BinghamsHand, "Bradley Hand ITC", "Comic Sans MS";
	text-align: left;
}

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

ul{
	list-style-type: square;
	background-color: #000066;
}

ul ul{
	list-style-type: disc;
	background-color: #000066;
}

ul ul ul{
	list-style-type: none;
	background-color: #000066;
}

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

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

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

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


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

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


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

#pageName{
	padding: 0px 0px 10px 10px;
	background-color: #000066;
	font-family: BinghamsHand, "Britannic Bold", "Footlight MT Light", "Comic Sans MS";
	font-size: 24pt;
	font-weight: bold;
	color: #006699;
}


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

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
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 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 10px 10px;
	font-size: 12pt;
}

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

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* 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%;
}

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


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}



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

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	background-color: #000066;
	font: Century Gothic;
	border-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	border-right-color: #000066;
	border-top-color: #000066;
	line-height: 20pt;
}
#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;
	border-bottom-color: #000066;
}

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



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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 12pt;
	border-color: #000066;
	background-color: #000066;
	font-family: "Century Gothic";
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

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


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

#advert{
	padding: 15px;
	font-size: 80%;
	background-color: #000066;
	text-align: center;
}

#advert img{
	display: block;
}


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

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

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

