@charset "UTF-8";
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.textboldgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #2D423A;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
.textcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-align: right;
	font-style: italic;
}

img {
	margin: 10px
}
a {
	font-size: 14px;
	color: #892C27;
	font-weight: bolder;
	line-height: 18px;	
}
a:link {
	text-decoration: none;
	color: #892C27;
}
a:visited {
	text-decoration: none;
	color: #892C27;
}
a:hover {
	text-decoration: underline;
	color: #892C27;
}
a:active {
	text-decoration: none;
	color: #892C27;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	text-align: right;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	line-height: 18px;
	color: #2D423A;
}

body  {
	background: #629080;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.layout #container {
	width: 900px;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.layout #shadow {
	width: 900px;
	position: relative;
  	bottom: 6px;
	right: 6px;
	margin: 0 auto;
    background-color: #52645d; 
}
.layout #outer {
	width: 906px;
	margin: 0 auto;
	bottom: 6px;
	right: 6px;
	background-color: #52645d;
	
}
.layout #header { 
	background-image: url('images/header.gif');
	width: 900px;
	height: 145px;
	margin-bottom: 12px;
} 

.layout #sidebar1 {
	margin: 15px 0 0 0px;
	float: left; 
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; 
	padding: 30px 10px 15px 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #629080;
}
#sidebar p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	line-height: 14px;
	text-align: right;
	font-weight: normal;
 }

#sidebar a {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: Normal;
	color: #892C27;
	text-decoration: none;
	text-align: right;
}
#sidebar a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: Normal;
	color: #892C27;
	text-decoration:underline;
	text-align: right;
}
#sidebar a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: Normal;
	color: #892C27;
	text-decoration: underline;
	text-align: right;
}
.layout #rightbox {
	float: right; 
	width: 200px; 
	background: #FFF;
	padding: 0 15px 0 0;
}
.layout #rightbox2 {
	float: right; 
	width: 200px; 
	background: #FFF;
	padding: 0 0 0 0;
}
.layout #mainContent { 
	margin: 0 0 0 250px; 
	padding: 0 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #FFF;
} 
.layout #footer { 
	padding: 0 10px 0 20px; 
	background:#FFF; 
} 
.layout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	font-weight: normal;
}
#footer a {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: Normal;
	color: #892C27;
	text-decoration: none;
}
#footer a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: Normal;
	color: #892C27;
	text-decoration:underline;
}
#footer a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: Normal;
	color: #892C27;
	text-decoration:underline;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.layout #horznav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	background-color: #ACC7C2;
	width:640px;
	list-style-type: none;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 9px;
	position: relative;
	left: 25px;
	top: 115px;
}	
#horznav table {
width:640px;
background-color: #ACC7C2;

}
#horznav td {
height:30px;
line-height:80%;
margin:0;
padding:0;
text-align:center;
vertical-align:middle;
width:12%;
}
#horznav a {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}
#horznav a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #892C27;
	text-decoration:none;
}
#horznav a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #892C27;
	text-decoration:none;

}
#shadow {
  width: 900px;
  position: relative;
  bottom: 4px;
  right: 4px;
  background-color: #ccc;
  }
