@charset "iso-8859-1";
body {
	margin:0px 0px;
	padding:0px;
	text-align:left;
	color:#333;
	background-image:url(images/bg-blue.jpg);
	background-repeat:repeat;
	background-color:#006699;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}

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

#main {
	position:absolute;
	left:0px;
	top:305px;
	width:800px;
	background-image: url(images/bg-content.jpg);
	background-repeat: repeat-y;
	height: 4000px;
}

#main-long {
	position:absolute;
	left:0px;
	top:305px;
	width:800px;
	background-image: url(images/bg-content.jpg);
	background-repeat: repeat-y;
	height: 4700px;
}

#pagetitle {
	position:absolute;
	left:392px;
	top:175px;
	width:356px;
	height:24px;
	z-index:1;
}
#content {
	position:relative;
	left:170px;
	top:0px;
	width:550px;
	min-height:500px;
	height:auto;
}

#nav {
	position:absolute;
	left:4px;
	top:8px;
	width:149px;
	height:436px;
}

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}

#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

#copyright {
	position:absolute;
	left:20px;
	top:289px;
	width:124px;
	height:87px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
}

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

/* typestyles */

h1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #016599;
	letter-spacing: 0.3em;
	text-align: left;
	}
	
h2 {
	color:#006599;
	font-weight:700;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-family: Tahoma;
	font-size: 1.1em;
	line-height: 12px;
	}
	
h3 {
	font-family: Tahoma;
	font-size: 14px;

	font-weight: ;
	text-transform: capitalize;
	color: #016599;
	letter-spacing: 0.3em;
	text-align: left;
	margin: 0px;
	line-height: 15px;
	}

h4 {
	color:#F00;
	font-size:16px;
	font-weight:800;
	margin-top: 5px;
	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 {
	line-height:15px;
	margin:0 0 1em;
	}

ol, ul {
	margin-top:0;
	margin-bottom:1em;
	line-height:1.8;
	}

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

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	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;
	text-indent: 10px;
}

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

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

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

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

hr {
	border: 1px solid #666666;
}

#main #content li ul {
	line-height: 100%;
	list-style-position: outside;
	list-style-type: square;
}
.redboldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
