

/* Generic Selectors */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: white;
	color: black;
	width: 750px;
}

ul{
	position: relative;
	left: 15px;
}

li {
	list-style-type: none;
	line-height: 150%;
	list-style-type: disc;
	font-size: 25px;
}

h1 {
	font-size: 35px;
	font-weight: bold;
	color: #000000;
	padding: 40px 0 0px 30px; /*top right bottom left*/
}

h2 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #0000FF;
	padding: 10px 30px 0px 30px; /*top right bottom left*/
}

 h3 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	padding: 0 0 0px 30px; /*top right bottom left*/
}

h4 {
	padding: 10px 0 0px 30px;
}



/**************** Pseudo classes ****************/

a:link {
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
}

a:visited {
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
}

a:hover {
	color: #777777;
	font-size: 14px;
	text-decoration: underline;
}

a.email:link {
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
}

a.email:visited {
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
}

a.email:hover {
	color: rgb(0, 108, 255);
	font-size: 14px;
	text-decoration: underline;
}

div.nav {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #6495ED;  
	height: 50px;
	width: 725px;
	text-align: right;
	white-space: nowrap;
}

div.nav a:link{

}

div.nav a:visited{
	
}

div.nav a:hover{
	border: 2px;
	border-color: #000000;
}

div.nav img{
	padding: 0 0 0 0;
	border: 0px;
	vertical-align: bottom;
}

div.leftbar{
	position: absolute;
	top: 100px;
	left: 0;
	background-color: #6495ED;
	width: 200px;
	height:825px;
}

div.leftbar p{
	padding: 0px 0px 0px 15px;
}

div.leftbar a:link {
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
}

div.leftbar a:visited {
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
}

div.leftbar a:hover {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: underline;
}
/************************* ID's *************************/



div.centerDoc {
	position: absolute;
	padding: 10 0 20px 0; /*top right bottom left*/
	top: 75px;
	left: 200px;
	width: 550px;
}

div.centerDoc p{
	padding: 0 20px 0 20px;
}

div.centerDoc img{
	padding: 0 0 10px 20px;
}

/*****************classes**********************/

.map{
	position: relative;
	top: 40px;
	right: -10px;
	
}

.fleft{
	float: left;
	
}

.fright{
	float: right;
}

.halfwidth{
	float: left;
	width: 384px;
	padding: 20px 0 20px 0; /*top right bottom left*/
}

.toplink{
	padding: 10px 20px 10px 20px;
	float: left;
	text-align: center;

}

.topleft{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 0 0;
}

.clearboth{
	clear: both;
}

.shiftright{
	position:relative;
	left: 10px;
}
