body {
	font-family: verdana, tahoma, arial, sans-serif;
	margin: 0;
	color: #333333;
	background-color: #ffffff;
}
h1, h2, h3, .h1_mimic, .h2_mimic, .h3_mimic {
	font-family: georgia, arial, tahoma, verdana;
	margin: 10px 0 0;
	padding: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #666666;
	font-style: italic;
	text-align: left;
}
h1, .h1_mimic {
	font-size: 1.8em;
}
h2, .h2_mimic {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 15px;
}
h4 {
	color: #999999;
	font-size: 1em;
	font-weight: normal;
	margin: 5px 0 5px 0;
}
table {
	border: 1px solid #333;
}
th {
	background-color: #ccc;
	border-bottom: 1px solid #333;
	padding: 5px;
}
td {
	vertical-align: top;
	border-bottom: 1px solid #999;
	padding: 5px;
}
p {
	vertical-align:top;
	margin: 0px;
	margin-bottom: 5px;
	padding: 5px;
}
ul {
	padding-top:0px;
	margin:0px;
	margin-bottom: 10px;
	font-weight: normal;	
}
li {
	text-align: left;
	color: #333333;
	padding-top: 3px;
	margin-left: 25px;
	font-weight: normal;
}
input {
	font-family: verdana, tahoma, arial, sans-serif;
}
textarea {
	font-family: verdana, tahoma, arial, sans-serif;
	padding: 5px;
	border: 2px solid #000000;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #000069;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}

#outer {
	width: 900px;
	border-top: 3px solid #000069;
	margin: 0 auto;
}
#header {
	margin: 0 auto;
	min-height: 90px;
	color: #e6e6e6;
	//border-bottom: 2px solid #999999;
}

#content {
	clear: both;
	min-height: 500px;
	font-size: 1.2em;
}
#maincontent {
	clear: both;
	text-align:justify;
	display: table-cell;
}	
#outermenu {
	margin: 5px 0 0;
	padding-bottom: 2px;
	padding-top: 1px;
	border: 1px solid #e6e6e6;
}
#menu {
	font-family: georgia, arial, tahoma, verdana;
	clear:both;
	text-align: left;
	min-height: 20px;
	text-align: center;
}
#menu a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#menu a:hover {
	color: #000069;
	text-decoration: underline;
}
#menu ul {
	margin-left: -60px;
	margin-bottom: 0px;
	padding-top: 3px;
}
#menu li {
	display: inline;
	font-size: 1.1em;
	padding: 0 25px;
}
#footer {
	width: 100%;
	font-size: 1.2em;
	color: #999999;
	text-align: center;
	clear:both;
	margin-top: 25px;
	padding-top: 5px;
	border-top: 1px solid #999999;
}
#footer ul {
	font-size: 1em;
}
#footer li {
	color: #999999;
	list-style-type: none;
	display: inline;
}
#footer a {
	color: #999999;
	text-decoration: none;
	font-weight:normal;
}
#footer a:hover {
	color: #000069;
	text-decoration: underline;
	font-weight:normal;
}
.center {
	text-align: center;
}
.float_right {
	float:right;
}
.float_left {
	float: left;
}
.imgborder {
	border: 1px solid #cccccc;
}
.text_right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.subtle {
	font-size: 0.8em;
	color: #999999;
}
.clear {
	clear: both;
}
.c30 {
	width: 24%;
	float: left;
	margin: 0 5px 0 0;
}
.c45 {
	width: 45%;
	float: left;
	margin: 0 25px 0 0;
}
