#header {
	width: 760px;
}
body {
	margin: 0px;
	padding: 0px;
}
#sidebar {
	background-color: #FFFFFF;
	width: 150px;
	float: left;
	margin: 0px;
	min-height: 325px;
}
#leftMenu ul {
	list-style-type: none;
}
#content {
	padding: 10px;
	width: 585px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	min-height: 325px;
	color: #000000;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000066;
}
.standouttext {
	font-weight: bold;
	color: #000066;
}
.picleft {
	float: left;
}
.picright {
	float: right;
}
.indent {
	text-indent: 20px;
}
h1 {
	font-size: 125%;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #000066;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#maincontainer {
	background-color: #FFFFFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
}
#leftMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	text-align: right;
	padding-top: 10px;
	margin-right: 15px;
}
#leftMenu ul li {
	margin-bottom: 10px;
}
#leftMenu a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#leftMenu a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	color: #000066;
	padding-top: 0px;
}
#leftMenu a:visited {
	color: #666666;
	text-decoration: none;
}
#leftSubMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000066;
	text-align: right;
	list-style-type: none;
	margin-right: 15px;
}
hr {
	font-weight: lighter;
	color: #999999;
	font-size: 40%;
}
#leftSubMenu a:link {
	color: #000066;
	text-decoration: none;
}
#leftSubMenu a:hover {
	text-decoration: underline;
}
#leftSubMenu a:visited {
	color: #000066;
	text-decoration: none;
}
#content ul {
	list-style-type: disc;
}
#leftSubMenu ul {
	list-style-type: none;
}
#leftSubMenu ul li {
	list-style-type: none;
}
#address2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	color: #000066;
	padding-top: 0px;
}
