body    {
	background-color: 	#E6DCCA;  
	text-align:		center;
	background-image:	url(/images/background1.jpg);
	background-position:	50% 50%;
	background-repeat:	repeat-y; 
	margin: 0 0 0 0;
}
#navigationLinks {
	float: right;
	width: 170px;
	padding:    10px 30px 0px 0px;
}

#navigationLinks ul {
}

#navigationLinks li  {
    font-weight:    bold;
    font-size: 11px;
    line-height: 12px;
	list-style-type:  square;
    margin:     0px 0px 0px -10px;
	padding:    3px;
}

#navigationLinks li a:hover {
  color:      #cc0000;
  text-decoration:  underline;
}

#navigationLinks li a {
  color:      #336600;
  text-decoration:  none;
}


#navigationLinks li a.active {
  background:     #639A33;
  color:          red;
}


#navigationLinks li #top {
}

#mainPage { 
	width: 			765px;
	text-align:		left;
	margin:			0 auto;
	padding:		0;
	background: 		white;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
A:link, A:visited, A:active { 
	color: 			#006600;
	background-color:	transparent;
	text-decoration: 	underline; 
} 

A:hover { 
	color: 			#009900;
	background-color:	transparent;
	text-decoration: 	underline; 
}

A.copyrightLink:link, A.copyrightLink:visited, A.copyrightLink:active { 
	color: 			#999999;
	text-decoration: 	none; 
}

A.copyrightLink:hover { 
	color: 			009900;
	text-decoration: 	none; 
}

#pageText { 
	padding-left:		60px;
	padding-right:		0px;
	padding-top: 		0px;
} 
#pageTitle { 
	padding-left:		30px;
	padding-right:		0px;
	padding-top: 		20px;
} 
#pageTextFull { 
	padding-left:		60px;
	padding-right:		40px;
	padding-top: 		0px;
} 
#navbar {
	background: #331900;
	text-align: right;
	margin: 0 auto;
	padding: 0;
	height: 25px;
	width: 765px;
}
#copyrightfooter {
	background: white;
	text-align: left;
	margin: 0 auto;
	width: 765px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #999999;
	text-transform: lowercase;
}
#copyrightfooter p {
	text-align: left;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #999999;
	padding-left:		60px;
	padding-top: 		20px;
}
.heading {
	font-size: 14px;
	color: #336600;
}
.bottomBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
