* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #6a6a6a;
}

body {
	font-family: "Georgia";
	color: #7a7a7a;
	font-size: 11pt;
}

a {
	color: #AF0A0A;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

#outer {
	margin: 2.5em 3.0em 1.5em 3.0em;
}

#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 h2 {
	padding-top: 20px;
	font-size: 1.6em;
	text-align: center;
	letter-spacing: 0.1em;
}

#header h2 a {
	color: #fff;
	text-decoration: none;
}

#header p {
	color: #FFF;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
}

#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: 3.3em;
	margin-left: 1.5em;
}

#menu li {
	display: inline;
	border-left: dotted 1px #848484;
	padding: 0 20px;
	float: left;
}

#menu li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	margin: 0;
	font-size: 0.9em;
}

#menu li a:hover {
	background: #AF0A0A url('images/a4.gif') bottom left repeat-x;
	color: #fff;
}

#content {
	background: #fff url('images/a3.gif') top left repeat-x;
	margin-top: 1px;
	padding-top: 1.5em;
}

#content p {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content h1 {
	font-size: 1.5em;
}

#content b {
	font-size: 1.1em;
}

#content b, h1, h4, h5, h6 {
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}

#content ul {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote {
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p {
	display: inline;
}

#content table {
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#content table th {
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td {
	padding: 0.5em;
}

#content table tr.rowA {
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB {
	background-color: #fdfdfd;
	color: inherit;
}

#primaryContentContainer {
	float: left;
	margin-left: 0;
	width: 840px;
}

#primaryContent {
	margin: 0;
	padding: 1.5em;
}

#secondaryContent {
	float: right;
	width: 17em;
	padding: 50px 10px 0 10px;
	border-left: dotted 1px #cacaca;
}

#secondaryContent .side ul {
	font-size: 12px;
	text-align: left;
	list-style-type: none;
	padding-top: 10px;
}

#secondaryContent .side li {
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	list-style-type: none;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#footer {
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 0 30px;
	font-size: 0.9em;
	line-height: 70px;
	text-align: left;
}

#sub {
	width: 100%;
	font-size: 11px;
	float: left;
	text-align: left;
}

#sub ul {
	width: 930px;
	text-align: left;
	font-size: 11px;
	list-style-type: none;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 0px;
}

#sub li {
	display: block;
	float: left;
	width: 300px;
	margin: 0;
	padding: 6px 5px;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
}

#sub li a {
	border-bottom: none;
}

.clear {
	clear: both;
}