body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #9dd9e8;
}
body {
margin: 0px;	
padding 0px;
}
h1 {
	color: #592b8c;
}#outercontainer {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}
#outerheader {
	width: 1000px;
	height: 120px;
}
#leftheader {
	width: 500px;
	float: left;
	height: 120px;
}
#rightheader {
	float: left;
	height: 100px;
	width: 500px;
}
#welcometo {
	width: 400px;
	float: left;
	height: 30px;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	font-style: italic;
	padding-left: 100px;
}
#logo {
	float: left;
	height: 78px;
	width: 400px;
	background-image: url(../images/logo.png);
}
#nav {
	float: left;
	width: 1000px;
}
#slogan {
	float: left;
	width: 300px;
	height: 60px;
	color: #60F;
	margin-top: 10px;
	margin-left: 200px;
}
#secondslogan {
	float: left;
	width: 500px;
	height: 50px;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
#outercontent {

	width: 1000px;
}
#outerbackground {
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #592B8C;
}
#nav ul {
	list-style-type: none;
	float: left;
	width: 950px;
}
#nav ul li {
	list-style-type: none;
	float: left;
}
#nav ul li a {
	background-color: #2eabca;
	padding: 6px;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	color: #FFF;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	border: 2px solid #fff;
}
#nav ul li a:hover {
	background-color: #592B8C;
}
#content {
	float:left;	
}
#content.wide {
	width: 1000px;
}
#content.short {
	width: 720px;
	padding-right: 30px;
}
#footerwrap {
	background-color: #592B8C;
	clear:both;
	width: 100%;
	height: 40px;
}
#footer {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	padding-top: 10px;
}
#content p {
	font-size: 13px;
}
#content li {
	font-size: 13px;
}
#slogan span {
	background-color: #592B8C;
	color: #FFF;
	padding: 6px;
	font-weight: bold;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 0px 2px #CCC;
	-moz-box-shadow: 0px 0px 0px 2px #CCC;
	-khtml-box-shadow: 0px 0px 0px 2px #CCC;
	-webkit-box-shadow: 0px 0px 0px 2px #CCC;
	border: 2px solid #FFF;
	float: left;
}
#sidebar {
	float:left;
	width: 240px;	
}
#outerbackground {
	background-image: url(../images/background.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color: #ffffff;
	width:100%;
}
.blueline {
	display: block;
	height: 4px;
	width: 100%;
	background-color: #2EABCA;
}
