body {
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	margin:0;
	padding:0;
	text-align:center;
}
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#6699CC;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #009900;
}
div#nav_top {
	padding:5px;
	text-align:left;
	border: thin solid #CCCCCC;
}
#nav_top ul li {
	display: inline;
	padding-right: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 5px;
}
#nav_top ul li a {
	text-decoration: none;
	display: inline;
}
#nav_top ul li a:link, #nav_top ul li a:visited {
	color: #6699CC;
}
#nav_top ul li a:hover {
	color: #0000ff;
	text-decoration: underline;
}
#nav_top ul li.current a:link, #nav_top ul li.current a:visited {
	color: #666666;
}
#nav_top ul {
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#wrapper {
	width:99%;
	text-align:left;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#maincol {
	width : 35%;
	float:left;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 2em;
	text-align: right;
}
div#subcol {
	width:35%;
	float:right;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 2em;
}

#footer {
	font-size: xx-small;
	font-weight: normal;
	text-align:left;
	border: thin solid #999999;
	width: 99%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
}
h2 {
	font-size: small;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
}

h6 {
	font-size: xx-small;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
   border: 0;
}
h1 {
	padding-bottom: 20px;
}
