@charset "utf-8";
* {
	margin-top: 0px;
	padding: 0px;
}
#Wrapper {
	width: 990px;
	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: #FFFFFF;
	border-left-color: #FFFFFF;
}



html, body {
	font-family: lucinda sans, tahoma, arial, helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;

}

h1 {
	font-size: 1.7em;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 20px;
	color: #FF6600;

}

h2 {
	color: #CC6600;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding-left: 20px;

}

h3 {

                color: #993399;

                font-size: 1.15em;

                font-weight: normal;

                margin: 0px 0px 0px 0px;

}

h4 {

                color: #000000;

}

 

p {
	color: #FFFFFF;
	line-height: 1.4em;
	margin: 20px;

}

 

a {

                color: #FFFFFF;

                font-weight: normal;

                text-decoration: none;

}

a:hover {
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;

}

a:visited {

                color: #FFFFFF;

                font-weight: normal;

                text-decoration: none;

}

#Wrapper #Head {
	height: 168px;
	width: 990px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Wrapper #Navigation {
	background-color: #FF6600;
	height: 25px;
	padding-top: 10px;
	padding-left: 30px;
}
#Wrapper #bodyArea #Left {
	height: 400px;
	background-color: #333333;
	float: none;
	width: 500px;
}
#Wrapper #bodyArea #Right {
	height: 400px;
	width: 490px;
	float: right;
	background-color: #333333;
}
