@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(../Images/texture.jpg);
	font-family: 20;
}
.thrColFixHdr #holder {
	width: 1000px;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
/*.thrColFixHdr #floatdiv {
	width:20px;
	height:25px;
	position: fixed;
	right: 20px;
	bottom: 10px;
	float: right;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
*/
.thrColFixHdr #container {
	width: 925px; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	float: none;
} 
.thrColFixHdr #body {
	width: 900px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	position: relative;
	float: left;
	border: thin solid #000000;
	background-color: #FFFFFF;
}

.thrColFixHdr #header {
	background-image: url(../Images/background.gif);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #DDDDDD;
	background-repeat: no-repeat;
	height: 100px;
} 


.thrColFixHdr #sidebar1 {
	float: left;
	width: 175px; /* since this element is floated, a width must be given */
	padding: 15px 8px 1px 6px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
}
.thrColFixHdr #sidebar1 p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

.thrColFixHdr #mainContent {
	margin-left: 200px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
} 

.thrColFixHdr #footer {
	background:#DDDDDD;
	height: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
} 
.thrColFixHdr #footer p {
	font-size: 70%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.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;
}


/************** header tag styles **************/

h1{
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	color: #000099;
	margin-bottom: 2px;
	margin-top: 24px;
}

h2{
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #000099;
	margin-bottom: 4px;
}

h3{
	font-size: 100%;
	font-weight: bold;
	color: #000099;
	text-align: left;
	font-style: italic;
	margin-top: 24px;
	margin-bottom: 6px;
}

h4{
	color: #000099;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 4px;
}

h5{
	font-size: 100%;
	color: #000000;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h6 {
	font-size: 60%;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

p {
	font-size: 100%;
	text-align: left;
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}


a:visited {
	color: #000000;
}

a:link {
	color: #000099;
}
a:active {
	color: #000099;
}

a:hover {
	color: #000099;
}

.picLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.picRight {
      float: right;
}
.states {
	margin: 3; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-weight: bold;
}
