﻿
@charset "utf-8";
/* CSS Document */

body  {
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12 px;
	background-color: #B2B2B2;
	}
	
p	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	}
	
table	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	}
	
a	{
	text-decoration: none;
	color: #C32435;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	}
	
a:hover	{
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	}
	
ul	{
	margin:0px;
	}
	
ul li{
	margin:0px;
	}
	
h1  {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C32435;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 40px;
	}
	
h2  {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: lighter;
	line-height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: solid;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	background-color: #F9F9F9;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-bottom: 30px;
	}
	
h3  {
	font-size: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #C32435;
	padding: 0px;
	margin-bottom: 6px;
	font-weight: normal;
	margin-top: 36px;
	}
	
h4  {
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #C32435;
	padding: 0px;
	margin-bottom: 6px;
	font-weight: normal;
	margin-top: 24px;
	}
	
h5 {
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #C32435;
	padding: 0px;
	margin-bottom: 6px;
	font-weight: bold;
	margin-top: 8px;
	}
	
#content .copyright {
	margin-top:60px;
	font-size: 10px;
	color: #C32435;
	}
	
#nav address {
	margin-top: 180px;
	color: #999999;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	}

#wrapper {
	width: 750px;
	text-align: left;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(Images/bg_wrapper.gif);
	background-repeat: repeat-y;
	}
	
#top_border {
	width: 750px;
	background-image: url(Images/top_border.gif);
	background-repeat: no-repeat;
	}
	
#btm_border {
	width: 750px;
	background-image: url(Images/btm_border.gif);
	background-repeat: no-repeat;
	background-color: #F3F3F3;
	margin-top: 18px;
	}

#contentBlock {
	width: 560px;
	margin-left: 175px;
	}
	
#content 
{
	width:550px;
	text-align:left;
	background:#fff;
	padding:0px 5px;
}
	
#content h4{
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 25px;
	}

.note{
	background-color: #F5F5F5;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px dashed #C32435;
	margin-top: 30px;

	}
	
#content p{
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 18px;
	}
	
#content ul{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;

	}
	
#content ul li{
	margin-bottom: 6px;

	}
	
#crumbs {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E0E0E0;
	color: #666666;
	padding-top: 1px;
	padding-bottom: 2px;
	}

#crumbs ul{
	list-style-type: none;
	display: inline;
	padding-left: 0px;
	}

#crumbs ul li{
	list-style-type: none;
	display: inline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#crumbs ul li a{
	color: #999999;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#crumbs ul li a:hover{
	color: #C32435;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#content .sidephoto{
	float: right;
	width: 175px;
	margin-bottom: 5px;
	margin-left: 12px;
	}
	
#content .sidebar{
	float: right;
	width: 175px;
	margin-bottom: 10px;
	margin-left: 12px;
	padding-left: 8px;
	background-color: #F9F9F9;
	border: 1px solid #E0E0E0;
	}
	
#content .sidebar p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 19px;
	}
	
#content .sidequote{
	float: right;
	width: 175px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #E0E0E0;
	margin-bottom: 10px;
	margin-left: 12px;
	padding-left: 8px;
	}
	
#content .sidequote p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #C32435;
	line-height: 18px;
	font-style: italic;
	}
	
#nav {
	float: left;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 22px;
	}
	
#nav ul,#menu{
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 30px;
	}
	
#nav ul li{
	margin-top: 8px;
	width: 120px;
	}
	
#nav ul li a{
	color:#333333;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	} 

#nav ul li a:hover{
	color: #C32435;
	text-decoration: none;
	border-bottom-style: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	} 	
	
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}