/* CSS by lilbreck@gmail.com */

body {
	font-family: "Century Gothic", Georgia, Verdana, sans-serif;
	font-size: 12px;
	background-color: #7f95b8;
	color: #bfcadb;
	line-height: normal;
	margin: 0px;
	}
.inframe {
	background-color: #002c71;
	}
iframe {
	width: 770px;
	height: 40px;
	}
a {
	color: #bfcadb;
	text-decoration: none;
	border-bottom: #bfcadb dotted 1px;
	}
a:visited {
	color: #bfcadb;
	text-decoration: none;
	}
a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: #bfcadb dashed 1px;
	cursor: crosshair;
	}
h1 {
	font-size: 16px;
	background-color: #012b39;
	border-bottom: #bfcadb dotted 1px;
	text-align: center;
	margin: 5px 10px;
	}
h2 {
	font-size: 12px;
	background-color: #025772;
	border-bottom: #bfcadb dotted 1px;
	text-align: center;
	margin: 5px 15px;
	}
h3 {
	font-size: 12px;
	border-bottom: #bfcadb dotted 1px;
	font-style: italic;
	margin: 0px 5px;
	}
h4 {
	font-size: 18px;
	border-bottom: #bfcadb dashed 2px;
	text-align: center;
	margin: 0px 5px;
	}
blockquote {
	background-color: #0382ab;
	text-indent: 15px;
	padding: 3px 15px;
	}
hr {
	width: 98%;
	}
dl {
	margin: 0px 30px;
	}
dt {
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: #bfcadb dotted 1px;
	}
dd {
	font-style: italic;
	margin-bottom: 10px;
	}
ol li {
	line-height: 14px;
	margin-bottom: 20px;
	padding: 0px;
	}
li {
	margin-bottom: 20px;
	line-height: 14px;
	}
img {
	border: 0px;
	margin: 2px;
	}
#nav {
	margin: 0 auto;
	height: ;
	width: 770px;
	text-align: center;
	vertical-align: middle;
	}
#nav a {
	color: #bfcadb;
	text-decoration: none;
	border-bottom: #bfcadb dotted 1px;
	margin: 2px 5px;
	}
#nav a:visited {
	color: #bfcadb;
	text-decoration: none;
	margin: 2px 5px;
	}
#nav a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: #bfcadb dashed 1px;
	margin: 2px 5px;
	}
#credit {
	font-size: 9px;
	text-align: center;
	line-height: 9px;
	}
#credit a {
	font-size: 9px;
	color: #bfcadb;
	text-decoration: none;
	margin: 2px 5px;
	font-weight: bold;
	border-bottom:0px;
	}
#credit a:visited {
	font-size: 9px;
	color: #bfcadb;
	text-decoration: none;
	margin: 2px 5px;
	}
#credit a:hover {
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	margin: 2px 5px;
	border-bottom: 0px;
	}
#manditory {
	color: #FF0000;
	}
#textfield {
	background-color: #0382ab;
	color: #bfcadb;
	}
#select {
	background-color: #0382ab;
	color: #bfcadb;
	}
#textarea {
	background-color: #0382ab;
	color: #bfcadb;
	}
textarea {
	background-color: #0382ab;
	color: #bfcadb;
	}
#comment {
	text-align: center;
	}
input {
	background-color: #0382ab;
	color: #bfcadb;
	}
select {
	background-color: #0382ab;
	}
.header {
	margin: 0 auto;
	height: 250px;
	width: 770px;
	border-top: #bfcadb solid 1px;
	border-left: #bfcadb solid 1px;
	border-right: #bfcadb solid 1px;
	background-attachment: scroll;
	background-color: #002c71;
	background-image: url(images/layout/headerrd03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
.nav {
	margin: 0px auto;
	width: 770px;
	border: #bfcadb solid 1px;
	text-align: center;
	vertical-align: middle;
	}
.content {
	margin: 0px auto;
	min-height: 200px;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 770px;
	background-color: #002c71;
	border-left: #bfcadb solid 1px;
	border-right: #bfcadb solid 1px;
	border-bottom: #bfcadb solid 1px;
	}
.content p {
	margin: 0px 10px;
	}
.content table {
	margin: 5px auto;
	}
.links table {
	margin: 0px auto;
	width: 700px;
	}
.links td {
	width: auto;
	text-align: center;
	padding: 10px;
	border-bottom: 0px;
	border-left: #ffffff dotted 1px;
	border-right: #ffffff dotted 1px;	
	}
.content td {
	}
.content form {
	margin: 5px auto;
	width: 90%;
	}
.credit {
	margin: 0 auto;
	width: 770px;
	height: 40px;
	border-left: #bfcadb solid 1px;
	border-right: #bfcadb solid 1px;
	border-bottom: #bfcadb solid 1px;
	}
#settingsform {
	width: 100%;
	margin: 0 auto;
	}
#settingsform div {
	margin-bottom: 10px;
	vertical-align: middle;
	}
#settingsform label {
	float: left;
	display: block;
	width: 250px;
	text-align: right;
	padding-right: 10px;
	clear: left;
	vertical-align: middle;
	}