@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #0000FF;
	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: #4D0AF8;
	background-image: url(../images/body_bg_9.jpg);
	background-repeat: repeat-x;
	scrollbar-base-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #F9AD41;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-shadow-color: #F9AD41;
    scrollbar-arrow-color: #F9AD41;
}
.oneColFixCtrHdr #container {
	width: 760px;  /* 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 {
	
	background-image: url(../images/78388220_H.jpg);
	height: 100px; 
	border: 1px solid #FB770C;
	margin: 0;
	padding: 0 0 0 55px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.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 */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #C6C6FF;
	background-image: url(../images/container_bg_4.jpg);
	background-repeat: repeat-x;
	border: 1px solid #FB770C;
	border-top: 0;
	margin-top: 0px;
	
	text-align: center;	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #6666FF;
	border: 1px solid #FB770C;
	border-top: 0;
}
.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 */
}
.formfield{
border: 1px solid #FB770C;
scrollbar-base-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #F9AD41;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-shadow-color: #F9AD41;
    scrollbar-arrow-color: #F9AD41;


}

.form2
{
background-color: #FFFFFF; 
border: 1px solid #FB770C;
color: #4D0AF8;
}

#logo
{
width: 100%;
height: 80px;
}

#navbar
{
width: 100%;
text-align: center;
height: 20px;
margin: 0;
padding: 0;
}

p
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #2200CC;
text-align: left;
line-height: 1.5em;
}

.nav_p
{
margin: 4px 0 0 0;
padding: 0;
}

#active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;

	color: #CC3300;
	text-decoration: none;

}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;	
	color: #CC3300;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	color: #CC3300;
	text-decoration: none;
	}
	
a:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;

	color: #CC3300;
	text-decoration: none;
	}
	
a:current
{
font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;

	color: #CC3300;
	text-decoration: none;
}
	
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;

	color: #FF6600;
	text-decoration: none;
	}	

a#current:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
	color: ##CC3300;
}

