html, body{

}

body {
  	font-family:  arial, trebuchet ms, sans;
  	font-size: 11px;
  	background: #e6f3f6;
  	margin: 0px;
  	padding: 0px;
	color: #000;
}

img {
	border: 0px;
}

#container {
    position: relative;
	width: 940px;
    left: 50%;
    margin-left: -470px;
	background: #e6f3f6 url("../img/background.gif") repeat-y top left;
}

#content {
	width: 900px;
	margin-left: 20px;
}

h1#first {
    height: 75px;
	text-indent: -5000px;
    background-image: url("../img/header.jpg");
    background-repeat: no-repeat;
    margin: 0px;
}

#direct {
	position: absolute;
	right: 20px;
	top: 0px;
}

#splash{
	height: 175px;
}

#selector {
	background-color: #fff;
}

#menu {
	background-color: #ff6501;
	color: #fff;
	font-weight: bold;
	padding: 7px 0px 7px 50px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	background: #ff6501 url('../img/menu_sep.gif') no-repeat top left;
	padding: 0px 15px 0px 15px;
}

#menu li.first {
	background-image: none;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #41a6ea;
}

#textbits {
	float: left;
	height: 148px;
	width: 550px;
	margin: 15px 0px 25px 40px;
	padding: 10px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#right {
	float: right;
	width: 178px;
	border: 1px solid #bac6c9;
	margin: 25px 50px 25px 0px;
	padding: 10px;
}

#right .header {
	height: 19px;
	width: 198px;
	background: #CCC url('../img/menu_right_bg.jpg') no-repeat;
	margin: -10px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#right .first {
	margin-top: -10px;
}

#right p {
	margin-bottom: 15px;
}

h5 {
	color: #fff;
	font-size: 1.2em;
	margin: 0px 5px 0px 5px;
}

#foot_text {
	clear: both;
	color: #fff;
	font-weight: bold;
	
	padding: 3px 15px 3px 15px;
	background-color: #203353; 
}

#foot_text a {
	color: #fff;
	text-decoration: none;
}

#bottom {
	height: 39px;
	background-color: #e6f3f6;
}

#rv {
	display: none;
	width: 250px;
	position: relative;
	left: 50%;
    margin-left: -125px;
	color: #ccc;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9px;
}

#rv a {
	color: #ccc;
	text-decoration: none;
}	

#si-text {
	height: 100px;
}

#si-text img {
	border: 0px;
}

.error {
	background-color: #efe;
	border: 1px solid #f22;
	padding: 4px;
	margin: 4px 0 4px 0;
	width: 500px;
}

/*formfields*/
fieldset {
	border: 0px;
	width: 500px;
	margin-top: 15px;
}

legend {
	font-weight: bold;
	color: #265fa2;
	font-family: serif;
	font-size: 1.5em;
}

.desc {
	color: #777;
	font-style: italic; 
	margin-bottom: 3px;
}

label {
	margin:3px;
	width:11.0em;
	float:left;
	text-align:right;
	clear:left;
	cursor: pointer; 	
	display:inline; 
	font-weight: bold;
	font-size: 1.1em;
}

input, textarea, select {
	width: 200px;
	font-size: 11px;
	margin: 3px;
	border: 1px solid #ccc;
}

button {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	margin-top: 15px;
	background-color: #265fa2;
	border: 1px solid #000;
}

textarea {
	width: 380px;
	height: 75px;
	font-family: arial;
	padding: 3px;
}

input:focus, select:focus {
	background-color:#FFFFE6;
	border: 1px solid #ccc;
}

input.done {
	display: none;
}

span.c2a {
	background-color: #333365;
	color: #fff;
	padding: 5px;
	text-align: right;
}

span.c2a a {
	color: #fff;
	text-decoration: none;
}

