/* CSS Document */

/* Set all type element margins and padding to zero */
p {
margin: 0px;
padding: 0px;}

h1, h2, h3, h4, h5, h6 {
margin: 0px;
padding: 0px;
}

li {
margin: 0px;
padding: 0px;
}

/* BODY */
body
{
/* Centers the layout on the page */
text-align:center;  
/* background color for page - surrounds page elements */
background-color:#B3CECB;    
}

/* Container + background for page elements */		
#wrapper
{

text-align:left;   /* Reset Text Alignment */
margin: 0px auto;   /* Mozilla Center Tag Command */

/* Custom Styling */
background-image:url(images/wrapper_bkg2.jpg);
background-repeat:y;
top: 0px;
border-left:solid #999999 thin;
position:relative;
width:785px;
}


/* graphic banner */
#banner {
	float:left;
background-image:url(images/banner_bkgd.jpg);
background-repeat:y;
width:785px;
height: 145px;
}

/* Content for 2 columns under header */

#bodyContentWrapper {
	width:785px;
	background-image:url(images/wrapper_bkgd2.jpg);
	background-repeat:repeat-y;
	margin: 0;
	padding: 0;

}


/* Left column under header */

#content {
	float:left;
	width:570px;

}

#content p {
	font-family: verdana;
	font-weight: normal;
	font-size: 75%;
	color:#000000;
	line-height: 140%;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 9px;
}


#content li {
font-family: verdana;
font-weight: normal;
font-size: 75%;
color:#000000;
line-height: 140%;
margin-left: 20px;
margin-right: 15px;
margin-bottom: 6px;
}


#content td {
font-family: verdana;
font-weight: normal;
font-size: 75%;
color:#000000;
line-height: 140%;
margin-left: 20px;
margin-right: 15px;
margin-bottom: 6px;
}

tr.ruleabove {
border-top-style:solid;
border-top: thin;
border-top-color: #000000;
}

#content h1 {
	font-family: Verdana;
	font-size: 125%;
	color: #000000;
	margin-left: 20px;
	margin-bottom: 9px;
	margin-top: 20px;
}

#content h2 {
	font-family: Verdana;
	font-size: 100%;
	color: #000000;
	margin-left: 20px;
	margin-bottom: 9px;
	margin-top: 20px;
	margin-right: 30px;
}

#content h3 {
	font-family: Verdana;
	font-size: 90%;
	color: #000000;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right: 20px;
	border-bottom: solid 1px #00000c;
}

#content h4 {
	font-family: Verdana;
	font-size: 80%;
	color: #000000;
	margin-left: 20px;
	margin-bottom: 9px;
	margin-top: 20px;
	margin-right: 30px;
}


#content form {
font-size: 120%;
}

/* Menu */


#menu {
	float:left;
	width:215px;
/* 
margin-left:-1px;
padding-left:1px;
padding-right:1px;
min-height:342px;
.height:326px;
*/
}

#menu p {
	font-family: Verdana;
	font-size: 75%;
	color: #000000;
	margin-left: 20px;
	margin-bottom: 6px;
	margin-top: 3px;
	line-height: 150%;
}



#menu p.menu {
	font-family: verdana;
	font-weight: bold;
	font-size: 85%;
	background-color:#663366;
	color:#FFFFFF;
	line-height: 140%;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 4px;
	padding: 5px;
}

#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 140%;
	padding: 5px;
}

#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}

#menu a:hover {
	color: #000000;
	text-decoration: none;
	line-height: 140%;
}

#menu a:active {
	color: #888888;
	text-decoration: none;
}
#menu li {
	font-family: Verdana;
	font-size: 75%;
	color: #000000;
	margin-left: -5px;
	margin-bottom: 6px;
	line-height: 150%;
}

#menu h1 {
	font-family: Verdana;
	font-size: 125%;
	color: #000000;
	margin-left: 20px;
	margin-bottom: 9px;
	margin-top: 20px;
}

#menu h2 {
font-family: Verdana;
font-size: 100%;
color: #000000;
margin-left: 20px;
}


/* Footer */

#footer {
background-image:url(images/banner_bkgd.jpg);
background-repeat:y;
width:785px;
clear:both;
}

#footer p {
	font-family: Verdana;
	font-size: 70%;
	color:#FFFFFF;
	line-height: 135%;
	margin-left: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}
