@charset "UTF-8";
 
body  {
	background: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
.twoColFixLtHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	width: 724px;
	left: 0px;
} 
.twoColFixLtHdr #headerbar h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
}
 
.twoColFixLtHdr #headerbar {
	background: #330066;
	padding: 10px 10px 10px 20px;
	width: 693px;
}
.twoColFixLtHdr #sidebar1 {
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	position: absolute;
	height: 95%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	left: 0px;
	top: 0px;
}
#sidebar2 {
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	height: auto;
	float: right;
	margin-right: 15px;
	margin-left: 15px;
}
#sidebar_btm {
	width: 200px;
	height: auto;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 232px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainText {
	float: left;
	padding: 15px;
	position: relative;
	width: 460px;
}
.twoColFixLtHdr #footer {
	background:#666666;
	padding-right: 15px;
	padding-left: 15px;
} 
.twoColFixLtHdr #footer p {
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#logo {
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
#nav-one {
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#nav-one a:link {
	text-decoration: none;
	color: #666666;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	list-style-type: none;
	font-weight:bold;
	font-size: 12px;
	display: block;
	padding: 5px 15px;
	line-height: 14px;
}
#nav-one a:hover {
	text-decoration: none;
	color: #330066;
	font-weight:bold;
	display: block;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 5px 15px;
	line-height: 14px;
}
#nav-one a:visited {
	text-decoration: none;
	display: block;
	font-weight:bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 5px 15px;
	color: #666666;
	line-height: 14px;
}	
#nav-one a:active {
	text-decoration: none;
	color: #666666;
	display: block;
	padding: 5px 15px;
	font-weight:bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
#dotline {
	padding: 0;
	margin: 2px 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	height: 2px;
	position: relative;
}
#quotes {
	width: 200px;
	height: auto;
	position: absolute;
	visibility: visible;
	z-index: 20;
	margin-right: 0px;
	right: 15px;
	top: 130px;
}
h1{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: normal;
	text-decoration: none;
	color: #000000;
}

h2{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #330066;
	line-height: 18px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #330066;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #330066;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h5{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:11px;
	line-height:normal;
	text-decoration:none;
	color:#330066;
	font-weight: bold;
}

h6{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	text-decoration:none;
	color: #330066;
	font-weight: normal;
}
.footer_txt {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.text_16rev {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.text_11grey {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}
.text_12grey {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 17px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}
#submenu {
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 5px;
}
.submenu_text  #submenu p {
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.submenu_text a:link {
	text-decoration: none;
	color: #330066;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	list-style-type: none;
	font-size: 11px;
	display: block;
	line-height: 14px;
}
#submenu_text a:hover {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
#submenu_text a:visited {
	text-decoration: none;
	display: block;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #330066;
	line-height: 14px;
}	
#submenu_text a:active {
	text-decoration: none;
	color: #666666;
	display: block;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#submenu_text {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 15px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-indent: 20px;
}
/* NAV */
.nav li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-image: url(/images/template/arrow_purple.gif);
}


