@charset "UTF-8";
body {
	background-image: url(../images/layout/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #161616;
}

#leftcol img {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#maincol h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.45em;
	color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 30px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-top: 7px;
}
#maincol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.25em;
	color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 30px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-top: 7px;
}
#maincol h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1em;
	color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 30px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-top: 7px;
}
#maincol h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1em;
	color: #000066;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: 30px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-top: 7px;
}
#maincol ul {
	margin: 0px;
	list-style-type: circle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.75em;
	color: #333333;
	font-size: .95em;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftcol ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#maincol p {
	line-height: 1.5em;
	color: #333333;
	font-size: .95em;
}
#maincol #quotes {
	font-size: 0.95em;
	font-style: italic;
	color: #000033;
	margin-right: 50px;
	margin-left: 40px;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer p {
	color: #cccccc;
	font-size: .85em;
}

#footer p a:link, #footer p a:active {
color: #ffffff;
text-decoration: none;
}

#footer p a:hover, #footer p a:visited {
text-decoration: underline;
}

#maincol {
	background-image: url(../images/layout/main_corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#forms td {
font-size: .95em;
}
#forms input {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
}
#forms textarea {
	border: 1px solid #999999;
}
#forms select {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #333333;
}
#forms input:hover, #forms input:focus {
	background-color: #EBEBEB;
}
#forms textarea:hover, #forms textarea:focus {
	background-color: #EBEBEB;
}
#testimonial {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 0.75em;
	color: #0F3664;
	padding-right: 5px;
	padding-left: 25px;
	text-align: center;
	margin-top: -3px;
	line-height: 1.2em;
}
