@charset "iso-8859-1";
body {
	margin:0px 0px;
	padding:0px;
	text-align:left;
	color:#333;
	background-image:url(images/bg-l2-horizontal.jpg);
	background-repeat:repeat-x;
	background-color:#666666;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
	}
.quotesnormal {
	font-family: Tahoma;
	font-size: 11px;
	color: #3366FF;
}


#topper {
	position:absolute;
	left:0px;
	top:00px;
	width:800px;
	height:145px;
	z-index:1;
}

#main {
	position:absolute;
	left:0px;
	top:145px;
	width:800px;
	height:auto;
	min-height:548px;
	background-image:url(images/bg-interior.jpg);
	background-repeat: repeat-y;
	background-color:#333333;
}

#pagetitle {
	position:absolute;
	left:157px;
	top:153px;
	width:356px;
	height:24px;
	z-index:1;
}
#content {
	position:relative;
	left:180px;
	top:0px;
	width:545px;
	height:auto;
	background-color: #ffffff;
}

#nav {
	position:absolute;
	left:14px;
	top:0px;
	width:165px;
	height:500px;
	background-image: url(images/bg-nav.jpg);
	z-index: 999;
}

#footer {
	left:114px;
	margin-top:0px;
	margin-bottom:0px;
	width:673px;
	height:27px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

/* typestyles */

h1 {
	color:#666666;
	font-weight:900;
	font-style:normal;
	font-family: Tahoma;
	font-size: 16px;
	line-height: 1;
	}
h2 {
	color:#016599;
	font-weight:700;
	margin-top: .25em;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
	font-family: Tahoma;
	font-size: 1.1em;
	line-height: 1;
	}
	
h3 {
	color:#666;
	font-size:1em;
	font-weight:800;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	}

h4 {
	color:#666;
	font-size:1em;
	font-weight:800;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
	}
	
h5 {
	color:#666;
	font-size:1em;
	font-weight:800;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
	}
	
p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	}

ol, ul {
	margin-top:0;
	margin-bottom:1em;
	line-height:1.8;
	font-weight: bold;
	list-style-image: url(images/bullet-blue.jpg);
	font-size: 12px;
	}

a {color:#09c; text-decoration:none;font-weight:600;}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:white;}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #666666;
}

.th {
	background-color: #006599;
	border-color: #34689A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-align: left;
}

.leftcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align:right;
	width:50%;
}

.rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align:left;
	width:50%;
}
	
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}
.boldtext {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.bodytext {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}

.smalltext {
	font-family: Tahoma;
	font-size: 10px;
}

hr {
	border: 1px solid #666666;
}

#topper #pagetitle {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	color: #016599;
	letter-spacing: .5em;
	text-align: right;
}
.quotesbold {
	font-family: Tahoma;
	font-size: 12px;
	color: #3399CC;
	font-weight: bold;
}
