
*  { background-color: transparent; margin: 0; padding: 0 }

body    { color: #717171; font-size: 13px; font-family: Arial, Helvetica, sans-serif; background: white; margin: 20px 0 }

h1, h2, h3      { color: #333; font-weight: normal }

h1    { color: #366; font-size: 200% }
h2  { font-size: small }
h3  { color: fuchsia; font-size: 100% }

p, ul, ol  { font-size: 85%; line-height: 167%; margin-bottom: 20px }

a:link   { color: #333 }

a:hover    { color: #999; text-decoration: underline }

#header {
	width: 770px;
	height: 100px;
	margin: 0 auto;
}

#logo  { background-image: url('(EmptyReference!)'); width: 240px; float: left }

#logo h1 {
	padding-top: 20px;
	text-align: center;
}

#logo h1 a  { color: white }

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}

#logo h2 a  { color: #717171; font-size: 100% }

#logo a {
	text-decoration: none;
}

#menu  { width: 530px; float: left }

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a     { color: #666; font-size: 100%; text-decoration: none; background: url(images/img1.gif) no-repeat; display: block; padding: 30px 10px 0; height: 50px; float: left }

#menu a:hover  { color: #033; font-style: italic }

#splash {
	width: 770px;
	height: 180px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat;
}

#splash p     { color: white; font-size: 150%; font-weight: bold; background: url(images/img3.jpg) no-repeat; text-align: right; margin: 0; padding: 110px 20px 0 50px; width: 460px; height: 70px; float: right }

#page  { background-color: transparent; margin: 0 auto; width: 770px }

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: right;
	width: 490px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

#sidebar   { padding: 20px; width: 200px; float: right }

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3    { color: #ffffff; background: #666 url(images/img4.gif) no-repeat; padding: 0 10px; width: auto; height: 17px }

#footer   { margin: 0 auto; padding-top: 10px; width: 770px; height: 50px; clear: both; border-top: 6px double #663 }

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}