html {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
}
body {
	margin: 0;
	padding: 0;
	margin-bottom:10px;
	color:#5E5E5E;
	background-color: #fff;
	text-align: center; /* to correct the centering IE bug*/
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
}

#global {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 804px;
	text-align:left;
	position:relative;
}

#toplinks{
	background-color: #e3e6ed;
	padding: 2px;
}

#main {
	background-color: #FFFFFF;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:4px;
}

#borders {
	background-color: #7A96AF;
}

.hiddenContent {
	display:none;
}
table {
	font-size: 100%;
	width: 100%;
	margin: 0;
	padding: 5;
}
fieldset {
	border-style:ridge;
	border-color:#FFFFFF;
}
p {
	font-size: 1.0em;
	text-align: justify;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
}
li {
	margin: 0.2em 0em 0.2em 0em;
	line-height: 1.5em;
}
h1 {
	font-size: 1.2em;
	color: #51548E;
}
h2, .main {
	font-size: 1.0em;
	color: #51548E;
}
.main {
	line-height: 1.5em;
	font-weight: bold;
}
.home {
	text-align:right;
}

.header {
	font-weight:bold;
}
h3, h4, h5, h6, .subhead {
	font-size: 1.0em;
	color: #000000;
}
a:link {
	color: #51548E;
	text-decoration: underline;
}
a:visited {
	color: #51548E;
	text-decoration: underline;
}
a:active {
	color: #51548E;
	text-decoration: underline;
}
a:hover {
	color: #51548E;
	text-decoration: underline;
}
a.menu {
	font-size: 1.0em;
	color: #51548E;
}
a.menu:link {
	color: #51548E;
	text-decoration: none;
}
a.menu:visited {
	color: #51548E;
	text-decoration: none;
}
a.menu:active {
	color: #51548E;
	text-decoration: underline;
}
a.menu:hover {
	color: #51548E;
	text-decoration: underline;
}
a.menuselected {
	font-size: 0.8em;
	font-weight: bold;
	color: #51548E;
	text-decoration: none;
}
a.menuselected:link {
	color: #51548E;
	text-decoration: none;
}
a.menuselected:visited {
	color: #51548E;
	text-decoration: none;
}
a.menuselected:active {
	color: #51548E;
	text-decoration: none;
}
a.menusubselect {
	font-size: 0.8em;
	color: #51548E;
	text-decoration: none;
}
a.menusubselect:link {
	font-size: 0.8em;
	color: #51548E;
	text-decoration: none;
}
a.menusubselect:visited {
	color: #51548E;
	text-decoration: none;
}
a.menusubselect:active {
	color: #51548E;
	text-decoration: none;
}
a.footerlink {
	color: #999999;
	text-decoration: none;
}
a.footerlink:link {
	color: #999999;
	text-decoration: none;
}
a.footerlink:visited {
	color: #999999;
	text-decoration: none;
}
a.footerlink:active {
	color: #999999;
	text-decoration: underline;
}
a.footerlink:hover {
	color: #666666;
	text-decoration: underline;
}
.footer {
	font-size: 0.8em;
	color: #000000;
}
select, input, textarea, button {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
}
.msgbox {
	border-left:1px solid #5E5E5E;
	padding-left:10px;
	margin-left:10px;
}
.msgbox ul {
	padding:0px;
	margin:0px;
}
.msgbox ul li {
	padding:0px;
	margin:0px;
}
a img {
	border:0px;
}
ul {
	list-style-type: none;
}
li {
	padding-bottom: 5px;
}
legend {
	font-size: 1.1em;
	color: #51548E;
}
hr {
	height:1px;
	color:#FFFFFF;
}
