/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px 0;
	padding: 0;
	background-color: #91CAFF;
	_background-image: url(images/mainbg.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 16px;
}

h1, h2, h3 {
	color: #B13413;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, li, blockquote {
	margin-top: 10px;
}

a:link {
	text-decoration: none;
	color: #2125A0;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 800px;
	height: 138px;
	margin: 0 auto;
	background-image: url(images/capebanner.jpg);
	background-repeat: no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

/* Menu */
.subjectlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	text-transform: uppercase;
}
a.subjectlinks:link { color:#FFFFFF; text-decoration:none;}
a.subjectlinks:visited { color:#FFFFFF; text-decoration:none;}
a.subjectlinks:active { color:#FFFFFF; text-decoration:none;}
a.subjectlinks:hover { color:#FFFFFF; text-decoration:none;}

.rightimage {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 20px;
	position: relative;
}

#menu {
	width: 800px;
	height: 41px;
	background: #37AEF2 url(images/img2.gif);
	margin: auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	font-size: 10px;
	text-decoration: blink;
	font-weight: bold;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: url(images/img3.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 780px;
	padding: 10px;
	margin: 0 auto;
	_background: url(images/img4.gif);
	background-color: #FFFFFF;
}

#colOne {
	float: right;
	width: 160px;
	padding: 20px 10px 0 10px;
}

#colTwo {
	float: right;
	width: 450px;
	padding: 20px 10px 0 10px;
}

#colThree {
	float: right;
	width: 120px;
	padding: 10px;
}

/* Footer */

#footer {
	width: 780px;
	margin: 0 auto;
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 10px;
}

#footer * {
	color: #666666;
}

