
body {
	background-color:#F6F4F0;
	margin:0px;
}
table {
	width:100%;
	border-collapse:collapse;
}

#preamble {
	text-align:center;
	text-decoration:underline;
	color:blue;
	size:2;
	font-weight:bold;	
}

#title  {
	text-align:left;
	color: green;
	font-family: monotype corsiva;
	font-size: 50pt;
	text-decoration: none;
}

#footer {
	background:#21669d;
	text-align:center;
	font-family:"Comic Sans MS", cursive;
	font-size: 12pt;
	color: white;
}
#footer a {
	text-decoration:none;
	color: white;
}

#subfooter {
	background:#21669d;
	text-align:center;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
}
#subfooter a {
	text-decoration:none;
	color: white;
}


.navtabs{
	width: 100%;
	border-bottom: 5px solid #21669d;
	margin: 0 auto;
	border-spacing:0px;
}
.navtabs tr{
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	
}
.navtabs td{
	display:inline;
}
.navtabs a{
	float: left;
	text-decoration: none;
	color: white;
	padding: 5px 10px;
	background: #3c86c3;
	border-right: 1px solid white;
}
.navtabs a:hover {
	background: #21669d; 
	text-decoration: underline;
}

.content {
	width:66%;
	border: 1px solid #21669d;
}
.conthead {
	color: #000000;
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	padding-left:25px;
	font-weight:normal;
}
.conthead a {
	text-decoration:none;	
	color: #0000ff;
	font-weight:normal;
}
.conthead a:hover {
	text-decoration:underline;	
}


.content td {
	width:37%;
}
#contentheader {
	color: #ffffff;
	
}

#current {
	color:green;
}

#contentbody {

}
.contentelement {
	/*border: 1px solid #3c86c3;*/
	border: 1px solid #21669d;
	border-collapse:collapse;
}

.contentelement li {
	list-style-type: circle;
	font-size:17px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	
}
.contentelement th {
	padding-left:25px;
	text-align:left;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	background-color:#3c86c3;
	background-image: url(../qimg/con_head.gif);
	
}
.contentelement th a{
	color: #FFFFFF;
	text-decoration:none;
}
.contentelement th a:hover{
	text-decoration: underline;
}
.contentelement td a{
	color: #0000ff;
}
.contentelement td a:hover{
	text-decoration:none;
}