* {
	margin: 0;
	padding: 0;
}
BODY {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
}

TD {
	font-size: 75%;
}
.inbox {
	width: 360px;
}
.inarea {
	height: 150px;
}

.reqd {
	color: #cc0104;
	font-weight: bold;
}

H2, P, DIV {
	margin-bottom: 1em;
}

H1 {
	color:#7562be;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:2.5em;
	font-weight: normal;
	margin-bottom: 15px;
	/* background: URL(images/background-h1.gif) no-repeat;*/
}

H2 {
	color:#7562be;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight: normal;
}

#quoteStyle {
	color: #689a37;
	font-size: 0.9em;
}

TABLE#homenav {
	text-align: center;
	width: 700px;
}

TABLE#homenav A {
	color: White;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 120%;
}

TABLE#homenav A:hover {
	color: Yellow;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

TD.navbox {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

DIV#nav {
	line-height: 200%;
	position:absolute; 
	left:0; /* 637px;  */
	text-align: left; /* right;  */
	width:150px; 
	top:160; 
	z-index:3; 
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top:12px;
	background: URL(images/background-nav.gif) top left no-repeat;
	height: 410px;
}

DIV#addressBox {
	position:absolute; 
	top:6px; 
	right: 10;
	width:140px; 
	height:61px;
	text-align: right;
	font-size: 1.1em;
	line-height: 150%;
}

DIV#nav A {
	color: #7562be;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1.3em;
}

DIV#nav A:hover {
	color: #666666;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background-color: #ffebeb;
}

SMALL {
	margin-bottom: 1em;
}
IFRAME {
	border: 1px solid #7562be;
}

A {
	color: #7562be;
}

A:hover {
	color: #666666;
}

DIV.footer {
	padding-top: 2em;
	padding-bottom: 2em;
	border-top: 1px solid #c0c0c0;
	width: 590px;
	background: URL(images/background-footer.gif) no-repeat;
	position:relative;
	left: -20px;
	padding-left: 20px;
}

UL, OL {
	margin-left: 2em;
	margin-bottom: 2em;
}
LI {
	margin-bottom: 0.5em;
}

DIV#colOne {
	position:absolute;
	left:158px;
	top:138px;
	width:468px;
	z-index:7;
	padding-left: 22px;
	padding-top: 25px;
	background: URL(images/background.gif) no-repeat;
	overflow: hidden;
}