@charset "UTF-8";
/* CSS Document */

html {
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-align: center;
	font-size: 12px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #212f48;
}
a {
	color: #1f4734;
	text-decoration: underline;
}
a:hover {
	color: #456397;
	text-decoration: none;
}


em {
	font-size: 12px;
}
/* --- HEX COLORS USED ---
GREEN #1F4734 , YELLOW #F7CB61 , BLUE #212F48  */

i {
	color:#333333;
	font-size: 10px;
}

/* ----- LOGO -----*/
div#logo {
	width: 185px;
	height: 179px;
	float: left;
	font-size: 10px;
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 0px 3px;
	display: inline;
}
div#logo a {
	background: url(../images/logo-bg.gif) no-repeat left top;
	text-decoration: none;
	display: block;
	text-indent: -999em;
	width: 185px;
	height: 179px;
}
div#logo a:hover {
	
	text-decoration: none;
	display: block;
	text-indent: -999em;
	width: 185px;
	height: 179px;
}

/* ------ LAYOUT ------- */

#container {
	background-image: url(../images/bg-container-3.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;	
	width: 912px;
	margin: auto;
}

#leftcol {
	width: 185px;
	height: 100%;
	float: left;
	margin: 0px 0px 0px 1px;
}
#content {
	width: 535px;
	float: left;
}
.text-box {
	margin: 0px 3px 0px 8px;
}

#rightcol {
	width: 185px;
	float: left;
}
#rightcol a {
	color: #FFFFFF;
	text-decoration: underline;
}
#rightcol a:hover {
	color: #F7CB61;
	text-decoration: none;
}
#rightcol p {
	padding: 4px 4px 0px 8px;
	color: #FFFFFF;
	font-size: 9px;
	text-align: left;
}
/* ------ HEADER and FOOTER styles ------*/

#header {
	background-image: url(../images/header-img.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 723px;
	height: 179px;
}

#footer {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	width: 912px;
	height: 40px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	margin: auto;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #F7CB61;
	text-decoration: underline;
}


/* ---- MENU ---- */
#nav {
	color: #212f48;
}
#nav ul {
	text-align: left;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px 0px 0px 1px;
}
#nav li {
	list-style:none;
	height: 28px;
	width: 187px;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 10px;
}
#nav li a {
	text-decoration: none;
	color: #212f48;
	width: 160px;
	padding: 12px 0px 0px 12px;
} 
#nav li a:hover {
	text-decoration: none;
	color: #FFFFCC;
}

/* ------- h1, h2, h3 -------*/

h1 {
	color: #212f48;
	font-size: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: auto;
	padding-top:6px;
	padding-bottom:2px;
	font-weight: lighter;
}
h1 a {
	color: ##212f48;
	text-decoration: underline;
}
h1 a:hover {
	color: #F7CB61;
	text-decoration: none;
}

h2 {
	color: #1F4734;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-weight: lighter;
	padding: 1px 0px 1px 0px;
}

h3 {
	color: #212f48;
	font-size: 14px;
	margin: 0;
	font-weight: lighter;
	padding: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
}
h3 a {
	color: #212f48;
	text-decoration:  underline;
}
h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h3 a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
h4 {
	color: #FFFFFF;
	font-size: 12px;
	margin:0 ;
	padding: 0;
}

/* ------- MISC. -------*/


.clearfloat {
	clear:both;
	height: 0px;
	margin: 0px;
	width:500px;
}
.largertext {
	font-size: 14px;
	color: #226CA5;
	line-height: 28px;
}
