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

body {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
    margin: 20px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    background-color: #91278f;
    text-align: center;
	color: #000000;
}
a:link img {
	border: medium;
	border-style: solid;
	border-color: #F0F6E5;
}
a:visited img {
	border: medium;
	border-style: dotted;
	border-color: #A0CE67;
}
a:hover img {
	border: medium;
	border-style: solid;
	border-color: #91278f;
}
#wrapper {
    width: 800px;
    margin: 0px auto;
    padding: 0px;
    background-color: #f0f6e5;
    text-align: left;
}
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header_address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
    margin: 10px 10px 0px 0px;
    padding: 10px 10px 0px 0px;
}
#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 28px;
	font-weight: bolder;
	color: #ffffff;
	margin: 10px 10px 0px 0px;
    padding: 10px 10px 0px 0px;
}

/* For bulleted message below sidebar navigation */
.message h3 {
    margin-top: 0;
    margin: 5px;
    padding: 0;
    font-size: 14px;
    font-style: italic;
    color: #91278f;
	text-align: center;
}
.message a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #91278f;
	text-decoration: underline;
	font-weight: bold;
}
.message a:visited {
	color: #a0ce67;
	text-decoration: underline;
	font-weight: bold;
}
.message a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/* main content area */
#content {
    background:  #f0f6e5;
	margin: 20px 5px 20px 10px;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    font-size: 24px;
    font-style: italic;
    color: #91278f;
	text-decoration: none;
}
#content h2 {
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
    font-style: normal;
    color: #91278f;
	text-decoration: none;
}

#content h3 {
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
    font-style: italic;
    color: #91278f;
}
#content h4 {
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
	font-weight: bolder;
    font-style: normal;
    color: #000;
}
#content a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #91278f;
	text-decoration: underline;
	font-weight: bold;
}
#content a:visited {
	color: #a0ce67;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.black {
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
    font-style: normal;
	font-weight: bold;
    color: #000000;
}
.bulletlist ul {
    border: 0;
    font-size: 14px;
    list-style-type: disc;
    text-decoration: none;
	text-align: left;
}

.bulletlist li {
    padding: 0px 0px 10px 0px;
	text-indent: -25px;
}
.extratext {
	font-size: 12px;
	font-style: normal;
	display: block;
	padding: 5px 5px 10px 5px;
}
.topnav {
    float: right;
    margin-left: 5px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}
.topnavbutton {
	background-image: url(images/site_topnav_bg_image.gif);
	width: 95px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.topnavbutton a:link {
	color: #9e1d5a;
	text-decoration: none;
	font-weight: bold;
   	display: block;
	padding-top: 5px;
}
.topnavbutton a:visited {
	color: #de478d;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.topnavbutton a:hover {
	color: #de478d;
	text-decoration: none;
    font-weight: bold;
	display: block;
	padding-top: 5px;
}
#bottomnav {
    clear: both;
	width: 800px;
    margin: 20px 0px 10px 0px;
	padding: 20px 0px 10px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-style: normal;
	font-weight: normal;
}
#bottomnav a:link {
	color: #91278f;
	text-decoration: underline;
}
#bottomnav a:visited {
	color: #a0ce67;
	text-decoration: underline;
}
#bottomnav a:hover {
	color: #000000;
	text-decoration: none;
}
#copyright {
	clear: both;
	text-align: center;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
    text-transform: uppercase;
	color: #fff;
}
#copyright a:link {
	color: #a0ce67;
	text-decoration: underline;
}
#copyright a:visited {
	color: #a0ce67;
	text-decoration: underline;
}
#copyright a:hover {
	color: #f0f6e5;
	text-decoration: none;
}
#contactForm {
	color:  #91278f;
	font-weight: bold;
	border: 1px;
}
.client_message {
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.bullets {
	font-size: 16px;
	font-weight: bold;
}