* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #5E717D;
	background-image: url('../images/background.jpg');
	background-repeat:repeat-x;
	font-family: "Century Gothic",Arial,sans-serif;
	font-size: 8.5pt;
	line-height: 1.5;
}

a{
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

hr {
	margin: 2px 0px;
}

ul,ol{
	margin-left: 20px;
}

p,ul,ol{
	margin-bottom: 4px;
}

#base, #content{
	position: relative;
	margin: auto;
	background-image: none;
}

#base{
	background-color: #5E717D;
	width: 700px;
}

#content{
	background-color: #9EB1BD;	
	width: 680px;
	padding: 10px;
}

#topMenu{
	width: 100%;
}

.pageHead{
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 8px;
}

.sectionHead{
	font-size: 115%;
	font-weight: bold;
	margin: 4px 0px 2px 0px;
}

.note{
	font-size: 85%;
	font-style: italic;
	line-height: 1.25;
}

.mainMenu,.subMenu{
	font-family: arial,sans-serif;
	font-size: 11px;
	cursor: pointer;
	z-index: 100;
}

.mainMenu {
	color: #ffffff;
	background-color: #363636;
	padding: 2px;
}

.subMenu { 
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	cursor: pointer;
	background-color: transparent;
 }
 
.subItem {
	color: #ffffff;
	background-color: #363636;
	padding: 2px;
	opacity:.75;
	filter:alpha(opacity=75);
}

