/* CSS Document */

/* Set all type element margins and padding to zero */


/* BODY */

body
{
/* Centers the layout on the page */
text-align:center;  
/* background color for page - surrounds page elements */
background-color:#C4CCA7;    
}

/* Container + background for page elements */		
#pageContent
{
/* Reset Text Alignment */
text-align:left;

/* Mozilla Center Tag Command */
margin: 0px auto;

/* Custom Styling */
background-color:#FFFFFF;
top: 20px;
position:relative;
width:760px;
}


/* Header Div */
#header {
background-color:#FFFFFF;
width:760px;
z-index: 10;
}



/* Header type elements */

#header h1 {
margin-left: 25px;
font-family: Verdana;
color:#000000;
font-size: 100%;
font-style: normal;
margin-top: 0px;
margin-bottom: 0px;
}

#header h2 {
margin-left: 25px;
font-family: Verdana;
color:#999999;
font-size: 100%;
font-style: normal;
margin-top: 0px;
margin-bottom: 0px;
}

#header h5 {
margin-left: 0px;
font-family: Verdana;
color:#999999;
font-size: 90%;
font-style: normal;
margin-top: 12px;
margin-bottom: 6px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
	line-height: 140%;
	font-family: Verdana;
	font-size: 75%;
	color: 000000;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	margin-top: 12px;
	margin-bottom: 6px;
}

li {
margin: 0px;
padding: 0px;
}

p.copyright {

font-family:Verdana;
font-size: 65%
}

/* 
#menu {
left: 0px;
top: 100px;
width: 750px;
height: 60px;
background-image: url(images/spacer1.jpg)
}




#menu p {
color: #FFFFFF;
font-family: "Arial Narrow";
font-weight: bold;
font-size: 14pt;
line-height: 100%;
margin-bottom: 0px;
margin-top: 4px;
margin-left: 20px;
}

#menu a:link {
color: #FFFFFF;
text-decoration: none
}

#menu a:visited {
color: #FFFFFF;
text-decoration: none
}

#menu a:hover {
background-color: #C4CCA7;
color: #000000;
text-decoration: none
}

#menu a:active {
background-color: #C4CCA7;
color: #000000;
text-decoration: none
}


#menu p.login {
color: #FFFFFF;
font-family: "Arial Narrow";
font-weight: bold;
font-size: 14pt;
line-height: 100%;
text-align: right;
margin-bottom: 0px;
margin-top: -20px;
}

#menu p.login a:link {
color: #FFFFFF;
text-decoration: none
}

#menu p.login a:visited {
color: #FFFFFF;
text-decoration: none
}

#menu p.login a:hover {
background-color: #C4CCA7;
color: #000000;
text-decoration: none
}

#menu p.login a:active {
background-color: #C4CCA7;
color: #000000;
text-decoration: none
}
*/

/* Conter for 2 columns under header */

#bodyContent {
width:760px;
}


/* Left column under header */

#leftColumn {
	float:left;
	width:200px;
	background-color: #FFFFFF;
}

#leftColumn p {
font-family: Verdana;
color: #000000;
font-size: 70%;
}




#leftColumn li {
	font-family: Verdana;
	color: #000000;
	margin-left: -5px;
	margin-top: 4px;
	margin-bottom: 3px;
	font-size: 70%;
	line-height: 140%;
}

#leftColumn li.faqs {
	font-family: Verdana;
	color: #000000;
	font-size: 70%;
	margin-left: -5px;
	margin-top: 0px;
	line-height: 140%;
	margin-bottom: 9px;
}

#leftColumn p {
	font-family: Verdana;
	color: #000000;
	font-size: 70%;
	line-height: 140%;
	margin-bottom: 9px;
	margin-right: 15px;
	margin-left: 20px;
}

#leftColumn h1 {
	font-family: Verdana;
	color: #99A06C;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-bottom: 12px;
	margin-left: 20px;
}


#leftColumn h2 {
	font-family: Verdana;
	font-size: 90%;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 12px;
}

/* Middle/Main column under header */


#mainColumn {
float:left;
width:515px;
z-index: 10

/* 
margin-left:-1px;
padding-left:1px;
padding-right:1px;
min-height:342px;
.height:326px;
*/
}

#mainColumn p {
	margin-left: 20px;
	margin-bottom: 9px;
	line-height: 160%;
	font-family: Verdana;
	font-size: 75%;
	color: #000000;
}

#mainColumn table {
	margin-left: 20px;
	font-family: Verdana;

}

#mainColumn p.TC {
	margin-left: 0px;
	font-family: Verdana;
	font-size: 70%;
	line-height: 130%;
	margin-bottom: 3px;
}

#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: #99A06C;
	margin-left: 20px;
	margin-bottom: 12px;
	margin-top: 0px;
}

#mainColumn h2 {
	font-family: Verdana;
	font-size: 100%;
	color: #000000;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 9px;
}


/* Footer */

#footer {
background-color: #FFFFFF;
width:760px;
}

#footer p {
	font-family: Verdana;
	font-size: 70%;
	color:#000000;
	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;
}
 */
