@charset "UTF-8";
/* CSS Document */


html { min-height: 100%; margin-bottom: 1px; }

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	
	background-image:url(../images/extended-bkgrnd.jpg)
}
.oneColFixCtrHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.oneColFixCtrHdr #header {
	
	height:110px;
	
}

.oneColFixCtrHdr #header 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 */
	
}
.oneColFixCtrHdr #mainContent {
	
	width:900px;
	background-image:url(../images/copybg.jpg);
	background-repeat: no-repeat;
	padding-top:30px;
	padding-left:40px;
	
	

	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.bodyContent {
	

	padding-left: 5px;
}


.address
{

color:#663366;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;

}


.tagline
{

color:#a01141;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;

}

/********loginlink*******/
.loginlink:link
{
	font-size:12px;
	font-style:normal;
	color: #FFFFFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-weight: 400;
	text-align:center;
	font-variant: normal;
}

.loginlink:active
{
	font-size:12px;
	font-style:normal;
	color: #FFFFFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-weight: 400;
	text-align:center;
	font-variant: normal;
}
.loginlink:visited
{
	font-size:12px;
	font-style:normal;
	color: #FFFFFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-weight: 400;
	text-align:center;
	font-variant: normal;
}
.loginlink:hover
{
	font-size:12px;
	font-style:normal;
	color: #8c571e;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-weight: 400;
	text-align:center;
	font-variant: normal;
}

.bodytext
{
border-left-width:20px;
border-left-color:#e7e6d4;

}

/********footerlink*******/
.footerlink
{
	font-size:12px;
	font-style:normal;
	color:#990033;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:5px;
	line-height: 20px;
	font-weight: 400;
	
	
	
	font-variant: normal;
}

.footerlink_line

{
	font-size:12px;
	font-style:normal;
	color: #ffffff;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	
	border-right-width: 5px;
	border-left-width: 5px;
	font-variant: normal;
}
.footerlink:link
{

	font-size:12px;
	font-style:normal;
	color: #663366;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	
	
	font-variant: normal;
}
.footerlink:active
{
	font-size:12px;
	font-style:normal;
	color: #663366;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	
	
	font-variant: normal;
	

}
.footerlink:visited
{

font-size:12px;
	font-style:normal;
	color: #663366;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	
	
	font-variant: normal;
}

.footerlink:hover
{

	
	font-size:12px;
	font-style:normal;
	color: #980f3a;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	
	
	font-variant: normal;
}







a:link
{
	color: #663366;
	text-decoration:none;

}



a:visited
{

	color: #663366;
	text-decoration:none;
}

a:hover
{

	color: #980f3a;
	text-decoration:none;
	
	
}

a:active
{

	color: #663366;
	text-decoration:none;
}



h2 {
color: #8c571e;
font:  Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
font-style:normal;
font-weight: 300;



}

hr {
color: #d0cfb3;
}


.sidebar {
	margin-left:20px;	
	float: right;
		
}

.slideshow
{
	
	width: 200px;
}
.sidebar_table {
	background-color:#e7e6d4;

	width: 190px;
	margin-left:20px;	
	align:right;
	
	
	
}
.form_field {
	background-color:#e7e6d4;
	
	
	
}

