/***************************************************************************/
/* Web Page Template Print.css                                                   */
/* Use to print individual web pages with the left column not printing         */
/***************************************************************************/

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

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	}

	ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}
	
	li:hover ul, li.over ul { 
	display: block; }
	

	ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */




html, body, ul, ol, li, p, h1, h2, h3, h4, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

#navBar, #footer, #footerInfo, #footerInfo img{
display:none;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #666666;
	text-align: center;
	background-color: #666666;
}

#wrapper {
width: 770px;
background-color:#EAEDDC;
margin:10px 0px;
border: 1px solid #000000;
text-align:center;
}

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

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

h1, h2, h3, h4, {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

h1{
	font-family: "Book Antiqua";
	font-size: 18px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 36px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	font-family: "Book Antiqua";
	font-style: italic;
	vertical-align: middle;
	height: 100px;
}

h3{
	font-size: 12px;
	color: #000000;
	background-color: #EAEDDC;
}

h4{
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	background-color: #EAEDDC;
	text-align: left;
}

ul{
 list-style-type: square;
}

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

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

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

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

#banner{
	height: 120px;
	background-image: url(../Images/Banner.jpg);
	background-repeat: no-repeat;
	background-color: #EAEDDC;
	margin: 0px;
	padding: 0px;
}

#navBar{
	margin: 0;
	padding: 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#content{
	float:none;
	width: 537px;
	margin: 0;
	padding: 20px 20px 5px 5px;
	background-color: #FFFFFF;
	text-align: justify;
	clear: both;
	color: #000000;
}

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

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

/*************** style for the main title on the page **************/

#mainTitle{
	padding: 15px 0px 0px 10px;
	margin: 0px;
	background-color: #FFFFFF;
}

/************** styles for the article on the page ***************/

.article{
	padding: 0px 0px 10px 10px;
	text-align: justify;
	background-color: #FFFFFF;
	margin-left: 0px;
	color: #000000;
}

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

/************* #footerInfo styles ***************/

#footerInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #023731;
	padding: 5px;
	margin-top: 0px;
	background-color: #EAEDDC;
}
/* negative top margin pulls footerInfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footerInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	text-align: left;
}

/************* #search styles ***************/

#search{
	padding: 0px 0px 5px 10px;
	background-color: #EAEDDC;
	border: 1px solid #cccccc;
}

#search form{
	margin: 15px;
	padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*********** #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;}

/*********** .leftcolLinks styles ***********/

.leftcolLinks{
	margin: 0px;
	padding: 0px 0px 25px 10px;
	font-size: 0px;
	background-color: #EAEDDC;
	border: 0px none;
}

.leftcolLinks h3{
	padding: 10px 0px;
	text-align: left;
	border: 0px none;
}

/************** #rightcolLinks styles **************/

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

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

/************** #leftcolLinks styles **************/

#leftcol{
	width: 200px;
	background-color:#EAEDDC;
	float: left;
}

#leftcol #nav ul{
	padding:0px;
	margin:0;
	background-color:023731;
	text-align: left;
	border: none;
	border-bottom: 1px solid #EAEDDC;
}

/************** standard font used for text **************/

#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/************** #Image styles **************/

.leftimage{
float: left;
margin: 0;
border: none;
}

.rightimage{
float: right;
margin: 0 0 0px 0px;
border: none;
width: 150px;
}

/************** font for the main title on page **************/

mainTitleFont {
	font-family: "Book Antiqua";
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.LeftBoldFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-align: left;
	background-color: #FFFFFF;
	font-style: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

