/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */

.style3 {color: #FFFFFF}

a:link {
	color: #005566;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996633;
}
a:hover {
	text-decoration: underline;
	color: #558E99;
}
a:active {
	text-decoration: none;
	color: #005566;
}
a {
	font-weight: bold;
}

h1 {
	font-size: 275%;
	color: #FFFEFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 30px;
	font-weight: NORMAL;
	text-transform: lowercase;
	/*text-decoration: none;*/
}
h2 {
	font-size: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	/*line-height: 10px;*/
	
	color: #000000;
}
h3 {
	font-size: 110%;
	/*line-height: 15px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 100%;
}


body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color : rgb(0,0,0);
	background-color: #C9C994;
	font-size:95%; 
	font-weight: normal; 
/* background-image : url(images/logo-lg.gif);*/
/*	background-attachment : fixed; */
	/*background-position : top left; */
	/*background-repeat : no-repeat; */
	/*position: absolute; */
}

.section
{
	color : rgb(0,0,0);
	background-color: #C9C994;
	/*border : 1px solid black;*/
	margin-top : 0.5em;
	margin-bottom : 0.5em;
	margin-right : 2%;
	margin-left  : 3%;
	padding : 0.5%;
}

#title
{
	color : rgb(0,0,0);
	background-color : rgb(255,255,255);
	margin-top : 0.5em;
	margin-bottom : 0.5em;
	margin-right : 2%;
	margin-left  : 2%;
	padding : 0.5%;
	width : 85%;
	position : relative;
	left : 50%;
	text-align:left;
	border-top-color: #996633;
	border-right-color: #996633;
	border-bottom-color: #996633;
	border-left-color: #996633;
	border-color: #996633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

.content
{
	width : 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	border-top-color: #996633;
	border-left-color: #996633;
	border-color: #996633;
	clear: left;
	border-right-style: none;
	border-bottom-style: none;
	white-space: normal;
	padding-top: 0%;
	padding-left: 0%;
}

#footer
{
	width : 85%;
	margin-left  : 8%;
	padding :0px;
	border-color : white;
	font: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#copyright
{
	text-align:LEFT;
}

#sectiondeco
{
	/* background-image : url(images/logo.jpg); */
	/* background-position : top right; */
	/* background-repeat : no-repeat; */
	/* padding-top: 3%; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
