/* CSS Document */

body, html {
	margin:0px;
	background-color: #E8FFFF;
	}

#container {
	width:800px;
	height:auto;
	background:#FFFFFF;
	margin:0px auto;
	top:0px;
	border-left: double;
	border-left-color: #D5D5D5;
	border-right:double;
	border-right-color: #EAEAEA;
	
}

#top {
	width:800px;
	background-image: url(../images/topimage3.png);
	background-repeat:no-repeat;
	float:left;
	height:175px;
	top:0px;
	left:0px;
	position:relative;
	}
	
#main {
	top:0px;
	text-align: left;
	width:625px;
	height:auto;
	position:relative;
	margin-left:140px;
	margin-top:40px;	
	padding:5px 10px 10px 5px;
	background-attachment:scroll;
	z-index:1;
	}

#left {
	float:left;
	top:50px;
	height:auto;
	position:relative;
	width:130px;
	left:0px;
	}
	
	
#footer {
	clear:both;
	bottom:0px;
	padding:15px;
	width:770px;
	height:auto;
	z-index:10;
	text-align: center;
	position: relative;
	color:#000000;
	}

#footer a {
	text-decoration:underline;
	color: #000000;
	text-align: center;
	
	}

/* styles */
	
.normal {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
line-height:2em;
font-weight: 500;
color:#FFFFFF;
}


.normalbolderlarge {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
line-height:1.8em;
font-weight: 700;
color:#000000;
}

.small {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
line-height:1.7em;
font-weight: 700;
color:#000000;

}

.smaller {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.7em;
line-height:2em;
font-weight: 500;
color:#000066;
}

.topheader {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.9em;
line-height:2em;
font-weight: 500;
color:#000066;
text-align:center;

}

.quote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.4em;
	font-weight: 700;
	color: #800000;
	font-style: italic;
	}
	
.subheading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.4em;
	font-weight: 600;
	color: #000000;
	font-style: italic;
	}
p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.8em;
line-height:2em;
font-weight: 500;
color:#000066;
}

h1 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.4em;
line-height:2em;
font-weight: normal;
color:#000000;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.2em;
line-height:2em;
font-weight: bold;
color:#000000;
}


h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
line-height:2em;
font-weight: bold;
color:#7171FF;
}


#nav ul {
	display:block;
	width:123px;
	text-decoration:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	
	}

#nav li {
	display:block;
	margin:0px;
	list-style-type:none;
	width:100%;
	text-decoration:none;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:12px;
	line-height:2em;
	color:#000066;
	background-color:#d3ebff;
	
	}

#nav a {
	display:block;
	text-decoration:none;
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	line-height:2.5em;
	padding-right:10px;
	font-weight:700;
	color:#000066;
	margin-left:5px;
	}
	
#nav a:hover, a:link, a:visited {
	display:block;
	list-style-type:none;
	text-decoration: underline ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:700;
	font-size:12px;
	color:#8888FF;

	}

#main a:hover, a:link, a:visited {
	text-decoration: underline;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:0.9em;
	color: #7171FF;
	}
