/*Style sheet based on http://www.westciv.com/*/


/* Define characteristics for the <body> element (the parent of all other elements). */
body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	}

h1 {
	color: #23238E;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 2px; /*Use px or em here.*/
	}

h2 {
	color: #23238E;
	font-size: 1.2em;
	font-weight: bold;
	}

h3 {
	color: #23238E;
	font-size: 1em;
	text-align: justify;
	font-weight: bold;
	}

p {
	font-size: .8em;
	text-align: left;
	line-height: 1.7em;
	}

	
a:link {
	color: #23238E;
	text-decoration: underline;
	}

a:visited {
	color: #23238E;
	text-decoration: underline;
	}

/*
a:hover {
	background-color: #8F8FBC;
	}
*/

a:active {
	background-color: #3cc7f0;
	color: #000000;
	}
	
ul {
	padding-left: 10px;
	margin: 0;
	}

ul li {
	font-size: .8em;
	list-style-type: disc;
	padding-bottom: 10px;
	}
	
#header {
/*	background-color: #E9C2A6; */
	padding-top: 6px;
	margin-left: 170px;

	}
	
#header p {
	font-size: .6em;
	}

#left-image { 	
	height: 95px;
	background-image: url(images/bai-graph-small.png);
	background-position: left top;	
	background-repeat: no-repeat;
	}

	
#content {
	position: relative;
	width: 775px;
	padding-top: 12px;
	}
		
#navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 145px;
	border-right: 1px #666666 dotted;
	}

#navbar ul {
	padding: 0;
	margin: 0;
	}		

#navbar ul li {
	list-style-type: none;
	border-top: dotted 1px #666666;
	border-bottom: dotted 1px #666666;
	padding: 0;
	margin: 0;
	}

	
#navbar ul li a:link, #navbar ul li a:visited {
	color: #23238E;
	display: block;
	text-decoration: none;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	border-bottom: 1px #000000 solid;
	
	}

#navbar a:hover {
	background-color: #8F8FBC;
	}

#main-text {
	border-left: 1px #666666 dotted;
	border-right: 1px #666666 dotted;
	position: relative;
/*	background-color: #E9C2A6; */
	color: #0000A0;
	text-align: left;
	margin-left: 145px;
	padding-left: 25px;
	padding-right: 25px;
	}
	
#main-text p {
	text-align: justify;
	}
	
#main-text p.caption {
	font-size: .5em;
	font-weight: normal;
	text-align: center;
	}

#top {
	font-size: .8em;
	font-weight: normal;
	text-align: right;
	margin-left: 0px;
	padding-right: 40px;
	padding-bottom: 15px;
	}

#address {
	color: #23238E;
	font-size: .8em;
	text-align: center;
	font-weight: normal;
	margin-left: 145px;
	padding-bottom: 20px;
	}
