html{
	margin: 0px;
	padding: 0px;
}

body {
	font: 0.8em verdana, arial, sans-serif;
	color: black; 
	padding: 0px;
	margin: 20px 0px;
	text-align:center;
}

h1 {
	font-size: 1em;
	color: #1a3d6f;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 15px;
}

ul {
	font-size: 1em;
	color: #1a3d6f;
	font-weight: bold;
	margin: 0px 5px;
	list-style-type: disc;
	padding-left: 20px;
	text-indent: 10px;
}

div {
	margin: 0px;
	padding: 0px;
}

.banner_container {
    width: 100%;
    height: 55px;
    background: url(img/banner_left.png) repeat-x;
    position:relative;
    top:0px;
    left:0px;
}

.banner_right {
    background: url(img/banner_right.png) repeat-x;
    float:right;
    width:50%;
    height: 55px;
}

.logo_outer{
    width:100%;
    height:55px;
    position:absolute;
    top:0px;
    left:0px;
}

.banner_logo {
    width: 500px;
    height: 55px;
    background: url(img/banner.png) no-repeat center 0px;
    margin:0 auto;
}

div.content {
	text-align:left;
	margin: 0px auto;
	width: 1000px;
	height: 600px;
}

div.content_left {
	width: 590px;
	float: right;
	height: 570px;
	padding: 10px;
	/*border-left: 1px solid gray;*/
	border-bottom: 1px solid gray;
}

div.content_right {
	width: 360px;
	padding: 10px;
	float: right;
	height: 570px;
	border-left: 4px solid #ee3a43;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;

	font-size: 1.1em;
	font-weight: bold;
  background: url(img/bg.png) repeat fixed top;
}

div.content_right img {
	margin: 50px 6px 20px 6px;
}

div.content_right_text {
	padding: 5px;
	margin: 5px;
	color: white;
}

div.content_right_text div.bg {
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 0;
	opacity:0.7;
	filter:alpha(opacity=70);
	background-color: #1a3d6f;
	width: 350px;
	height: 290px;
}

form {
	text-align: right; 
	padding: 0px;
}

form input, form textarea {
	width: 98%;
	border: 1px solid gray;
	margin: 3px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
}

input.no_value, textarea.no_value {
	color: gray;
	font-style: italic;
}

input.submit {
	width: 150px;
	border: 1px solid gray;
	background-color: rgb(169,169,169);
}
legend {
	display:none;
}
fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#formResult {
	float: left;
	font-style: italic;
	font-weight: normal;
	font-size: 0.8em;
	margin-left: 3px;
}