@charset "UTF-8";

/* -------------------- CSS Reset -------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}




body {
	background: #FFFFFF url(images/background.png) repeat-x;
	margin: 0px;
	font: 0.8em Century Gothic,Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
p {
	line-height: 1.5em;
	padding-top: 20px;
}
h1 {
	color: #FF7400;
	border-bottom: 1px solid #D1D7E5;
	font: normal 1.5em "Trebuchet MS", Verdana;
	padding-top: 20px;
}
h2 {
	color: #FF7400;
	font: normal 1.2em "Trebuchet MS", Verdana;
}
h3 {
	color: #339933;
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: -15px;
}
#container #content a:link {
	color: #FF7400;
	text-decoration: none;
}
#container #content a:hover {
	color: #234A6C;
}
#container #content a:visited {
	color: #FF7400;
}
li {
	background: url(images/bullet_tick.gif) no-repeat;
	list-style: none;
	padding-left: 30px;
	line-height: 2em;
}
#heading {
	background: url(images/logo.gif) no-repeat left center;
	font: 1.1em "Trebuchet MS", Verdana;
	height: 100px;
}
#right_menu {
	float: right;
	width: 300px;
	padding-top: 60px;
}
#container #heading a:link {
	color: #000000;
	text-decoration: none;
}
#container  #heading  a:visited  {
	color: #000000;
	text-decoration: none;
}
#banner {
	background: #234A6C;
	height: 200px;
}
#content {
	text-align: justify;
}
#footer {
	background: #448CCB;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	margin-top: 50px;
	font-size: x-small;
	border-top: 3px solid #FFFF00;
}
#footer_center {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#footer_right {
	float: right;
	width: 300px;
}
.right_image {
	float: right;
	border: 1px solid #448CCB;
	padding: 5px;
	margin-left: 10px;
}
.left_image {
	float: left;
	border: 1px solid #448CCB;
	padding: 5px;
	margin-right: 10px;
}
.image {
	padding: 3px;
	border: 1px solid #234A6C;
}

blockquote {
	display: block;
	padding: 50 60px;
	width: 420px;
	margin-bottom: 20px;
	margin-top: 20px;
}

blockquote:before, blockquote:after {
color: #69c;
display: block;
font-size: 700%;
width: 50px;
}

blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}

blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -70px;
	margin-left: 440px;
}
input {
	padding: 10px;
	font-size: medium;
	margin-bottom: 10px;
}
#footer #footer_center #footer_right a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer #footer_center #footer_right a:hover {
	color: #FFFF00;
}
#footer #footer_center #footer_right a:visited {
	color: #FFFFFF;
}
input {
	border: 1px solid #000000;
	width: 450px;
}
