/***********************************************/
/* HTML tag styles				  */
/***********************************************/ 

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #555555;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	background-color: #e6e6e6;
	line-height:17px;
}

a:link, a:visited, a:hover {
	color: #002798;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
}

div.hr {
	height: 25px;
	background: url(../img/line.gif) repeat-x scroll center;
}

div.hr hr {
	display: none;
}


/***********************************************/
/* Layout Divs				  */
/***********************************************/

#container {
	position:relative;
	background: url(../img/bg.gif) repeat-y #FFFFFF;
	width: 800px;
	margin: auto;
	z-index:1;
	top:0;
}

#masthead {
	background:url(../img/logo.gif) no-repeat;
	height: 90px;
}

#Logolink{
position:absolute;
width:240px;
height:100px;
margin-left:25px;
z-index:1000;
cursor:pointer;
}


#navBar {
	padding-top: 58px;
	padding-left: 285px;
}

#navBar a {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}

#navBar a:hover {
	color: #2b4bc2;
	text-decoration: none;
}

#navBar .menu {
	padding: 8px;
}

#navBar .menuCurrent {
	padding: 8px;
	background: url(../img/bg_menu.gif) repeat-x top;
	color: #2b4bc2;
	font-size: 13px;
	font-weight: bold;
}

#banner {
	background:url(../img/banner.gif) no-repeat;
	height: 214px;
}

#banner .text {
	width: 420px;
	padding-top: 105px;
	padding-left: 300px;
	color: #333333;
	font-size: 13px;
	line-height: 18px;
}

#leftCol {
	margin-left: 60px !important;
	margin-left: 30px;
	float: left;
}

#welcome {
	background:url(../img/welcome.gif) no-repeat top left;
	width: 440px;
	margin-top: 10px;
	padding-top: 30px;
	padding-left: 3px;
	line-height: 17px;
}


/***********************************************/
/* Rounded Grey Sections			  */
/***********************************************/

#greySection {
	margin-top: 25px;
	margin-right: 18px;
	width: 213px;
	float: left;
}

#greySection .headerBlue {
	color: #002798;
	text-transform: uppercase;
	font-weight: bold;
}

#greySection .headerBlack {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}

#greySection .top {
	margin: 10px 0 0 0 !important;
	margin: 10px 0 -9px 1px;
	background:url(../img/rounded_top.gif) no-repeat top left;
	height: 6px;
}

#greySection .content {
	background-color: #f0f0f0;
	padding: 3px 13px 20px 13px;
}

#greySection .text {
	margin: 10px 2px 20px 2px;
}

#greySection .more {
	text-align: right;
	margin-right: 10px;
}

#greySection .bottom {
	background:url(../img/rounded_bottom.gif) no-repeat top left;
	height: 6px;
}


/***********************************************/
/* Right Hand Sections                      		  */
/***********************************************/

#rightCol {
	float: left;
	margin-left: 10px !important;
	margin-left: -10px;
	width: 225px;
}

#rightSection {
	margin-bottom: 18px;
}

#rightSection h2 {
	background:url(../img/bar_green.gif) no-repeat top left;
	width: 225px;
	height: 33px;
	padding-top: 8px;
	padding-left: 12px;
	color: #196800;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#rightSection a {
	color: #196800;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

#rightSection a:hover {
	color: #2b4bc2;
}

#rightSection .text {
	padding: 0 5px;
	font-size: 11px;
	line-height: 15px;
}

#rightSection h3 {
	color: #196800;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}

#rightSection .date {
	color: #000000;
	font-size: 10px;
}

.quote {
	color: #196800;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
}


/***********************************************/
/* Content pages				  */
/***********************************************/

#content {
	width: 700px;
	margin-top: 20px;
	margin-left: 50px;
}

#content h2 {
	color: #002798;
	font-size: 14px;
	font-weight: bold;
}

#content ul li {
	font-weight: bold;
	list-style-image: url(../img/bullet.gif);
	margin-left: 20px;
	padding-bottom: 0 !important;
	padding-bottom: 15px;
}

#content ol li {
	margin-left: 25px;
}

#content #contentLeft {
	width: 150px;
	float: left;
}

#content #contentRight {
	width: 530px;
	float: left;
	margin-left: 20px;
}


/***********************************************/
/* Footer					  */
/***********************************************/

#footer {
	clear: both;
	width: 723px;
	color: #888888;
	font-size: 10px;
	padding: 15px;
	margin: auto;
}

#footer .top {
	background: url(../img/footer.gif) repeat-x;
	width: 723px;
	height: 5px;
}

#footer .textLeft {
	padding: 10px;
	float: left;
	width: 550px;
}

#footer .textRight {
	padding: 10px;
	vertical-align: middle;
}

#footer a {
	color: #888888;
	text-transform: uppercase;
}

#bottom {
	width:800px;
	height:21px;
	background:url(../img/bottom.gif);
}


#form {
	border: 1px dotted #666666;
	background-color: #EEEEEE;
	float: right;
	padding: 10px;
}
.hdr {
	font-family: "century gothic";
	font-size: 29px;
	color: #000;
	letter-spacing: 0px;
}

