@charset "UTF-8";
/* CSS Document */

html {
	height: 100%; /* this sets height of page to 100% */
}

body {
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6em;
	color: #555;
	background: url(images/top_bg.gif) repeat-x;
	height: 100%;
	 /*background-color: #1a6caa;*/
}

#outer {
	width: 100%;
	background: url(images/foot.gif) repeat-x;
	background-position: bottom;
}

#main {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
}

#content {
	height: 625px;
}

#lowcentre {
	background: url(images/bottom_box.gif) no-repeat top;
	background-color: #1a6caa;
}

#content p {
	margin-left: 12px;
	margin-right: 12px;
}

h3 {
	margin-bottom: 12px;
	margin-left: 20px;
	margin-top: 120px;
	line-height: 1.6em;
	color: #408ebc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
}

h2 {
	margin-bottom: 12px;
	margin-left: 12px;
	margin-top: 20px;
	line-height: 1.6em;
	font-size: 1.2em;
	color: #1a6daa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	padding-top: 40px;
	margin-left: 45px;
	font-size: 1.2em;
	color: #408ebc;
}

h4 {
	display: block;
	background-color: #1a6caa;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-right: 20px;
	margin-top: 20px;
	line-height: 1.6em;
	font-size: 1.2em;
	color: #fff;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h5 {
	padding-top: 30px;
	padding-left: 12px;
	margin-left: 35px;
	font-size: 1.2em;
	color: #1a6caa;
	margin-right: 35px;
}

h6 {
	padding-top: 30px;
	margin-left: 35px;
	font-size: 1.2em;
	color: #1a6caa;
}

.framer {
	border: 1px solid #000;
}

#navi {
	list-style-type: none;
	padding: 0;
	margin-left: 12px;
	margin-right: 20px;
	margin-top: 120px;
}

#navi li {
	padding-top: 3px;
	padding-bottom: 3px;
}

#navi a:link, #navi a:visited {
	font-weight: bold;
	display: block;
	color: #1a6caa;
	text-decoration: none;
	border-bottom: 1px dotted #1a6caa;
}

#navi a:hover {
	color: #FF6600;
}

#foot {
	height: 116px;
	background-image: url(images/btm_mid.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#foot a:link, #foot a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #FF6600;
}

#foot a:hover {
	color: #ff6600;
}

#image {
	margin-top: 110px;
	background-image: url(images/rtimg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
}

#image p {
	margin-right: 45px;
	padding-top: 3px;
	margin-left: 45px;
}

ul {
	padding-top: 10px;
}

li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	padding-left: 0;
	color: #FF6600;
}

a:link, a:visited  {
	color: #003399;
	text-decoration: none;
}

a:hover  {
	color: #ff6600;
	text-decoration: none;
}

#imagesec {
	margin-top: 110px;
	background-image: url(images/rtimg2.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 650px;
}

#imagesec p {
	margin-right: 30px;
	padding-top: 3px;
	margin-left: 35px;
}

#image a:link, a:visited {
	color: #555;
	text-decoration: none;
}

#image a:hover { 
	color: #ff6600;
	text-decoration: none;
}


.basicbgp {
	background-image: url(images/hdr_bg.gif);
	line-height: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	border-top: 1px solid #1a6caa;
	border-bottom: 1px solid #1a6caa;
	font-weight: bold;
	color: #7d7d7d;
	margin-left: 12px;
	margin-top: 20px;
}

.quicklinks {
	padding: 5px;
}

.quicklinks a:link,a:visited {
	color: #000000;
	text-decoration: none;
}

.quicklinks a:hover {
	color: #ff6600;
	text-decoration: none;
}


