/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color: #EDFAFF;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a.b{
	color: #006699;
	text-decoration: none;
	line-height: 150%;
}

a:link img, a:visited img, a:hover img{
     border: 0px;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
    font-family: Verdana,Arial,sans-serif;
    font-size: 200%;
    color: #334d55;
    margin: 0px;
    padding: 0px;
}

h1.center{
    font-family: Verdana,Arial,sans-serif;
    font-size: 200%;
    color: #334d55;
    margin: 0px;
    padding: 0px;
    text-align:center;
}

h2{
    font-family: Arial,sans-serif;
    font-size: 125%;
    color: #006699;
    margin: 0px;
    padding: 0px;
}

h3{
    font-family: Arial,sans-serif;
    font-size: 125%;
    color: #334d55;
    margin: 0px;
    padding: 0px;
}

h4{
    font-family: Arial,sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #333333;
    margin: 0px;
    padding: 10px;
}

h5{
    font-family: Verdana,Arial,sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #334d55;
    margin: 0px;
    padding: 0px;
}

ul{
    list-style-type: square;
}

ul ul{
    list-style-type: disc;
}

ul ul ul{
    list-style-type: none;
}

label{
    font-family: Arial,sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #334d55;
}
	
table{
 border-color:#000000;
}	
	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #999;
	width: 100%;
}

#navBar{
	margin: 0 80% 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 0px 10px;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
    padding: 0px 0px 5px 10px;
    border-bottom: 1px solid #ccc;
    color: #999;
	font-weight: bold;
}

#globalNav img{
    display: block;
}

#globalNav a {
	font-size: 100%;
	padding: 0 4px 0 0;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 12px;
	font-weight: bold;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}
/* 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 #999;
	font-size: 75%;
	color: #999;
	padding: 10px 10px 10px 10px;
	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" */


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 90%;
}

#search form{
    margin: 0px;
    padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #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: 1px solid #eee;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #999;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #999;
	width: 100%;
  	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #999;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #999;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #999;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/********* extra stuff **********/

.wwglg {
    color: red;
	font-weight:bold;
	text-decoration:underline;
} 

#cedesc {
    position:absolute; 
	left:363px; top:150px; width:425px; 
	z-index:1; 
	background-color: #ffff99;
	border: 1px solid #000000; 
	padding: 7px; 
	visibility: hidden; 
	font-size: 75%;
}

#cmdesc {
    position:absolute; 
	left:432px; top:150px; width:473px;
	z-index:2; 
	background-color: #ffff99;
	border: 1px solid #000000; 
	padding: 7px; 
	visibility: hidden; 
	font-size: 75%;
}
