@charset "UTF-8";
/* CSS Document */

/* Reset to basic values
-------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, img, ul, li,
table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
ol, ul, li {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
}

/* Outer wrapper styles
-------------------------------------------------------------------------------*/
body {
	/*	line-height: 1px;*/
	background: #F9F4Db;
	font : 12px/1.5 Helvetica, Arial, sans-serif; 
}
 
/* Styles for the general content section
-------------------------------------------------------------------------------*/
.clear {
	clear:both;
}

#content {
	width: 808px;
	margin: 0px auto;
	position:relative;
	color: #009;
}

/* Styles for the header section
-------------------------------------------------------------------------------*/
#header {
	margin-left: 4px;
}

h1#replaced {
	height: 100px;
	text-indent: -20000px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

/* Styles for the top nav section
-------------------------------------------------------------------------------*/
#nav {
	width: 100%;
	margin: 5px 0px; padding-bottom: 5px;
	font-size: 13px;
}

#nav li {
	float:left; border-left: 1px solid #C60; width: 114px; list-style:none;
}


#nav li a {
	display:block; text-decoration: none; color:#000; height: 28px; padding-top: 8px;
	text-align:center;
	background:#B4D9DD;
}


#nav li a:hover {
	width: 114px;
	background:#6CC;
}

#nav li.thispage {
	width: 114px;
	background-color: #DEF8FB;
	height: 28px;
	padding-top: 8px;
	text-align:center;
}

#nav li#rborder {
	border-right: 1px solid #C60;
}

/* Styles for the left content area
-------------------------------------------------------------------------------*/
#leftContent {
	float: left;
	width: 24%;
}

#leftContent img {
	margin: 10px auto 0px 31px;
	padding: 4px;
	border: 2px solid #009;
}

#leftContent p {
	margin: 5px 20px  0px 20px;
	font-style:italic; 
	font-weight:bold;
	font-size: 12px;
}

#leftContent a {
	text-decoration:none;
}

/* Styles for the left and right content sectons
-------------------------------------------------------------------------------*/


#riteContent table {
	width: 580px;
	margin-left: 20px;
}

#riteContent table .topline {
	border-top: 1px solid #C60;
}
#riteContent table a {
	padding-left: 20px;
	color: #009;
	text-decoration:none;
}

#riteContent table a:visited {
	text-decoration:none;
}
#riteContent table a:hover {
		font-weight:bold;
}

#riteContent table a:active {
		font-weight:bold;
		color: #009;
}

#riteContent {
	float:right;
	width: 75%;
	border-left: 1px solid #C60;
}

#riteContent h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align:center;
	padding-top: 6px;
}

#riteContent h4 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-left: 10px;
	padding-top: 10px;
	/*padding-bottom: 10px;
	*/
}
#riteContent p {
	font-size: 12px;
	font-style: normal;
	padding-left: 10px;
}
	
/* Styles for the form section
-------------------------------------------------------------------------------*/
form {
	width: auto;
	margin-left: 12px;
}

form p {
	line-height: 30px;
}

form #butheight {
	margin-top: 10px;
}

/* Styles for the footer section
-------------------------------------------------------------------------------*/
#footer {
	width: 808px; margin: 5px 0px;
	border-top: 2px solid #C60; border-bottom: 2px solid #C60;
	font-size: 10px;
}

#footer p {
	clear:both;
	text-align:center;
	padding-top: 2px;
	font-style:italic;
	font-weight:bold;
}

#footer ul {
	margin-top: 6px; margin-left: 166px;
}

#footer li {
	float: left;
}

#footer li a {
	text-decoration:none; color:#000;
}

#footer li a:hover {
	color:#C60;
}