body, input, select, textarea, table {
	font-family:	Arial, sans-serif;
	font-size:		10pt;
}
body {	
	position:		absolute;
	width:			100%;
	height:			100%;
	padding:		0px;
	margin:			0px;
}
h1, h2, p, #menu ul, #tabMenu ul {
	margin:			0px;
	padding:		0px;
}	
#menu ul, #tabMenu ul, h1, p {
	margin-bottom:		10pt;
}
#menu li, #tabMenu li {
	list-style:		none;
}
table {
	border-collapse:	collapse;
}
td {
	vertical-align:		top;
	margin:			0px;
	padding: 		0px;
}
img {
	border:			none;
}
a {
	text-decoration:	none;
	color:			#003399;
}
a:hover {
	text-decoration:	underline;
}
dt {
	font-style:			italic;
}
#main {
	position:		relative;
	width:			900px;
	margin-left:		auto;
	margin-right:		auto;
	background-image:	url(../img/background.jpg);
	background-repeat:	repeat-y;
}
#outline {
	margin-left:		11px;
	width:			876px;
	background-color:	#fff;
}
#header {
	width:			876px;
	height:			212px;
	background-image:	url(../img/header.jpg);
	background-position:	0px top;
	background-repeat:	no-repeat;
}
#footer {
	width:			876px;
	height:			67px;
	background-image:	url(../img/footer.jpg);
	background-position:	0px bottom;
	background-repeat:	no-repeat;
	font-size:		7pt;	
	margin-top:		40px;	
	display:		table-cell;
	vertical-align:		bottom;
	text-align:		center;
	line-height:		17px;
}
#menu {
	position:		relative;
	width:			170px;
	height:			100%;
	margin-top:		10px;
	font-family:		"Bernard MT Condensed", Arial, sans-serif;
	font-size:		16pt;
	text-transform:		uppercase;
	color:			#973d8a;
	float:			left;
}
#menu a {
	color:			#973d8a;
	text-decoration:	none;
	line-height:		30px;
	letter-spacing:		1px;
}
#menu ul {
	margin-left:		20px;
}
#tabMenu {
	width:			100%;
	height:			25px;
}
#tabMenu ul {
	margin-left:		210px;
}
#tabMenu li {
	display:		inline;
	position:		relative;
	width:			140px;
}
#tabMenu li a {
	width:			140px;
	height:			25px;
	padding-right:		10px;
	color:			#f7962c;
	font-size:		12pt;
	font-variant:		small-caps;
	font-weight:		bold;
	text-decoration:	none;
	line-height:		30px;
}
#tabMenu li a#tabMenuActive {
	color:			#ee312a;
	font-size:		14pt;
}	
#breadcrumbs {
	position:		relative;
	font-size:		10pt;
}
#content {
	margin-left:		40px;
	margin-top:		10px;
	width:			630px;
	font-size:		10pt;
	float:			left;
}
#content h1, #content h2, #content p {

}

#content h1 {
	display:		none;
	font-size:		13pt;
}

#content h2, #content p, #content li, #content dd, #content dt {
	font-size:		10pt;
	line-height:		20px;
}
#content img {
	display:		block;
}
#thumbs {
	display:		none;
}
#thumbs td {
	padding:		1px;
}
dd {
	margin-bottom:	10px;
}