/* Basic */

* {
	margin: 0em;
	padding: 0em;
}
h1, h2, h3, h4, h5, h6 {
	color: #6a6a6a;
}
body {
	font-family: "Trebuchet MS", sans-serif;
	color: #000;
	font-size: 11pt;
}
a {
	color: #AF0A0A;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000;
}
/* Outer */

#outer {
	margin: 2.5em 3.0em 1.5em 3.0em;
	width: 870px;
}
/* Header */

#header {
	padding: 0em 1.5em 0em 1.5em;
	height: 8em;
	width: 15em;
	float: left;
	position: relative;
	background: #AF0A0A url('/images/a1.gif') top right no-repeat;
}
#header h1 {
	position: absolute;
	bottom: 17px;
	font-size: xx-large;
	letter-spacing: 0.1em;
	left: 44px;
	width: 170px;
}
#header h1 a {
	color: #000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#header h2 {
	position: absolute;
	bottom: 2.7em;
	color: #EFE0E0;
	font-size: 0.8em;
}
/* Menu */

#menu {
	height: 8em;
	background: #fafafa url('/images/a2.gif') top left repeat-x;
	margin-left: 18em;
	position: relative;
}
#menu ul {
	list-style: none;
	position: absolute;
	top: 58px;
	margin-left: 1.5em;
	left: -12px;
	width: 580px;
}
#menu li {
	display: inline;
	border-left: dotted 1px #6a6a6a;
	padding-left: 0.8em;
}
#menu li.first {
	border-left: 0px;
	padding-left: 0em;
}
#menu li a {
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	padding: 0.8em;
	margin-right: 0.8em;
	font-size: 0.9em;
}
#menu li a:hover {
	background: #AF0A0A url('/images/a4.gif') bottom left repeat-x;
	color: #000;
}
/* Content */

#content {
	background: #fff url('/images/a3.gif') top left repeat-x;
	margin-top: 1px;
	padding-top: 1.5em;
	width: 870px;
}
#content p {
	margin-bottom: 1.5em;
	line-height: 1.6em;
	font-size: small;
}
#content h2 {
	font-size: 1.5em;
}
#content h3 {
	font-size: large;
}
#content h2, h3, h4, h5, h6 {
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #AF0A0A;
	color: #000;
	text-align: left;
}
#content ul {
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
	color: #000;
}
#primaryContentContainer {
	float: right;
	margin-left: -19em;
	width: 100%;
}
#primaryContent {
	margin: 0em 0em 0em 18em;
	padding: 1.5em;
	width: 520px;
	border-left: dotted 1px #AF0A0A;
}
/* Secondary Content */

#secondaryContent {
	float: left;
	width: 15em;
	padding: 1.5em;
}

