*
{
	margin: 0em;
	padding: 0em;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	font-size: 11pt;
	padding: 0 3.0em 1.5em 3.0em;
}

a
{
	color: #AF0A0A;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#navbar
{
	margin-top: 2.5em;
}

#header
{
	padding: 0em 1.5em 0em 1.5em;
	height: 8em;
	width: 15em;
	float: left;
	position: relative;
	color: #fff;
	background: #AF0A0A url('header_bg.gif') center no-repeat;
}

#header h1
{
	position: absolute;
	bottom: 2.2em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	color: #fff;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 2.7em;
	font-size: 0.8em;
	color: #fff;
}

#header h2 a
{
	color: #fff;
	text-decoration: none;
}

#notice
{
	background: #fafafa url('notice_bg.gif') top left repeat-x;
	margin-left: 18em;
	position: relative;
	min-width: 42em;
}

#notice h1
{
	position: relative;
	top: 2em;
	margin-left: 1.5em;
	margin-right: 1em;
	font-size: 1.5em;
}

#notice h2
{
	position: relative;
	top: 3.8em;
	margin-left: 2.25em;
	margin-right: 1em;
	font-size: 1.0em;
	font-weight: lighter;
}

.clear
{
	clear: both;
}

#footer
{
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
}
