/* CSS Document */
/******************** Main Styles ***********************/
h1 {
	font-weight: bold;
	font-size: 125%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066CC;
	}

h2 {
	font-weight: bold;
	font-size: 115%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066CC;
	}

h3 {
	font-weight: bold;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066CC;
	}

h4 {
	font-weight: bold;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}

p {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	}

li {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	}

/***** horizontal bar **********/
hr{ 
	color:#006699;
	text-align: left;
	width: 95%;
	}
/******************* Head Styles ************************/
.headDiv{
	position: relative;
	float: left;
	height: 100px;
	width: 571px;
	}

/******************** LeftNav Styles **********************/
#leftNav{
	width: 132px;
	margin: 0px 0px;
	background-image: url(../images/layout/leftNav_button.gif);
	}
#leftLink{
	text-indent: 6px;
	width: 134px;
	font-size: 85%;
	background-image: url(../images/layout/leftNav_button.gif);
	background-repeat: no-repeat;
	}
#leftLink a:link, #leftLink a:visited{
	display: block;
	background-image: url(../images/layout/leftNav_button.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#leftLink a:hover{
	background-image: url(../images/layout/leftNav_button_over.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
}

/*************************** LeftNav Sublink Styles *******************/
#subLink {
	display: block;
	background-image: url("#");
	margin: 3px 0px;
	padding: 0px 15px;
	font-size: 85%;
	font-weight: bold;
	}
#subLink a:link, #subLink a:visited{
	background-image: url("#");
	text-decoration: none;
	color: #21536A;
}
#subLink a:hover, {
	font-weight: bold;
	color:#0000FF;
	text-decoration: underline;
	background-image: url("#");
}
#subLink a:active{
	color: #FFFFFF;
	background-color:#0066FF;
	font-weight: bold;
	text-decoration: none;
}
	
/********************* Body Styles ***********************/
.noBullet {
	list-style-type: none;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px
	}

.bodyDiv{
	height: 445px;
	overflow: auto;
	}

/********************** Copyright Styles ****************/
.copyright {
	text-align: center;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	}
	
.copyright a:link, .copyright a:visited {
	color: #0066CC;
	text-decoration: none;
	background-color: #FFFFFF;
	}
	
/*************** Independant Link Styles ****************/

a:link, a:visited{
	color: #0066CC;
	text-decoration: none;
	}
	
a:hover{
	color: #ffffff;
	background-color:#BB88FF;
	text-decoration: none
	}
	
.Blue a:hover {
	color:#ffffff;
	background-color:#0033FF;
	text-decoration: none
	}
	
.Red a:hover {
	color:#ffffff;
	background-color: #FF0000;
	text-decoration: none
	}
	
.Yellow a:hover {
	color:#000000;
	background-color:#FFFF00;
	text-decoration: none
	}
	
.Orange a:hover {
	color:#000000;
	background-color:#FFCC00;
	text-decoration: none
	}
	
.Purple a:hover {
	color:#ffffff;
	background-color:#990099;
	text-decoration: none
	}
	
.Green a:hover {
	color:#000000;
	background-color:#00FF00;
	text-decoration: none
	}

.White a:hover {
	color:#000000;
	background-color:#FFFFFF;
	text-decoration: none
	}