* {
	margin: 0;
	padding: 0;
}
body {
	margin: 10px 0;
	background: url(images/bkgd.jpg) repeat;
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #7F7772;
}
h1, h2, h3 {
	font-weight: normal;
	color: #e94176;
}
h1 {
	font-size: 172%;
}
h2 {
	font-size: 135%;
}
h3 {
	font-size: 100%;
}
p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}
a:link {
	color: #0078a9;
}
a:hover {
	text-decoration: none;
	color: #666;
}
#container {
	background:#fff;
	width: 780px;
	margin: 0 auto;
	padding: 0px 8px 14px 8px;
	border:1px solid #c4e2ec;
}
#header {
	width: 770px;
	height: 135px;
	margin: 0 auto;
}
#logo {
	float: left;
	width: 245px;
	height:99px;
	padding: 17px 5px 0 13px;
}
#logo h1 {
	padding-top: 20px;
	text-align: center;
}
#logo h1 a {
	color: #e94176;
}
#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}
#logo h2 a {
	color: #B3A7A0;
}
#logo a {
	text-decoration: none;
}
#menu {
	float: left;
	width: 505px;
	font-weight: bold;
	font-family: "Trebuchet MS", arial, sans-serif;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 15px 0 15px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #0078a9;
}
#menu a:hover {
	border-top:4px solid #e94176;
	color: #e94176;
	padding: 27px 15px 0 15px;
}
#splash {
	width: 770px;
	height: 180px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat;
}
#splash h1 {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 113px 20px 0 50px;
	background: url(images/img3.jpg) no-repeat;
	text-align: right;
	font-size: 146%;
	font-weight: bold;
	color: #0078a9;
}
#page {
	width: 770px;
	margin: 0 auto;
}
#page h1, #page h2 {
	margin-bottom: 10px;
}
#content {
	float: right;
	width: 510px;
	padding: 20px;
}
#content p {
	font: normal 1.0em arial, sans-serif;
	line-height: 1.5em;
	padding-left:3px;
}
#content h2 {
	font: bold 1.2em arial, sans-serif;
	color: #0078a9;
	padding:6px 0 0px 0;
}
#content h3 {
	font: bold 1.0em arial, sans-serif;
	color: #666;
	padding:12px 0 5px 3px;
}
#content h4 {
	font: normal 0.8em verdana, sans-serif;
	line-height:1.3em;
	color: #e94176;
	padding:12px 0 12px 3px;
}
#content ol, #content ul {
	margin: -12px 0 15px 25px;
	font: normal 1.0em arial, sans-serif;
	line-height: 1.5em;
	list-style: disc;
}
#sidebar {
	float: left;
	font: normal 1.0em verdana, sans-serif;
	line-height: 1.1em;
	width: 180px;
	margin:0;
	padding: 20px 0 0 20px;
}
#sidebar a {
	font-weight: normal;
	text-decoration:none;
	color: #e94176;
	line-height: 1.9em;
}
#sidebar a:hover {
	text-decoration:underline;
	color: #666;
}
#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 #ccc;
}
#sidebar h2 {
	width: 170px;
	font:bold 1.1em arial, sans-serif;
	line-height: 1.3em;
	padding: 0 10px 2px 0;
	color: #0078a9;
}
#sidebar h3 {
	width: 170px;
	font:bold 1.0em verdana, sans-serif;
	line-height: 1.5em;
	padding: 0 10px 6px 0;
	color: #e94176;
}
#footer {
	clear: both;
	font: normal 1.0em arial, sans-serif;
	line-height: 1.4em;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 5px solid #e94176;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer a {
	text-decoration:none;
	color: #e94176;
}
#footer a:hover {
	text-decoration:none;
	color: #666;
}
#bottom {
	text-align:center;
	clear: both;
	font: normal 1.0em arial, sans-serif;
	line-height: 1.4em;
	width: 770px;
	height: 30px;
	margin: 0 auto;
	padding: 10px 0;
}
#bottom p {
	margin: 0;
	padding: 0;
}
#bottom a {
	text-decoration:none;
	color: #0078a9;
}
#bottom a:hover {
	text-decoration:underline;
	color: #e94176;
}
#legal {
	float: left;
}
#links {
	text-align: right;
	height: 50px;
}
