body {
	background-color: #F7F8EE;
	margin: 0;
	}

#logodiv {
	position: fixed !important;
	left: 0;
	position: relative;
	float: left;
	z-index: 100;
	background-color: #000000;
	width: 800px;
	height: 150px;
	border-bottom: 0px;
	border-left: 1px solid #081B36;
	}

#nav {
        position: fixed;
	left: 0;
	float: left;
	z-index: 5;
	font: 10px/16px verdana, sans-serif;
	background-color: #F7F8EE;
	color: #081B36;
	top: 150px;
	left: 0;
	padding: 2px;
	width:150px;
	border-left: 1px solid #081B36;
	}
	
#nav a {
	color:#113671;
	text-decoration: none;
	}

#nav a:visited {
	font-weight: bold;
	color: #081B36;
	text-decoration: line-through;
	}

#nav a:link {
	font-weight: bold;
	color: #113671;
	text-decoration: none;
	}

#nav a:hover {
	color: #113671;
	text-decoration: line-through;
	}

#nav a:hover:visited {
	color: #6699CC;
	text-decoration: line-through;
	}

#main {
	position: absolute;
	background-color: #F7F8EE;
	width: 625px;
	padding: 15px;
	top: 175px;
	left: 150px;
	z-index: 1;
	}

body, h3, h4, p, {
	font-family: verdana, helvetica, arial, sans-serif;
	}

p {
	font-family: verdana, helvetica, arial;
	font-size: 13px;
	color: #081B36;
	}

p.signature {
	font-size: 12px;
	color: #081B36;
	font-style: italic;
	font-familiy: palatino linotype, sans-serif, times new roman;
	letter-spacing: 5px;
	font-variant: small-caps;
	}

h1, h2, h3, h4, h5 {
	color: #081B36;
	clear: both;
	}

h1 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 10px;
	font-family: palatino linotype, sans-serif, times new roman;
	margin-top: 0;
	}

h2 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 8px;
	font-family: palatino linotype, sans-serif, times new roman;
	}

h3 {
	font-family: verdana, helvetica, arial;	
	font-size: 12px;
	font-weight: 10;
	letter-spacing: 2px;
	font-variant: small-caps;
	}


h4 {
	font-family: verdana, helvetica, arial;	
	font-size: 9px;
	font-weight: 8;
	letter-spacing: 2px;
	font-variant: small-caps;
	}
a {	
	color: #113671;
	background-color: transparent;
	text-decoration: none;
	}

a:visited {
	color: #6699CC;
	background-color: transparent;
	text-decoration: underline;
	}

a:link {
	color: #113671;
	background-color: transparent;
	text-decoration: underline;
	}

a:hover {
	color: #113671;
	background-color: transparent;
	text-decoration: line-through;
	}

blockquote {
	color: #000000;
	font-family: verdana, ariel, palatino linotype, sans-serif, times new roman;
	text-decoration: none;
	font-weight: 50;
	letter-spacing: 4px;
	font-size: 9px;
	font-variant: small-caps;
	}
