/* 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;
	color: cc0000;
	font-family: "Trebuchet MS";
}

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:#336666;    
}

/* Container + background for page elements */		
#pageContent
{
/* Reset Text Alignment */
text-align:left;

/* Mozilla Center Tag Command */
margin: 0px auto;

/* Custom Styling */
background-color:#f2e9cf;
top: 20px;
position:relative;
width:800px;
}


/* Header Div */
#header {
background-color:#f2e9cf;
width:800px;
}


/* Conter for 2 columns under header */

#bodyContent {
width:800px;
}

#menu {
	position:absolute;
	left:32px;
	top:128px;
	width:752px;
	height:27px;
	z-index:10;
}

#menu p {
	font-family: "Trebuchet MS";
	font-weight:bold;
	font-size: 100%;
	line-height: 140%;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}

#menu a:link {
color: #336633;
text-decoration: none;
}

#menu a:visited {
color: #336633;
text-decoration: none;
}

#menu a:hover {
background-color: #336633;
color: #FFFFFF;
text-decoration: none;
}

#menu a:active {
background-color: #336633;
color: #FFFFFF;
text-decoration: none;
}
/* Left column under header */

#leftColumn {
	float:left;
	width:700px;
	background-color: #f2e9cf;
}

#leftColumn p {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 75%;
	color:000000;
	line-height: 130%;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 12px;
}
#leftColumn p.RM0 {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 75%;
	color:000000;
	line-height: 130%;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 12px;
}
#leftColumn li {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 85%;
	color:000000;
	line-height: 140%;
	margin-left: 20px;
	margin-right: 15px;
}

#leftColumn h1 {
	font-family: "Trebuchet MS";
	font-size: 125%;
	color: #cc0000;
	margin-left: 30px;
	margin-bottom: 9px;
}
#leftColumn h2 {
	font-family: "Trebuchet MS";
	font-size: 95%;
	font-weight: bold;
	color: #000000;
	margin-left: 30px;
	margin-bottom: 9px;
	margin-top: 20px;
	margin-right: 30px;
	border-top: #000000 1px solid  ;
	border-bottom: #000000 1px solid ;
	padding-top: 3px;
	padding-bottom: 3px;
}

#leftColumn h3 {
	font-family: "Trebuchet MS";
	font-size: 80%;
	text-align:center;
	font-weight: bold;
	color: #336633;
	margin-left: 30px;
	margin-bottom: 9px;
	margin-top: 20px;
	margin-right: 30px;
}

/* Middle column under header */

/* 
#mainColumn {
float:left;
width:370px;

margin-left:-1px;
padding-left:1px;
padding-right:1px;
min-height:342px;
.height:326px;

}

#mainColumn p {
	font-family: "Trebuchet MS";
	font-size: 80%;
	color: #000000;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 3px;
	line-height: 150%;
}

#mainColumn li {
	font-family: Verdana;
	font-size: 75%;
	color: #000000;
	margin-left: -5px;
	margin-bottom: 6px;
	line-height: 150%;
}

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

#mainColumn h3 {
	font-family: "Trebuchet MS";
	font-size: 125%;
	color: #cc0000;
	margin-left: 0px;
	margin-bottom: 9px;
	}

*/
/* Footer */

#footer {
background-color: #f2e9cf;
width:800px;
clear:both;
}

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


/* Right column not used in this layout


#rightColumn {
	float:left;
	width:200px;
	margin-left: 20px;
}

#rightColumn p {
font-family: Verdana;
font-size: 80%;
color:#000000;
line-height: 135%;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 9px;
}

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