* {
	margin: 0;
	padding: 0;
}

body {
	font: 90% Arial, Helvetica, Verdana, sans-serif;
	padding-top: 35px;
}
html>body {font-size: 12px;}

a {
	color: #ffff99;
	text-decoration: underline;
	border: none;
}
a:hover {
	color: #990000;
}	
#pagewrapper {
	width: 950px;
	position:relative;
	margin: 0px auto;
	background-color: #9966ff;
}
#homeheader {
	background: url(Images/homeheader2.jpg) no-repeat;
	height: 245px;
}
#homeheader p {
	font-size: 120%;
	color: #ffffff;
	padding-left: 560px;
	padding-top: 20px;
}
#header {
	float: left;
	background: url(Images/header2.jpg) no-repeat;
	height: 245px;
	width: 550px;
}

h1 {
	font-size: 160%;
	padding-bottom: 10px;
}
	
h2 {
	font-size: 145%;
	font-family: "Trebuchet MS", Arial;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFF33;
	width: 200px;
	text-align: center;
	margin-bottom: 15px;
}
h2 a {
	text-decoration: underline;
	color: #000000;
}
h3 {
	font-size: 145%;
	padding-top: 5px;
	padding-bottom: 10px;
		font-family: "Trebuchet MS", Arial;

}
	

/* ===== Menu ===== */

#menu {
	float: left;
	width: 120px;
	padding-top: 15px;
}
#menu ul {
	height: 33px;
	padding-left: 20px;
}
#menu li {
	list-style: none;
	padding-top: 10px;
	border-bottom: solid 1px #cc99ff;
}
#menu li a {
	text-align: center;
	font: 20px "Trebuchet MS", Arial;
	color: #990000;
	text-decoration: none;
}
#menu li a.current {
	color: #ffff00;
	padding-bottom: 3px;
}
#menu li a:hover {
	color: #ffffff;
	padding-bottom: 3px;
}	


#content {
	float: right;
	width: 750px;
	padding-top: 20px;
	padding-bottom: 30px;
	font: 120% Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
}
#content p {
	padding-bottom: 8px;
}
#content img {
	padding-left: 22px;
}
#maincontent {
	float: left;
	width: 350px;
	padding-left: 80px;
	padding-top: 25px;
	padding-bottom: 30px;
	font: 120% Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	min-height: 400px;
}
#maincontent2 {
	float: left;
	width: 450px;
	padding-left: 80px;
	padding-top: 25px;
	padding-bottom: 30px;
	font: 120% Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	min-height: 400px;
}

#maincontent p {
	padding-bottom: 8px;
}
#maincontent2 p {
	padding-bottom: 8px;
}
#maincontent img {
	padding-left: 22px;
}
#mainright {
	padding-top: 20px;
	float: right;
	width: 350px;
	}
#mainright p {
	font: 120% Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	padding-bottom: 8px;
	padding-right: 20px;
}
#mainright2 {
	padding-top: 20px;
	float: right;
	width: 300px;
	}

.clear {
	clear: both;
}
#footer {
	background-color: #7e52d5;
	height: 30px;
	color: #ffffff;
}
#footer p {
	font: 110% Arial, Helvetica, Verdana, sans-serif;
	padding-top: 8px;
	padding-right: 18px;
	text-align: right;
	}
#footer a {
	color: #ffffff;
}	
