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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(bgdFill.jpg);
	background-repeat: repeat-x;
	background-color: #3398CC;
}
#container {
	background-color: #FFFFFF;
	background-image: url(logo5percent.jpg);
	background-repeat: no-repeat;
	background-position: center 185px;
	width: 800px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	bottom: 0px;
	top: 10px;
	height: auto;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #999900;
	text-decoration: none;
}

a:hover{
	color: #880000;
	font-weight: bold;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


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

#masthead{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#LeftBox{
	float: left;
	width: 20%;
	margin: 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-size: 10pt;
	top: 33px;
	position: relative;
	height: 100%;
}
#BoxHeader {
	font-weight: bold;
	background-image: url(hdrworkHP.jpg);
	background-repeat: no-repeat;
	height: 37px;
	line-height: 30px;
	color: #EEEEEE;
	text-align: center;
	font-size: 14px;
}

#RightBox{
	float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	padding-left: 5px;
	font-size: 10pt;
	padding-top: 0px;
	padding-bottom: 5px;
	position: relative;
	top: 33px;
}
#RightBoxHeader {
	font-weight: bold;
	background-image: url(hrdworkRGHT.jpg);
	background-repeat: no-repeat;
	line-height: 30px;
	color: #EEEEEE;
	text-align: center;
	font-size: 14px;
	padding-left: 0px;
}

#BoxContents {
	font-size: 10pt;
	line-height: 1.25em;
	padding: 5px;
	margin-top: 10px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #888888;
}
.boxheadline {
	font-size: 10pt;
	font-weight: bold;
	color: #444444;
	padding-top: 5px;
}


#content{
	float: left;
	width: 55%;
	position: relative;
	height: 100%;
}

div#navbar {
	height: 25px;
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555555;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	font-size: 8.5pt;
	background-image: url(menuBar.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
div#navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #EEEEEE;
	line-height: 25px;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a {
	text-decoration: none;
	color: #EEEEEE;
	padding: 5px;
}
div#navbar li a:link {
    color: #FFFFF:
}
div#navbar li a:visited {
    color: #A0FE81;
}
div#navbar li a:hover {
	color: #EEEEEE;
	font-weight: bold;
	background-repeat: repeat-x;
	background-image: url(menuBarRO.jpg);
}

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

.story{
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

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

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

#Footer{
	clear: both;
	color: #cccccc;
	font-size: 80%;
	padding-top: 20px;
	padding-left: 10px;
	text-align: center;
	bottom: 0px;
	padding-bottom: 10px;
}

