body {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	background-image: url(Images/bg.jpg);
}
	
#container {
	width: 800px;
	text-align: justify;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color:white;
	top: 8px;
}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/
#top {
	width: 800px;
	height: 174px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-color:white;
}

#maintext {
	width: 800px;
	padding: 0 1.5em 1em 0;
	clear: left;
		background-color:white;

}

#content{
	width: 500px;
	padding: 0 1.5em 1em 0;
	float: left;	background-color:white;

}

#contentsmall{
	width: 265px;
	padding-top: 3.5em;
	float: right;
		background-color:white;

}

.pictable{
	width: 200px;
	font-size: .9em;
	color: green;
	padding: .1em;
	margin: 0px;
	float: right;
}
	
.pictd{
	background-color: white;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: top;
}

h1{
	font-family:  Arial, san serif;
	font-size: .9em;
	color: #E1002C;
	margin-top: 10px;
}

h2{
	font-family:  Verdana, Arial, san serif;
	font-size: .8em;
	font-weight:lighter;
	margin: 0px;
}

h3{
	font-family:  Verdana, Arial, san serif;
	font-size: .8em;
	font-weight:bold;
	margin-bottom: 0px;
}

ul{
	font-family:  Arial, san serif;
	color: #666666;
}
.small{
	font-size:.8em;
}

p{
	font-family:  Arial, sans serif;
	font-size: 0.8em;
	color: #666666;
	margin-top: 0px;
}

a{
	color: #E1002C;
	text-decoration: none;
}

a:hover{
	color: #E1002C;
	text-decoration:underline;
}

ol{
	font-family:  Arial, san serif;
	color: #666666;
	font-size:.8em;
}

td{
	font-family:  Arial, san serif;
	font-size: 0.9em;
	color: #666666;
}

th{
	font-family:  Arial, san serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
}

#clear{
	clear: both;
}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#nav, #nav ul{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	background-color:#7bc242;
	color: white;
	text-decoration: none;
	font-family:  Arial, san serif;
	font-size: .9em;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

#nav li { /* all list items */
	float: left;
	width: 150px;
	padding-top: .5em;
	margin: 0 .5em 0 0;
	background-color: #7bc242;

}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	left: -999em;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 0;

}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul a:hover, #nav li ul .sfhover{
	text-decoration: underline;
	color: white;
}
#nav li a:hover{
	color: white;
}
#nav li a{
	display: block;
	width: 150px;
	color: white;
	text-decoration: none;
	text-indent: 8px;
	font-family:  Arial, san serif;
	list-style-type: none;
}

.toparrow{
	background-image: url(Images/medium_gold_down.gif);
	background-repeat: no-repeat;
	background-position: 130px 5px;
}

.toparrow1{
	background-image: url(Images/medium_gold_down.gif);	
	background-repeat: no-repeat;
	background-position: 135px 5px;
}

#img{
	text-align: center;	
	padding: 0 0.5em 1em 0.5em;
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/

#footer {
	width: 100%;
	clear: both;
	background-color: white;
}

#footer p {
	padding: 15px;
	margin: 0;
	font-family:  Arial, san serif;
	text-align: center;
	font-size: .7em;
	color: #949494;
}

#footer a {
	color: #7BC242;
	text-decoration: none;
}

#footer a:hover{
	color: #E1002C;
	text-decoration: none;
}