/* Defines the body tag */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #999999;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}


/* Redefines the p tag */
p {
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 8pt;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

li {
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 8pt;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-image: url(../images/bullet.gif);
}



/* Creates the general link style for the site. This is not the main navigation.  */

a {
	color: #000099;
	font-weight: normal;
	text-decoration: none;
	}
a:visited { 
	text-decoration: underline;
	color: #000099;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #339900;
}
a:active { 
	text-decoration: none;
	color: #339900;
	background-color: #FFFFFF;
}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/*Collapses borders that some browsers automatically apply to tables. */

table, td, th  { border-collapse: collapse;}

/* DIV CONTAINER */

div#container {
	text-align:center;
	margin: 10px auto;
	width: 800px;
	padding: 7px 0px 7px 0px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	background-position: bottom;
	background-repeat: repeat-x;
}

div#content {
	text-align:center;
	width: 782px;
	height: auto;
	margin: 0px auto;
	background-color: #CCCCCC;
	border: 1px solid #666666;
	background-image: url(../images/bg_left.gif);
	background-position: left;
	background-repeat: repeat-y;
}


div#left {
	width: 189px;
	float: left;
	margin: 0px;
	color: #FFFFFF;
	padding: 0px 0px 0px;
	height: auto;
}

div#left p{
	color: #333333;
	text-align:left;
	padding-left:20px;
	font-size:7pt;
}

div#right {
	float: right;
	width: 590px;
	height: auto;
	text-align: left;
	background-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	}

div#right h1 {
	color: #ffffff;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-transform: none;
	background-color: #000099;
	background-image: url(../images/bg_pageheading.jpg);
	height: 22px;
	width: auto;
	padding: 8px 0px 0px 15px;
	margin: 1px 1px 0px 0px;
	background-repeat: no-repeat;
}


div#right p {
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}

p.paddedjustified {
	padding-top: 10px;
	margin-right: 40px;
	padding-bottom: 0px;
	margin-left: 20px;
	text-align: justify;
}

div#right h2 {
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 1.1em;
	line-height: 130%;
	color: #339900;
	padding: 0px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 8px;
}

div#right h3 {
	font-family: geneva, verdana, arial, sans-serif;
	font-size: .9em;
	line-height: 130%;
	color: #000099;
	padding: 0px;
	text-transform: none;
	font-weight: normal;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}
	
div#logocontainer {
	width: 100%;
	height: 98px;
	clear: both;
	text-align:center;
	background-color: #ffffff	;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000099;
} 
	
div#logo {
	width: 782px;
	height: 92px;
	clear: both;
	text-align:left;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	vertical-align: bottom;
} 

div#logonav {
	width:352px;
	height:20px;
	position:absolute;
	right: -8px;
	top: 0px;
	text-align: right;
	border-top:none;
	}
	
div#logonav a, div#logonav a:visited, div#logonav p{
	color:#999999;
	font-size:7pt;
	text-decoration: none;
	}
	
div#logonav a:hover{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	}


div#header {
	width: 782px;
	height: auto;
}

/* Content Setup */

#content h1 {

}

#content h2 {

}

#content h4 {
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 7pt;
	padding: 0px;
	margin: 0px;
	color: #006600;
}

#content p {

}

#content a {
	color: #000099;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-decoration: none;
	}
	
#content a:visited { 
	text-decoration: none;
}

#content a:hover {
	text-decoration: none;
	color: #339900;
}

#content a:active { 
	text-decoration: none;
	}

/* GENERAL DEFINITION LIST */

	#content dl {
		padding: 5px 10px;
		margin: 0px;
		}
	#content dt {
		margin: 0px;
		}
	#content dd {
		margin: 0;
		}

.column292 {
	width:292px;
	height:auto;
	float:left;
	padding:0px;
}


div#column292 {
	width:292px;
	height:auto;
	float:left;
	padding:0px;
	}
	
div#column292 p{
	padding:0px 2px 0px 5px;
	margin:0px;
	text-align: left;
	}


/* DIV FOOTER */


div#footer {
	clear: both;
	width: 99.5%;
	font-size: 7pt;
	height: 35px;
	margin: 0px auto;
	padding:  0px;
	text-align: center;
	color: #CCCCCC;
	font-family: geneva, verdana, arial, sans-serif;
	background-color: #666666;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
}


	/* DIV UTILITY NAV */
div#utilnav {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	font-family: arial, sans-serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#utilnav a {
	text-decoration: none;
	font-size: 8.5pt;
	color: #ffffff;
	font-weight: normal;
	border:none;
}

#utilnav a:hover {
	text-decoration: underline;
	color: #333333;
}
	
	/* DIV COPYRIGHT */
	
div#copyright {
	font-size: 9px;
	color: #cccccc;
	padding: 3px 0;
	text-align: center;
	font-family: geneva, verdana, arial, sans-serif;
}

#copyright a {
			text-decoration: none;
			color: #cccccc;
			}

#copyright a:hover {
			text-decoration: underline;
			color: #ffffff;
			}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.right {
	float: right;
	margin: 0px 5px;
}
.center {
	text-align: center;}
	
.clear {
	clear: both;}

/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */

	
div#nav  {
	padding: 20px 0 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	line-height: normal;
	text-indent: 0;
	text-align: left;
	width: 189px;
	height: auto;
	background-color:#000086;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	} 


div#nav a {
	display: block;
	padding: 3px 0px 3px 5px;
	margin-left: 10px;
	color: #ffffff;
	text-decoration: none;
	width: 150px;
	text-indent: 10px;
	text-align: left;
	font-size: 8pt;
	font-family: arial, sans-serif;
	height: auto;
	border:none;
}

div#nav a:hover {
	background: #FFFFFF;
	color: #000099;
	}
	
div#nav  a#current{
	color: #ffffff;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #99CC00;
	width: 146px;
	padding-left:0px;
	}
	
div#nav  a#current:hover{
	color: #000066;
	}

div#nav  a#indent{
	margin-left:30px;
	padding-left:0px;
	width: 145px;
	background-image: url(../images/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}



div#nav p {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 8pt;
	font-family: , sans-serif;
	height: 10px;
	background-color: #CCCCCC;
	background-image: url(../images/bg_nav_p.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/* SECONDARY NAVIGATION  */

div#secondnav {
	width: 600px;
	padding: 0;
	margin: 0px;
	height: auto;
	clear: both;
}


div#secondnav a#current, div#secondnav a#current:hover{
	color: #999999;
	text-decoration: none;
	border: none;
	}

div#secondnav a {
	color: #666666;
}

div#secondnav a:hover {
	color: #000099;
	}


/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/


.clear {
clear:both;
}

div#line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	clear:both;
}
