body, html {
	color:#333;
	background-color:#e0e3e9;
    }


body {
	margin:5px;
	padding:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 13pt;
    }


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 700px;
	height: 100%;
	border: thin solid #CCC;
	background-color:#edeef0;
}

#header {
	height: 155px;
	width: 700px;
}


#side-a {
	float: left;
	width: 180px;
	height: 320px;
	letter-spacing: 1px;
}

#content {
	float: left;
	width: 490px;
	margin: 5px;
	padding: 5px;
	border: thin solid #CCC;
}

#content2 {
	clear: both;
	height: 195px;
	width: 700px;
}


#footer {
	clear: both;
	height: 45px;
}

/* text styles */
  
h1 {
	font-size: 17px;
	line-height: 25px;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	padding-top: 20px;
	color: #1A3A8C;
	}
	
h2 {
	font-size: 15px;
	color:#072726;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: normal;
	}
	
h3 {
	font-size: 14px;
	color:#A10018;
	line-height: 17px;
	font-weight: normal;
	letter-spacing: 1px;
	}
	
h4 {
	font-size: 11px;
	color:#A10018;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	background-color:#e0e3e9;
	padding: 2px;
	margin: 2px;
	border: thin solid #CCC;
	text-align: center;	
	}

.attn {
	color:#1F1F1F;
	font-size: 13px;
	font-weight: bolder;
}
	
p {
	color:#333;
	font-size: 12px;
	line-height: 17px;
	}
	
p#service {
	color:#999;
	font-size: 13px;
	line-height: 18px;
	}
	
p#disclaimer {
	font-size: 11px;
	text-align: center;
	color: #2A5453;
	}
	
p#copyright {
	font-size: 10px;
	text-align: center;
	color: #999;
	}
	
/* nav elements */


ul {
	line-height: 15px;
	vertical-align: top;
	list-style-type: none;
	}

	
	
#nav li a {
	/*for all links in the list*/
	display: block;
	height: 17px;
	width: 130px;
	padding-top: 8px;
	padding-left: 5px;
}


#nav li a:hover, #nav li:hover a {
	color:#9B0A17;
	background-color: #E0E3EA;
}

		
a:link {
	text-decoration: none;
	color:#003366;
	background: transparent;
	}
	
a:visited {
	text-decoration: none;
	color:#666;
	background: transparent;
	}
	
a:hover {
	background: transparent;
	text-decoration: underline;
	color: #9B0A17;
	}
	
a:active {
	text-decoration: none;
	color: #036;
	background: transparent;
	}

a.special {
	text-decoration: none;
	background: transparent;
	font-weight: bold;
	color: #990000;
	letter-spacing: 0px;
	}