

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #555555;
}

h1, h2, h3 {
	font-weight: normal;
	color: #0072bc;
}



p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

a:link {
	text-decoration: none;
	color: #0072bc;
}

a:hover {
	text-decoration: none;
	color: #0072bc;
}

#header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 240px;
	height: 80px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
}


#menu {
	float: left;
	width: 770px;
	border-top: 3px solid #c2c2c2;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 25px 0 25px;
	background: url(images/line.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #3B3B3B;
}

#menu a:hover {
	color: #0072bc;
}

#image1 {
	width: 770px;
	height: 190px;
	margin: 0 auto;	
}

#splash {
	width: 770px;
	height: 190px;
	margin: 0 auto;
	background: url(images/splash.jpg) no-repeat;
	border-top: 3px solid #c2c2c2;
}

#page {	
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 490px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
	background: #0072bc;
}

#sidebar h2 {
	
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #c2c2c2;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar h3 {
	height: 17px;
	padding: 0 10px;
	background: #0072bc no-repeat;
	color: #FFFFFF;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 3px solid #c2c2c2;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#left {
	float: left;
}

#right {
	float: right;
}