html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}

/* 'Jello Mold' page construction technique based on http://www.positioniseverything.net/articles/jello.html */
body {
	margin: 0;
	padding: 0 386px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	/*background-image:url(Images/bg_tile.jpg);*/   /*Added 04/06/2006*/
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	/*color:#333333;*/
	color:#6670A3;
}

h1, h2, h3, h4, h5, h6 {color:#573922;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin:0;
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	margin: 0.5em 0;
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.4em;	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}
p  {
    margin: 1em 0;
    line-height:1.4;
}
a {
	text-decoration:underline;
	color:#F369B1;
}

a:hover {text-decoration:none;}

#sizer {
	width: 58%;
	max-width: 192px;
	margin: 10px auto 0 auto;
	padding: 0;
}

#expander {
	position: relative;
	/*min-width: 772px;*/ /* Critical Safari fix! */
	min-width: 772px;
	/*margin: 0 -386px 0 -386px;*/
	margin: 0 -386px 0 -386px;
	background: #FFFFFF;
	/*background: #FF8844;*/
	/*background-image:url(Images/column_bg.gif);*/
	background-repeat:repeat-y;
	background-position:top right;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

#wrapper { 
	width: 100%; /* helps IE get the child percentages right. */
	/*border-bottom:1px solid #EBE4DE;*/
	/*border-bottom:1px solid ;*/ /*Changed 10/14/2006*/
	text-align:left;
	/*background-color:Blue;*/   /*Added 04/04/2006*/
	background-image:url(Images/column_bg.gif);  /*Added 04/06/2006*/
	background-repeat:repeat-y;
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#skiptocontent{
	position:absolute;
	margin-left:-1000px;
}

#leftcolumn{
	float:left;
	width:152px;
	margin-right:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	/*background-color:#EBE4DE;*/   /*Added 04/06/2006 applied to left column*/
	background-color:#FFFFA0;
	/*background-color:Blue;*/
	font-size:0.9em;
}

html>body #leftcolumn{margin-right:0;}

#leftcoltop{
	height:40px;
	/*background-color:#FAECE8;*/	  /*Added on 04/06/2006 applied to top part of left column*/
	background-color:#FFFFFF;
	background-image:url(Images/leftcoltop.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#loginbox {
    min-height:124px;	
	margin:2px;
	padding:5px 0.5em;
	border:1px solid #493221;
	background-color:#FFFFFF;
	background-image:url(Images/colgradient_short.jpg);
	background-repeat:repeat-x;
	color:#6D584D;
}

* html #loginbox {height:124px;}

#loginbox h4 {margin:0;}

#leftbarcontainer {
	margin:2px;
	padding:4em 0.5em;
	/*border:1px solid #6D5B4D;*/ /*Changed 11/13/2006*/
	background-color:#FFFFFF;
}
#subnav {
	padding-bottom:1em;
	overflow:hidden;
}

#subnav a {}

#subnav a:hover {text-decoration:underline;}

.leftbaritem {padding:2em 0.5em;}

#searchbox {
	position:relative;	
	height:130px;
	padding:5px 0.5em;
	margin-bottom:-2px;
	background-color:#FFFFFF;
	background-image: url(Images/searchbox_bg.jpg);
	background-repeat: no-repeat;
}

#searchbox div {
    position:absolute; 
    bottom:0.5em; 
    text-align:right;
}
#loginbox .txtBox, #searchbox .txtBox {
    border:1px solid #64493E;
    /*background-color:#FFFFFF;*/
    background-color:White;
    font-size:1em;
}

#centercolumn
{
    /*position:relative;*/  /*Added on 04/03/2006*/
	height:1%;
	margin:0;
	/*background-color:Red;*/  /*Added on 04/04/2006*/
	/*background-image:url(Images/centercolrightcorner.gif); */
	background-repeat:no-repeat;
	background-position:top right;
}
html>body #centercolumn {
	height:auto;
	margin-left:152px;
	/*margin-right:152px;*/
	margin-right:0px;
}
#centercoltop{
	height:18px;	
	/*background-image:url(Images/centercolleftcorner.gif);*/ 
	background-repeat:no-repeat;
	/*background-color:#FFFFFF;*/   /*Added on 04/40/2006*/
	background-color:#B50c00;
}

html>body #centercoltop {height:19px;}

#mainnav {	
	height:22px;
	/*background-color:transparent;*/
	background-color:#B50C00;   /*Added 04/06/2006 applied to main navigation menu*/
	font-size:1em;
	/*background-image:url(Images/mainnav_bg.gif);*/    /*Added 04/06/2006*/
	background-repeat:repeat-x;
	background-position:bottom left;	
}

html>body #mainnav {height:21px;}

#mainnav a {}

#mainnav a:hover {}

#mainnav table {text-align:right;}

#mainnav .item {
	padding:0em 1em; 
	/*border-top:6px solid #FFFFFF;*/
	border-top:6px solid #B50C00;   /*Added 04/06/2006 applied to main menu item*/
	font-weight:bold;
	font-size:medium;
	/*color:#6D584D;*/
	color:#FFFFFF;
}

html>body #mainnav .item {border-top:6px solid transparent;} 

#mainnav .hover{}

#mainnav .selected {
	/*border-top:6px solid #FAEBE7;*/   /*Added 04/06/2006*/
	border-top:6px solid #9999FF;
	/*background-color:Blue;*/  /*Added 04/06/2006*/
	background-image:url(Images/mainnavselected.gif);
	/*background-repeat:repeat-x;*/
	background-repeat:repeat-x;
}

html>body #mainnav .selected 
{
    /*border-top:6px solid #FAEBE7;*/
    border-top:6px solid #c659c0;    /*Added 04/06/2006*/
} 
    
#header {
	position:relative;
	height:134px;
	/*margin:2px;*/
	margin:0px;
	/*border:1px solid #493221;*/
    background-color:#B50C00;   /*Added 04/06/2006 applied to top header*/
	/*background-image:url(~/Assets/Images/Header2_animated.gif);*/
	background-repeat:no-repeat;
	background-position:top right;
}
#maincontent {
	margin:2px;
	padding:4em 2em;
	/*border:1px solid #EAA6CB;
	background-image:url(Images/lines.gif);*/
	background-color:#ffffff; /*Added on 04/04/2006*/
	/*background-position:top right;
	BACKGROUND-IMAGE: url(Images/lines.gif); 
	BACKGROUND-REPEAT:repeat*/	
}
#maincontent .teaser {
	margin:-0.7em 0 0 0;
	color:#A68866;
}

#maincontent h2:before{content: url(Images/magnolia_small.gif);}

#maincontent fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #EEA2CD;
	color:#573922;
}

#maincontent legend {background-color:#FFFFFF;}

* html #maincontent legend {padding:0.5em;}

#maincontent label {line-height:2em;} 

#maincontent .txtBox {
    border:1px solid #DDD1C4;
    font-size:1em;
    /*background-color:#F5F2EF;*/
    background-color:White;
}

html>body #maincontent .txtBox {font-size:1.2em;}

#maincontent .txtBox:focus {background-color:White;} /*#FFFFFF;}*/
    
#maincontent caption {
    text-align:left; 
    font-weight:bold;
}

#maincontent table tr td {padding: 0.2em 0.5em;} 

.button {
    border:1px solid #64493E;
    /*color:#6D584D;
    background-color:#FAEBE7;*/
    color:Blue;
    background-color:White;
    font-size:smaller;
}    
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}

/*Added 04/07/2006*/
.nopolicy
{
    color:#7CFC00;
    font-family:Tahoma;
    font-size:7pt;
}
.shop
{
    color:#7CFC00;
    font-family:Tahoma;
    font-size:30pt;
}
.txtLabel
{
    font-family:Tahoma;
    font-size:7pt;
    color:Black;
}
.txtInput
{
    color:Black;
}
.txtInputRequired
{
    background-color:#FFFF80;
    font-family:Times New Roman;
    font-size:12pt;
}
.menuLink
{
    color:#7CFC00;
    font-family:Tahoma;
    font-size:10pt;
    text-decoration:none;   
}
.senate
{
    color:Black;
    font-family:Tahoma;
    font-size:14pt;
}
.office
{
    color:Black;
    font-family:Tahoma;
    font-size:13pt;
}
.officepanel
{
    color:Black;
    font-family:Tahoma;
    font-size:14pt;
}
.apTitleExpanded
{
    color:Blue;
    font-family:Tahoma;
    font-size:14pt;
}
.apTitleCollapsed
{
    color:Red;
    font-family:Tahoma;
    font-size:14pt;
}

.profile
{
    font-family:Courier;
}
/**/

div.readmore {
	text-align:right;
}
#footer {
    margin:2px;
    padding:0.5em;
    font-size:smaller;
    background-color:#FFFFFF;   /*Added on 04/04/2006*/
}

#footer a {padding:0 0.5em;}

/*Added on 05/11/2006 for Tab control*/
.staticMenu{ /*background-image:url(Images/mouse-Normal.gif);*/
             width:60px; height:30px;}
.QuoteMenu{ width:60px; height:30px;}
.static-Hover-Menu{ /*background-image:url(Images/mouse-Down.gif);*/
             width:60px; height:30px;}
.static-Selected-Menu{ /*background-image:url(Images/mouse-Down.gif);*/
             width:60px; height:30px;}
.static-Item-Menu{width:60px; height:30px; text-align:center;}  

/*.onFocus { background-color:#cccccc; width:600px; height:50px;}*/
.onFocus { background-color:#cccccc; width:600px; height:50px;}
/**/


/*----------Text Styles----------*/
.ws6 {font-size: 8px;}
.ws7 {font-size: 9.3px;}
.ws8 {font-size: 11px;}
.ws9 {font-size: 12px;}
.ws10 {font-size: 13px;}
.ws11 {font-size: 15px;}
.ws12 {font-size: 16px;}
.ws14 {font-size: 19px;}
.ws16 {font-size: 21px;}
.ws18 {font-size: 24px;}
.ws20 {font-size: 27px;}
.ws22 {font-size: 29px;}
.ws24 {font-size: 32px;}
.ws26 {font-size: 35px;}
.ws28 {font-size: 37px;}
.ws36 {font-size: 48px;}
.ws48 {font-size: 64px;}
.ws72 {font-size: 96px;}
.wpmd {font-size: 13px;font-family: 'Arial';font-style: normal;font-weight: normal;}
/*----------Para Styles----------*/
DIV,UL,OL /* Left */
{
 margin-top: 0px;
 margin-bottom: 0px;
}

div#container
{
	position:relative;
	width: 781px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; 
}

@media print {	
	body {
		margin:0;
		padding:0;
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}
	#sizer {
		margin:0;
		width:auto !important;
	}
	#expander {
		margin:0 !important;
		background: none;
	}	
	#wrapper {
		border-bottom-style:none;
		background:none;
	}	
	a {
		color:#666666; 
		text-decoration:underline;
	}
	
	#leftcolumn, #maincontent h2:before {display:none;}	
	
	#centercolumn {
		width:100%;
		margin:0 !important;
		background:none;
	}
	#centercoltop {
		height:auto;
		background:none;
	}
	#header {
		margin:0; 
		border:none;
		height:auto;
		background:none;
	}
	
	/*If the logo is a transparent gif it will look rather unsightly on paper, so you can turn 
		it off here. */
	#header img {display:none;}
	
	#maincontent {
		margin:0; 
		border:none;
		background:transparent;
	}
	
	#maincontent .teaser {font-style:italic;}
	
	#maincontent fieldset {border:none;}
	
	#maincontent .txtBox {background:none;}
}