html{
	background-color:#afc299;
	color:#494949;
}

h1{
	font-size:2em;
}
h2{
	font-size:1.4em;
}
h3{
	font-size:1.2em;
}
h4{
	font-size:1.1em;
}

a{
	
	color:#494949;
}

tr{
	height:30px;
}

li.numeric{
	list-style-type: decimal;
}


#wrapper{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

#topbar{
	height:140px;
	width:800px;
	background-color:#fdffed;
}

#roundtop{
	height:15px;
	width:800px;
	background:url('../images/roundtop.png');
}

#roundbottom{
	height:25px;
	width:800px;
	background:url('../images/roundbottom.png');
}

#languagebar{
	width:800px;
	height:27px;
	padding-top:0px;
	margin-bottom:0px;
	padding-right:0px;
	float:right;
	text-align:right;
	background-color:#fdffed;
	font-family: Arial,Verdana;
}

#menu{
	width:800px;
	height:25px;
	background-color:#fdffed;
}

#contents{
/*	padding-top:20px;*/
	background-color:#fdffed;
	width:800px;
}


#login{
	text-align:left;

	padding-left:20px;
	padding-right:20px;
	margin-bottom:0px;
	background-color:#fdffed;
	margin-top:45px;
}


#loggedbar{
	background-color:#fdffed;
	text-align:right;
	padding-right:20px;
	padding-bottom:15px;
}



#sections{
	text-align:left;
}

#sections ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 250px;
    font-family: Arial, sans-serif;
    font-size: 11pt;
}

#sections ul li {
    background-color: #dce4d3;
}

#sections ul li a {
    color: #494949;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 10px 10px 10px 20px;
	border: 1px solid #333;
}

#sections ul li a:hover {
    background: #494949;
    border-left: 10px solid #333;
    color: #fff;
}

