body {
	text-align: center;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #CEE1EF;
	margin: 0;
	padding: 0;
	height: 100%;
}

div#header
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 794px;
	height: 107px;
	background-image: url(hdrwp.jpg);
	background-repeat: no-repeat;
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 52px;
	width: 886px;
	color: #454545;
	font-family: "Trebuchet MS", "century gothic", Verdana;
	font-size: 0.85em;
	line-height: 1.1em;
	font-weight: normal;
	padding: 1px;
	text-align: justify;
	background-image: url(divbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height:auto !important;
	height:100%;
	min-height: 100%;
}

div#container2
{
	margin-left: auto;
	margin-right: auto;
	width: 665px;
	padding: 3px;
	height:auto !important;
	height:100%;

}

div#navcontainer
{
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
	width: 725px;
}

div#footer
{
	background: url(bgg.jpg) left top repeat;
	margin: 0;
	padding: 0 0 120px 0;
	clear: both;
	border-top: 2px solid #464646;
	height: 100%;
}
	

a img {
	border: none; padding: 3px; 
	text-decoration: none;
}

a {
	text-decoration: none;
	font-family: "Trebuchet MS", "century gothic", Verdana;
	font-weight: semi-bold;
}

a:link, a:visited, a:active {
	color: #3D7EB4;
	text-decoration: none;
}

a:hover {
	color: #E26320;
	text-decoration: none;
}


h1 {
	font-family: "Century Gothic", "Avant Garde", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #464646;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	margin-top: 20px;
	text-align: left;
}

h2, h3, h4  {
	font-size: 16px;
	letter-spacing: 0px;
	font-family: "Trebuchet MS", Verdana;
	font-style: normal;
	font-variant: normal;
	color: #366B98;
	text-align: left;
	padding-left: 0px;
	text-transform: uppercase;
	padding-top: 5px;
}

.highlight
{
  clear: both;
  text-align: justify;
  font-size: 11px;
  padding: 3px;
  font-style: normal;
  background-color: #F0F6FB;
  color: #929292;
  width: 95%;
  vertical-align : middle;
  border-right: 2px solid;
  border-left: 2px solid;
}

.codesort li {
	display: inline;
	padding-right: 0.5em;
	border-right: 1px solid #B26E87;
	}
	
.codesort p {
	text-align: left;
}

textarea, select, input
{
	background-color: #000000;
	color : #9A9A9A;
	border: 1px solid #707070;
	font-family : "Trebuchet MS";
	font-size: 12px;
	padding: 3px;
	border-bottom: 5px solid;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #464646;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #464646;
font: Georgia," Times New Roman", Arial;
font-style: italic;
color: White;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
background-color: #E16422;
color: #fff;
font-weight: bold;
}

/* Forms */
.form {
	width:95%;
	}

.password {
	width: 45%;
	}

input, textarea, option, select {
	background: #EEE;
	font-family:"Tahoma", "Verdana", "Arial";
	font-size: 11px;
	color: #666;
	border:0px;
	padding:4px;
	}
	
fieldset {
 border: 0;
 margin: 0 0 12px 0;
 padding: 2px;
}

fieldset label {
/* float: left;*/
 width: 50%;
}

fieldset input.input1, fieldset select {
/* float: left;*/
 margin: 0 1%;
 width: 48%;
}


fieldset textarea {
 width: 250px;
 height: 50px;
 padding: 5px;
}

.date {
font-weight: bold;
font-size: 1.05em;
}
