/******* general document styles *******/
body {
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 12px;
	background-color: #FFF;
}
td, p, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 6px;
	margin-top: 0px;
}
a:link, a:visited{
	color: #256393;
}
a:hover, a:active {
	color: #B50C00;
	background-color: #F3F3F3;
	text-decoration: none;
}
h1:first-child {
	margin-top: 0;
}
h1 {
	font-size: 160%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B50C00;
	line-height: normal;
}
h2 {
	margin-top: 20px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	margin-top: 20px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.highlight {
	color: #256393;
}
/******* main container table *******/
#mainTable {
	margin: 0 auto;
	border: 1px solid #000;
	/*/*/line-height: 1.5em; /* */
}
/******* Logo header styles *******/
#header {
	color: #B50C00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
}
#header img {
	margin-left: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#bar {
	background-image: url(images/img_bar.gif);
	background-repeat: repeat-x;
}
#gapLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	height: 10px;
}
/******* Sidebar containing navigation *******/
#sidebar {
	padding: 10px 5px 0px 8px;
	width: 190px;
	font-size: 110%;
	border-right: 1px dotted #999;
}
#sidebar a {
	display: block;
	border: 1px solid #256393;
	text-decoration: none;
	line-height: 1em;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#sidebar a:link, #sidebar a:visited {
	color: #000000;
	background-color: #E6E6E6;
}
#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	background-color: #B50C00;
	border: 1px solid #000;
}
#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #B50C00!important;
	border: 1px solid #000 !important; /* */
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 33px 0px 0px 5px;
}
#sidebar li {
	margin: 0px 0px 6px;
	padding: 0px;
}
#sidebar p {
	font-size: 80%;
	color: #666666;
	padding-left: 5px;
	padding-top: 8px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/******* Middle column containing body text *******/
#maincontent {
	padding: 10px 10px 0px 20px;
	font-size: 100%;
	font-size: 100%;
	line-height: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
}
#maincontent p{
	margin-top: 0px;
	margin-bottom: 12px;
	line-height: 20px;
}
#maincontent ul {
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 15px;
}
#maincontent li {
	list-style-image: url(images/bullet.gif);
	line-height: 20px;
}
#checkmark ul {
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 15px;
}
#checkmark li {
	list-style-image: url(images/checkmark.gif);
	line-height: 20px;
}
/******* Right column containing testimonial *******/
#sidecontent {
	padding: 10px 10px 0px;
	width: 200px;
	font-size: 14px;
	background-color: #F3F3F3;
}
#box {
	background-color: #FBFBFB;
	width: 170px;
	padding: 10px;
	margin-top: 30px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
}
#box p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #256393;
	line-height: 16px;
}
/******* Read More Testimonals button *******/
.button {
	font-weight: bold;
	font-size: 90%;
	margin-top: 20px;
	margin-left: 10px;
}
.button a:link, .button a:visited {
	color: #256393;
	text-decoration: none;
}
.button a:hover, .button a:active {
	color: #B50C00;
	text-decoration: none;
	background-color: #F3F3F3;
}
/******* Footer *******/
#footer {
	padding: 5px 10px;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	background-image: url(images/img_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#stripes {
	background-image: url(images/img_stripes.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer a:link, #footer a:visited{
	color: #999999;
}
#footer a:hover, #footer a:active {
	color: #B50C00;
	background-color: #F3F3F3;
	text-decoration: none;
}
