@charset "iso-8859-1";

/*
	CODES TO KNOW
	FONT FAMILY:	Georgia, Times New Roman, Times, serif
	BACKGROUND:		#f6f4ef
	DARK BLUE:		#2D225A	(was 254466 if the new one turns out too purple)
	LIGHT BLUE:		#4168B0
	BURGUNDY:		#911930
	ORANGE STRIP:	#C55E27
*/
/*******************************************************************************
*			BASED ON:
*  base_pixels.css : 2004-09-07 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  base set of stylesheet rules needed to form the layout ( _only_ the layout )
*  color and fonts and such are not handled here.
*  this defines the side column widths in pixels
*******************************************************************************/
* html body {
	background-color: #f6f4ef;
}
#pageWrapper
{
	margin: 0;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f6f4ef;
	color: #000;
}
#outerColumnContainer
{
	background-color: #f6f4ef;
	color: #000;
	z-index: 1;
}
#innerColumnContainer
{
	background: #f6f4ef url(/images/inner_container_bkgd.gif) top left repeat-y;
	color: #000;
	z-index: 2;
	width: 100%;
}
* html #innerColumnContainer
{
	position: relative;	/* fix a render bug in IE under certain conditions */
}
#leftColumn, #contentColumn
{
	float: left;
	z-index: 10;
	overflow: visible;	/* fix for IE italics bug */
}
#leftColumn
{
	width: 120px;
	margin: 0 1px 0 0;
	color: #f6f4ef;
	background-color: #2D225A;
}
#contentColumn
{
	width: 618px;
	/*background-color: #f6f4ef;*/
	background: #fff;
	color: #000;
	margin: 0 -1px;
	border: none;
	padding: 0 6px 6px 6px;
}
#mastheadT {
	background-color: #4168B0;
	color: #f6f4ef;
	height: 22px;
	padding: 0;
	font-size: .8em;
	border-bottom: 2px solid  #C55E27;
}
#mastheadB {
	background-color: #2D225A;
	color: #f6f4ef;
	padding: 2px 4px 4px 2px;
	font-size: .85em;
	border-top: 4px solid #911930;
	/*border-bottom: 4px solid #f6f4ef;
	height: 16px;*/
}
#footerT {
	background-color: #4168B0;
	color: #f6f4ef;
	height: 16px;
	padding: 3px 2px 0 2px;
	text-align: center;
	font-size: .8em;
	/*border-top: 4px solid #f6f4ef;*/
	border-bottom: 2px solid  #C55E27;
}
#footerB {
	background-color: #2D225A;
	color: #f6f4ef;
	height: 20px;
	padding: 2px;
	text-align: center;
	font-size: .8em;
	border-top: 4px solid #911930;
}
#mastheadT a, #mastheadB a, #footerB a {
	color: #f6f4ef;
	cursor: pointer;
	text-decoration: none;
}
#footerT a {
	color: #f6f4ef;
}
.leftside {
	float: left;
	padding-left: 10px;
	text-align: left;
	left: 0;
}
.rightside {
	float: right;
	text-align: right;
	right: 0;
	padding-right: 10px;
}
#contentColumn .leftside {
	width: 305px;
	margin: 0;
	padding: 0;
}
#contentColumn .rightside {
	width: 305px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#banner {
	background-color: #f6f4ef;
	color: #000;
	height: 100px;
	padding: 0;
	border: none;
	/*border-bottom: 4px solid #f6f4ef;*/
}
#banner .logo {
	float: left;
	width: 120px;
	height: 100px;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #f6f4ef;
}
#banner .bannerimage {
	float: left;
	width: 630px;
	height: 100px;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #f6f4ef;
}
.clear
{
	clear: both;
}
.hide, #oldBrowserNotice, .ieSixCharDupBug
{
	display: none;		/* hide elements that CSS-targeted browsers shouldn't show */
}
html[xmlns] .mozclear
{
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}
#atyourservice {
	float: left;
	width: 120px;
	height: 42px;
	margin: 0;
	padding: 0;
	background: #2D225A url(/images/atyourservice.jpg) top center no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
#quoteblock {
	float: left;
	width: 110px;
	margin: 0;
	padding: 5px;
	color: #2D225A;
	background-color:#99b1d7;
	margin-bottom: 10px;
}
h1.WelcomeTitle, h1.welcometitle {
	display: block;
	margin: 0;
	margin-left: -6px;
	margin-right: -6px;
	background-color: #2D225A;
	color: #f6f4ef;
	text-align: center;
	text-transform: uppercase;
}
h2.BodyTitle {
	display: block;
	margin: 10px -6px 10px -6px;
	color: #f6f4ef;
	text-align: left;
	background-color: #911930;
	padding-left: 6px;
}
#contentColumn .leftside h2.BodyTitle {
	/*width: 300px;*/
	margin-right: 2px;
}
#contentColumn .rightside h2.BodyTitle {
	/*width: 300px;*/
	margin-left: 2px;
}
.attentiontext {
	font-size: 1.15em;
	font-weight: bold;
}
.centeredtext {
	text-align: center;
}
.indentedtext {
	padding-left: 10px;
}
.dblindentedtext {
	padding-left: 20px;
}
.smalltext {
	font-size: .85em;
}
ul.unmarkedlist {
	margin-top: 0;
	margin-left: 0;
	list-style-type: none;
}
ul.unmarkedlist li {
	margin-left: -20px;
	margin-bottom: 5px;
}
div.rsslink {
	text-align: right;
	margin-bottom: 6px;
}
div.h2link {
	float: right;
	position: relative;
	top: -35px;
	width: 75px;
	height: 19px;
	padding: 3px 0;
	margin-right: -6px;
	background-color: #C55E27;
	color: #f6f4ef;
	text-align: center;
	/*font-size: .9em;*/
	font-weight: bold;
}
div.h2link a {
	color: #f6f4ef;
	cursor: pointer;
	text-decoration: none;
}
.faqanswer {
	background-color: #f6f4ef;
	border: 1px solid #000;
	margin: 10px 5px 10px 10px;
	padding: 5px;
}
.readmore {
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
}
