/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

p {
	line-height:180%;
}

h1 {
	font-size:16px;
	line-height:150%;
	color:#003366;
}

h2 {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	line-height:150%;
	color:#003366;
	font-weight:normal;
}

link, a:link, a:visited, a:active {
	color:#0033CC;
	text-decoration: underline;
}

a:hover {
	color:#006633;
	text-decoration: none;
}

li {
	line-height:150%;
}

#top {
	width: 750px;
	height: auto;
	position:relative;
	margin: 10px auto;
}

/* -------------------------------------------------------------------------------------*/
/* ----------------------------------- \/ NAVIGATION  \/ -------------------------------*/
#navarea {
	width:100%;
	margin: 0px auto 0px auto;
	clear: both;
	background-image:url(images/menubg_03.jpg);
	background-repeat:repeat-x;
	background-color:#006633;
	text-align:center;
	padding:6px 0px 6px 0px;
}

#nav {
	display:inline;
}

a.navlink, a.navlink:link, a.navlink:visited, a.navlink:active, a.navlink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0px 10px 0px 0px;
}

a.navlink, a.navlink:link, a.navlink:visited, a.navlink:active {
	color:#FFFFFF;
	text-decoration:none;
}

a.navlink:hover {
	color:#FFFF00;
	text-decoration:underline;
}

/* ---------------------------------- /\ NAVIGATION /\ --------------------------------*/
/* ------------------------------------------------------------------------------------*/


/* -------------------------------------------------------------------------------------*/
/* ------------------------------------ \/ CONTENT  \/ --------------------------------*/
#content {
	width: 750px;
	height: auto;
	position:relative;
	margin: 0px auto;
	padding:0px 0px 0px 0px;
}

#left {
	float:left;
	width:304px;
	padding:0px 0px 10px 0px;
	border-top:1px solid #cccccc;
	background-color:#ffffff;
}

#right {
	float:right;
	width:430px;
	background-color:#ffffff;
	padding:10px 0px 10px 15px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
/* -------------------------------------------------------------------------------------*/
/* ------------------------------------ /\ CONTENT  /\ --------------------------------*/

/* -------------------------------------------------------------------------------------*/
/* ------------------------------------- \/ FOOTER  \/ ---------------------------------*/

#bottom {
	width: 850px;
	height:80px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	height: 80px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	position:relative;
}

#bottomNavArea {
	width:100%;
	height:30px;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
}

#bNav {
	display:inline;
}

a.bnavlink, a.bnavlink:link, a.bnavlink:visited, a.bnavlink:active, a.bnavlink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	padding:0px 10px 0px 0px;
}

a.bnavlink, a.bnavlink:link, a.bnavlink:visited, a.bnavlink:active {
	color:#666666;
	text-decoration:none;
}

a.bnavlink:hover {
	color:#006633;
	text-decoration:underline;
}
/* -------------------------------------------------------------------------------------*/
/* ------------------------------------- /\ FOOTER  /\ ---------------------------------*/

.box {
	background-color:#ffffff;
	padding:5px 10px 10px 10px;
}

.quotelarge {
	color:#CC6633;
	font-size:16px;
	font-weight:bold;
}

.quotenormal {
	color:#CC6633;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}
	

hr { text-align: right; height: 3px; color: #ffffff; border: none; background-image:url(images/hr.gif); background-repeat:repeat-x; } /* For Internet Explorer */

HTML>BODY hr { margin-right: 0; height: 3px; background-color: #ffffff; border: none; background-image:url(images/hr.gif); } /* For Gecko-based browsers */

HTML>BODY hr { margin-right: 0; height: 3px; background-color: #ffffff; border: 0px solid #F00; background-image:url(images/hr.gif); } /* For Opera and Gecko-based browsers */