html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #4d77a1;
  color: #444444;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
h1 {
	color: #1e3555;
	font-size: 22px;
	font-weight: bold;
	/*	line-height: 22px;*/
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
h2 {
	color: #1e3555;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
h3 {
  color: #1e3555;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
}
h4 {
  color: #1e3555;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
}
h5 {
  color: #1e3555;
  font-size: 10px;
  font-weight: bold;
  line-height: 11px;
}
a,  a:link {
  color: #4095df;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #4870aa;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #2170bd;
  text-decoration: underline;
}
a:focus {
  color: #2170bd;
}
a:active {
  color: #039;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #FFF;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 780px;
}
#outerWrapper #header {
  background-color: #1e3555;
  border-bottom: solid 1px #4b647f; /* Sets the bottom border properties for an element using shorthand notation */
 /*  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
 padding: 10px 10px 10px 10px;   Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper {
	background-image: url(../images/contentWrapper_bg_220px.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}
/* Contains the left column content. */
#outerWrapper #contentWrapper #leftColumn1 {
/*	background-color: #FFF;*/
	background-color: #1e3555;
	/*border-right: solid 1px #9bb6d2;  Sets the right border properties for an element using shorthand notation */
  float: left;
	padding: 20px 0px 10px 20px;  /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
}
/* Contains the left column Remind Me to Vote box content. */
.remind {
	/*background-color: #ba1e1e; */
	background-color: #4d77a1; 
	padding: 10px 10px 10px 10px; 
	color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1e3555;
	font-size: 100%;
}
.remindTextLrg {
	font-size: 14px;
	font-weight: bold;
	color: #000;	
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 220px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px;  /*Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1e3555;
	text-align: left;
}



/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #1e3555;
	border-top: solid 1px #9bb6d2; /* Sets the top border properties for an element using shorthand notation */
	border-bottom: solid 1px #9bb6d2; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #FFF;
}
#footer h2{
    color: #FFF;
    font-size: 14px;
/*	margin-left: 180px;*/
	line-height: 30px;
}
#footer h3 {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
/*	margin-left: 180px;*/
	line-height: 30px;
} 
#footer p {
    font-size: 10px;
	color: #FFF;
/*	padding: 8px;
	margin-left: 180px;
	line-height: 30px;*/
} 

#footer a:link {
	color: #FFF;
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}
#footer a:active {
	text-decoration: underline;
	color: #FFF;
}

#credits {
	clear: both;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
	text-align: center;
}

#credits p {
/*	font-size: 70%;*/
	color: #222222;
	padding: 2px;
/*	margin-left: 180px;
	line-height: 0px;*/
} 


/* End of PRE-DEFINED CSS rules */




/*  ul & ol rules */
#content ul{
	list-style-type: disk;
	list-style-position: outside;	
}

#content ul li {
	margin-left: 50px;
	padding: 0px;
	border: 0px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
}
#content ol li {
	margin-left: 35px;
	padding: 0px;
	border: 0px;
}
/* end of ul & ol rules*/

.text_homePage {
	font-size: 100%;
	line-height: 15pt;
}

.text_underline_blue {
	font-size: 90%;
	text-decoration: underline;
	color: #0000FF;
}
.text_sm_italic {
	font-style: italic;
	font-size: 95%;
	line-height: 140%;
}

.text_sm_date {
	font-size: 70%;
}

.text_sm {
	font-size: 85%;
}

.left_col_box {
	float: left;
	margin: 10px;
/*	border: 1px solid #999999;*/
	padding: 5px;
}
.left_image_box {
	float: left;
	margin: 5px 10px 1px 0;
	border: 1px solid #999999;
}
.image_box {
	margin: 5px 10px 1px 0;
	border: 1px solid #999999;
	text-align: center;
}
.right_image_boxNB {
	float: right;
	margin: 5px 0 1px 10px;
}

.right_image_box {
	float: right;
	margin: 5px 0 1px 10px;
	border: 1px solid #999999;
}

.rightcol_table_title {
	font-size: 80%;
	line-height: 10pt;
}
.rightcol_table {
	border: 1px solid #999999;
	Color: #444444;
	font-size: 80%;
	line-height: 10pt;
 	padding: 5px;
}

.table_border {
	border: 1px solid #999999;
	Color: #444444;
	font-size: 90%;
	line-height: 10pt;
	padding: 10px;
}

blockquote {
	font-size: 85%;
	padding: 5px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}

blockquote:hover {
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #000000;
} 
 
