* {
	padding: 0;
	margin: 0;
}

.clear {

	clear: both;
}

body {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #848484;
}



/*DIVS*/

#container {
	width: 805px;
	height: auto;
	padding-left: 1px;
	margin: 0 auto;
	text-align: left;
	background: url("images/container_bg.gif") repeat-y center;
}



/*HEADER*/

#header {
	width: 100%;
	height: 240px;
	text-indent: -9999px;
	background: url("images/header.jpg") no-repeat;
}



/*LINKS*/

#links {
	float: left;
	width: 203px;
	height: 435px;
	padding-top: 15px;
	background: url("images/links_bg.gif") no-repeat;
}

#links li {
	list-style: none;
}

#links li a {
	display: block;
	background: #99b6da;
	width: 162px;
	margin: 0 0 3px 1px;
	padding: 2px 20px 2px 20px;
	color: #fff;
	font-size: 1.4em;
	font-family: Times New Roman, Georgia, serif;
	text-decoration: none;
}

#links li a:hover {
	background: #3a4553;
}



/*CONTENT*/

#content {
	float: left;
	width: 390px;
	margin: 15px 0 20px 0;
}

#content h1 {
	margin: 0 20px 15px 20px;
	font-size: 1.4em;
	color: #3a4553;
}

#content h2 {
	display: block;
	background: #99b6da;
	width: 85%;
	margin: 0 20px 10px 20px;
	padding: 2px 10px 2px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	font-family: Times New Roman, Georgia, serif;
	
}

#content h3 {
	margin: 0 20px 0px 20px;
	font-size: 0.9em;
	font-weight: bold;
	color: #3a4553;
}

#content h4 {
	margin: 0 20px 0px 20px;
	font-size: 0.9em;
	font-weight: bold;
	color: red;
}

#content p {
	margin: 0 20px 8px 20px;
	font-size: 0.9em;
	color: #3a4553;
}

#content ul, ol {
	margin: 0 20px 8px 35px;
	font-size: 0.9em;
	color: #3a4553;
}

#content .spacing {
	margin-bottom: 5px;
}

#content .footer {
	color: #3a4553;
	padding-top: 20px;
	font-size: 0.6em;
}

#content img {
	margin: 0 20px 10px 20px;
	border: none;
}

#content a {
	color: #3a4553;
	text-decoration: none;
}

#content a:hover {
	color: #d0deee;
	text-decoration: underline;
}



/*CONTACT US FORM*/

#content fieldset {
	margin: 0 20px 10px 20px;
	padding: 10px;
	border: #3a4553 1px solid;
}

#content legend {
	color: #707070;
	font-family: Times New Roman, Georgia, serif;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#content label {
	display: block;
	color: #707070;
	font-family: Times New Roman, Georgia, serif;
	font-size: 0.9em;
	padding: 0 10px;
	margin-left: 10px;
}

#content input[type=text] {
	margin-bottom: 10px;
	padding: 3px;
	width: 90%;
}

#content textarea {
	display: block;
	font: 0.8em Arial, Helvetica, sans-serif;
	width: 92%;
	padding: 0;
}

#content select {
	margin: 2px 0 10px 10px;
}

#content .paragraph_inside {
	color: #707070;
	font-family: Times New Roman, Georgia, serif;
	font-size: 0.9em;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

#content .paragraph {
	color: #707070;
	font-family: Times New Roman, Georgia, serif;
	font-size: 0.9em;
	margin: 0 0 10px 0;
	padding: 0 20px;
}

#content input[type=submit], #content input[type=text], #content textarea {
	margin: 0 20px 10px 20px;
}

#content .warning {
	background: red;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#content .thankyou {
	background: #0b5da5;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}



/*RIGHT COLUMN*/

#right_column {
	float: right;
	width: 200px;
	margin-top: 15px;
}

#right_column h1 {
	display: block;
	background: #99b6da;
	width: 180px;
	margin-bottom: 10px;
	padding: 2px 10px 2px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	font-family: Times New Roman, Georgia, serif;
}

#right_column p {
	color: #707070;
	font-family: Times New Roman, Georgia, serif;
	font-size: 0.9em;
	padding: 0 10px 20px 10px;
}

#right_column ul {
	padding-bottom: 20px;
}

#right_column li {
	list-style: none;
}

#right_column li a {
	margin: 0 10px 8px 10px;
	color: #707070;
	font-size: 1em;
	font-family: Times New Roman, Georgia, serif;
	text-decoration: none;
}

#right_column li a:hover {
	color: #3a4553;
	text-decoration: underline;
}



/*GENERAL FORM*/

#right_column form {
	padding-bottom: 10px;
}

#right_column label {
	display: block;
	color: #707070;
	font-family: Times New Roman, Georgia, serif;
	font-size: 0.9em;
	padding: 0 10px;
}

#right_column input[type=text] {
	margin: 0 10px 10px 10px;
	padding: 3px;
	width: 80%;
}

#right_column textarea {
	display: block;
	margin: 0 10px 10px 10px;
	font: 0.8em Arial, Helvetica, sans-serif;
	padding: 3px;
	width: 80%;
	height: 50px;
}

#right_column input[type=radio] {
	margin: 0 10px 10px 10px;
}

#right_column input[type=submit] {
	margin-left: 10px;
	margin-top: 5px;
}

#right_column .warning, #content_full_page .warning {
	display: block;
	background: red;
	width: 180px;
	margin-bottom: 10px;
	padding: 2px 10px 2px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	font-family: Times New Roman, Georgia, serif;
	text-align: center;
	font-weight: bold;
}

#right_column .thankyou {
	display: block;
	background: #3a4553;
	width: 180px;
	margin-bottom: 10px;
	padding: 2px 10px 2px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	font-family: Times New Roman, Georgia, serif;
	text-align: center;
	font-weight: bold;
}

/*FOOTER*/

#footer {
	width: 805px;
	height: 15px;
	background: #3a4553;
	margin: 0 auto;
}