body {
	margin:0;
	padding: 0;
	text-align:center;
	font-size:x-small;
	font-family: Arial,Helvetica, sans-serif;
	color: #000;
 background: #44779d url(../i/bg/bg.gif);
}
#container {
	position:relative;
	text-align:left;
	padding: 136px 0px 0px 0px;
	margin: 0px auto;
	width: 773px;
	background:  #44779d  url(../i/bg/header1.gif) 0px 0px;
	background-repeat: no-repeat;


	}
#content {
	margin:0 0 20px 0;
	padding:0;
	background: #fff url(../i/bg/pagebg.gif);
}
#page {
	margin: 5px 20px 20px 30px;
	background-color: White;
}
#toplogo {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 201px;
	height: 26px;
	background-image: url(../i/bg/toplogo.gif);
	z-index: 5;
	background-repeat: no-repeat;
}
#toplogo h1 span{
font-size:0.1em;
float:left;
height:65px;
text-indent:-2000em;
}
#logo {
	position: absolute;
	top: 8px;
	left: 630px;
	width: 129px;
	height: 65px;
	background-image: url(../i/bg/logo.gif);
	z-index: 5;
}
form {
	
}
.widebox {
	padding: 5px;
	border: 1px dashed #CCCCCC;
	width: 664px;
	margin-bottom: 10px;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	padding: 0 0 8px 0;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	padding: 0 0 8px 0;
}
p {
	padding: 5px 0;
	text-align: left;
}
label {
	display: block;
	font-size: 90%;
	padding: 3px 0 3px 0;
}
.label {
	    float: left;
	    width: 20em;
	    text-align: right;
	    clear: left;
	    margin-right: 15px;
	}
input, select, textarea {
	width: 195px;
	font-size: 95%;
	font-family: Arial,Helvetica, sans-serif;
}

input.checkbox, input.radio{
	display:block;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
	height:13px;
}
label.choice{
	font-size:100%;
	display:block;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px 0;
	color:#444;
	width:90%;
}
.end {
	clear: both;
	width: 700px;
}
.col1 {
	float: left;
	width: 200px;
	border: 1px dashed #CCCCCC;
	padding: 3px;
	margin: 0 15px 10px 0;

}
.col2 {
	float: left;
	width: 200px;
	margin-right: 15px;
	padding: 3px;

}
.col3 {
	float: left;
	width: 300px;
	margin-right: 15px;
	padding: 3px;
}
.box1 {
	clear:both;
	width: 250px;
	border: 1px dashed #CCCCCC;
	padding: 3px;
	margin: 0 15px 10px 0;
	text-align:left;
}

.captcha{
	clear:both;
	margin: 5px 0 8px 0;
}
.captcha input {
	width: 100px;
}
.buttons{
	clear:both;
	margin-top:20px;
	margin-bottom: 12px;
}
.buttons input{
	font-size:120%;
	margin-right: 5px;
}
/* nav */
#navcontainer {
	margin: -25px 0 15px 0px;

}
#navcontainer ul
{
display: block;
list-style: none outside;
padding: 0;
margin: 0 0 0 10px;
font-family: Verdana, sans-serif;
font-size: x-small;
}

#navcontainer li
{
padding: 0;
margin: 0 4px 0 0;
border-top: 1px solid #cecbc6;
border-right: 1px solid #cecbc6;
border-left: 1px solid #cecbc6;
background-color: #000066;
color: #ffffff;
font-weight: bold;
/* the next 4 lines are magic */
display: block;
float: left;
position: relative;
top: -1.32em;
}

#navcontainer a:link,
#navcontainer a:visited
{
background-color: #000066;
color: #ffffff;
text-decoration: none;
padding-left: 1em;
padding-right: 1em;
}

#navcontainer a:hover
{
background-color: #cecbc6;
color: #000066;
}

#navcontainerclear { display: none; }

html>body #navcontainerclear
{
display: block;
clear: both;
}

#navcontainer li#active a
{
background-color: #fff;
color: #000066;
}

/* Clearing floats without extra markup
Based on How To Clear Floats Without Structural Markup by PiE
[http://www.positioniseverything.net/easyclearing.html] */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

/*php messages */

.notice {
	font: normal normal normal 12px "Times New Roman", Times, serif;
	text-align: center;
	color: #ffff00;
	margin: 2px 0;
}
.warning {
	font: normal normal bold 14px "Times New Roman", Times, serif;
	text-align: center;
	color: #fff;
	margin: 3px 0;
}
