body, html {
	color:#333;
	background-color:#78190F;
    }


body {
	margin:5px;
	padding:5px;
	font-family: "comic sans MS";
	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:#FFF;
}

#header {
	height: 245px;
	width: 700px;
	
}


#side-a {
	float: left;
	width: 180px;
	height: 320px;
	background-color:#EBF2FF;
	font-weight: bolder;
}

#content {
	float: left;
	width: 490px;
	padding: 5px;
	border: thin solid #CCC;
}

#content2 {
	height: 10px;
	clear: both;
	width: 700px;
	}

#footer {
	clear: both;
	height: 45px;
}

/* text styles */
  
h1 {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	color: #666666;
	background-color: #FFFC88;
	}
	
h2 {
	font-size: 15px;
	color:#990000;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bolder;
	padding-top: 20px;
	}
	
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:#FFFFFF;
	padding: 2px;
	margin: 2px;
	border: thin solid #CCC;
	text-align: center;
	}
	
h5 {
	font-size: 15px;
	color:#660000;
	line-height: 20px;
	font-weight: bolder;
	padding-top: 20px;
	text-align: center;
	}

.attn {
	color:#1F1F1F;
	font-size: 13px;
	font-weight: bolder;
}
	
p {
	color:#333;
	font-size: 12px;
	line-height: 17px;
	}
	
p#intro {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	}
	
p#service {
	color:#999;
	font-size: 13px;
	line-height: 18px;
	}
	
p#disclaimer {
	font-size: 11px;
	text-align: center;
	color: #738CA4;
	}

	
/* 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;
	
}

		
a:link {
	text-decoration: none;
	color:#000000;
	background: transparent;
	}
	
a:visited {
	text-decoration: none;
	color:#333333;
	background: transparent;
	}
	
a:hover {
	background: transparent;
	text-decoration: underline;
	color: #9B0A17;
	}
	
a:active {
	text-decoration: none;
	color: #000;
	background: transparent;
	}