A:link { 
		Font-size:  11pt;
		Font-family: Arial, Helvetica, sans-serif;
		color:		blue;
	    text-decoration: none;
    }

A:hover {
        Font-size:  11pt;
		Font-family: Arial, Helvetica, sans-serif;
		color:		blue;
	    text-decoration: none;
		} 
		
A:visited {
	Font-size:  11pt;
	Font-family: Arial, Helvetica, sans-serif;
	color:		blue;
	text-decoration: none;
		}
		
A:active {
	Font-size:  11pt;
	Font-family: Arial, Helvetica, sans-serif;
	color:		blue;
	text-decoration: none;
		}



#wrapper #bodyArea #rightbottom ul {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 18px;
}
* {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px;
	font-size: 14px;
	text-align: justify;
}

#wrapper {
	background-color: #EAEAF2;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#wrapper #logo {
	height: 116px;
	background-color: #E2E6EE;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #nav {
	height: 45px;
	top: auto;
	background-color: #EAEAF2;
}
#wrapper #bodyArea #left {
	width: 500px;
	float: left;
}
#wrapper #bodyArea #right {
	width: 300px;
	float: right;
}
#wrapper #bodyArea #rightbottom {
	float: right;
	width: 300px;
}

#wrapper #bodyArea #footer {
	clear: both;
}
#wrapper #bodyArea #left div ul li {
}


