/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited, a:hover {
	color:#0066CC;
	text-decoration: none;
	font:bold;
}

a:hover {
	text-decoration: none;
	color:#000099;

}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 115%;
	color: #334d55;
	font: arial;
}

h2{
	font-size: 100%;
	color: #006699;
}

h3{
	font-size: 100%;
	color: #006699;
}

h4{
 font-size: 125%;
 font-weight: normal;
 color: #333333;
}

h5{
	border-top: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 2px 0px 2px 10px;
	color: #006699;
	text-decoration:none;
	font:bold;
	font-size: 100%;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	width: 800px;
	/* background-image:url(images/Background_6.gif); */
	/* background-color: #E5F9FE; */
	background-color: #E5FEFE;
	position: relative;
	margin-bottom: 0px;

}

#masthead2{
	padding: 0px 0px 0px 0px;
	width: 750px;
	position: relative;
	background-color: #999999;

}

#middleBody {
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#navBar{
	padding: 0px 0px 0px 0px;
	background-color: #E5FEFE;
	/* background-image:url(images/Background_5.gif); */
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	width: 165px;
	float: left;
}

#navBar2{
	padding: 0px 0px 0px 0px;
	background-color: #E5FEFE;
	/* background-image:url(images/Background_5.gif); */
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 20%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	width: 165px;
	position: relative;
}

#content{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 634px;
	background-color: #FFFFFF;
	float: right;
	padding: 0px 0px 0px 0px;
}

#content2{
	margin-left: 10px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 550px;
	background-color: #FFFFFF;
	position: relative;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	color: #0099CC;
	vertical-align: bottom;
	/* background-image:url(images/Background_6.gif);  */
	font-size: 20pt;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: 900;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #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: 75%;
	padding: 5px 0px 5px 10px;
	position: relative;
	width: 500px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 75%;
}

.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: 30px 0px 0px 30px;
	font-size: 75%;
	width: 574px;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	padding: 5px 0px 5px 8px;
	margin-top: 0px;
	color: #FFFFFF;
	background-color: #999999;
	width: 792px;
	position: relative;
	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: 0px;
	vertical-align: middle;
}

#siteInfo a:link, #siteInfo a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#siteInfo a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	height: 27px;
}

#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1 solid #333333; 
    /* background-color: #E5FEFE; */
/**	border: 1px solid #cccccc  **/
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 115%;
	background-color: #0099CC;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}

#sectionLinks h3{
	border-top: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 2px 0px 2px 10px;
	color: #006699;
	text-decoration:none;
	font:bold;
	font-size: 100%;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: auto;
	color:#FFFFFF;
	text-decoration:none;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	height: 20px;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
	text-decoration:none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFFF1;
	padding: 2px 0px 2px 10px;
	color: #006699;
	text-decoration:none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 75%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	background-repeat: no-repeat;

	/* background-image: url(images/Background_Gradiant_4.jpg);  */

}

#headlines p{
	padding: 5px 0px 5px 0px;
}


#content .story {
	background-color: #FFFFFF;
	position: relative;
	color: #333333;
}

#Header2 {
	font-family: arial;
	font-size: 14pt;
	font-style: normal;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #999999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: relative;
	text-align: center;
	height: 16px;
}
