body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #909090;
	margin: 0px;
	background-image: url(images/bg1.gif);
	background-position: center;
}

#container{
	width:705px;
	margin:auto;
	padding:0px;
	padding-bottom:45px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	min-height: 450px;
}

	#header {
	margin: 0px;
		border-bottom: 2px solid #eee;
	}

#logo{
float: right;
}

#content{
	width:705;
	min-height: 300px;

}

#maincontent{
	width:560px;
	margin: 20px;

}

/*-------------------------navigation------------------------------*/

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #eee;
color: #047D31;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #EDEDED;
	color: #047D31;
	text-decoration: none;
	float: left;
	border-right: 2px solid #fff;
	font-weight: bold;
	font-size: 12px;
}

#navcontainer ul li a:hover
{
background-color: #336699;
color: #fff;
}

#navcontainer a:visited
{
color: #047D31;
}


/*-----*/


#fix{
	clear:both;
}

/*------*/



/*---------------------------------------- text styles -------------------------------------*/

p{
	line-height:1.2em;
	color: #666666;
}

h1 {
	display: none;
}

.highlight{
background-color:#FAF0E2;
}

h2 {
	font-weight: bold;
	font-size: 1.4em;
	color: #336699;
}

h3 {
	font-size:1.1em;
	font-weight: bold;
	padding: 0px;
	color: #CC3366;
}
	
h3[class="hide"] {margin:0px 0px 5px 0px; } /*hides from IE*/

/*--------------------------------------footer------------------------------------*/

#footer{
	font-size:80%;
	margin:20px 0px 0px 0px;
	padding:9px 0px 0px 20px;
	color:#CCCCCC;
	border-top: solid #E6E6E6 1px;
	clear: left;
}

#footer a{
	color:#CCCCCC
}

#footer a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}

#footer ul {
	list-style:none;
	margin:0px 0px 0px -3px;
	padding:0;
	display:inline;
}

#footer li {
	list-style:none;
	margin:0px;
	padding:5px;
	display:inline;
}
h4 {
	font-size: 14px;
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
