/* TOPLINE SYLES */

html {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #443522;
	margin: 0;
	padding: 0;
	color: #603b1e;
	}
	
p {
	margin: 0;
	padding: 0;
	}	

a { text-decoration: none;	color: inherit;	}
a:visited { text-decoration: none;	color: inherit; }
a:hover { text-decoration: none;	color: #7db808; }	



/* CONTAINER and HEADER */	

#container {
	margin: 0;
	padding: 0;
	width: 844px;
	height: 100%;
	background: #443522 url('background.gif') repeat-y;
	border-collapse: collapse;
	}


tr,td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	}		
	
	
#header {
	width: 844px;
	height: 100px;
	background: transparent url('images/header.gif') no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	}	



/* MENU */
	
#navMenu {
	width: 600px;
	height: 69px;
	margin: 30px 122px 0 122px;
	padding: 0px;
	}	

#menu {
	font: normal 11px Arial,sans serif;
	border-collapse: collapse;
	height: 69px;
	}


#menuRow {
	width: 100%;
	height: 23px;
	margin: 0;
	padding: 0;
	}

#menuCenter {
	width: 600px;
	height: 23px;
	background: transparent url('images/menuBG.gif') repeat-x;
	margin: 0;
	padding: 0;
	}

#menu td {	
	margin: 0;
	padding: 0 8px 0 16px;
	text-align: center;
	vertical-align: middle;
	font: normal 11px Arial,sans serif;
	text-decoration: none;	
	color: #443522;	
	height: 23px;
	}

.menuSpan {
	width: 100%;
	}	

#menu a { text-decoration: none;	color: #443522;	}
#menu a:visited { text-decoration: none;	color: #443522; }
#menu a:hover { text-decoration: none;	color: #7db808; }	
		
		
		
		

/*	CENTER CONTENT */	

#mainContent {
	width: 600px;
	margin: 10px 122px 10px 122px;
	padding: 0px;
	font: normal 11px Arial,sans serif;
	line-height: 135%;
	}

#mainContent p {
	margin: 5px 0 10px 0;
	}	
	
	
#leftContent {
	width: 46%;
	float: left;
	padding: 0px;
	}

#rightContent {
	width: 46%;
	float: right;
	padding: 0px;
	}	


#mainContent h2 { font-size: 18px; margin: 0 0 15px 0; padding: 0; text-transform: uppercase;}	
#leftContent h2 { font-size: 18px; margin: 0 0 15px 0; padding: 0; text-transform: uppercase;}	
#rightContent h2 { font-size: 18px; margin: 0 0 15px 0; padding: 0; text-transform: uppercase; }	
	
p.titleDate {
	padding: 10px 0px 0px 0px;
	margin: 0 !important;
	font-weight: bold;
	color: #7db808;
	}

#mainContent a { text-decoration: none;	color: #7db808;	}
#mainContent a:visited { text-decoration: none;	color: #7db808; }
#mainContent a:hover { text-decoration: none; color: #603b1e; border-bottom: solid 1px #603b1e; }		
	

/* CONTACT */

#leftContact{
	width: 46%;
	margin-left: 18px;
	float: left;
	padding: 0px;
	}


	
/* FOOTER */

#footer {
	width: 600px;
	margin: 30px 122px 0 122px;
	padding: 5px;
	font: normal 10px Arial,sans serif;
	line-height: 130%;
	color: #7db808;
	background: #FFFFFF url('images/greenDash.gif') repeat-x;
	}	
.copyright {float: left; width: 35%; text-align: left;}	
.credit {float: right; width: 60%; text-align: right;}
.credit img { vertical-align: middle; }

#footer a { text-decoration: none;	color: #7db808;	}
#footer a:visited { text-decoration: none;	color: #7db808; }
#footer a:hover { text-decoration: none;	color: #603b1e; }		
			