body,
html {
	background-image: url(../images/mgbackground.gif);
	padding: 0;
	margin: 0;
	font-family: verdana, arial;
	font-size: 12px;
	text-align: center; /* for IE */
}

select,
input {
	font-family: arial, verdana;
	font-size: 12px;
}

div {
	position: relative;
}

form, h1,h2,h3,h4,h5 {
	position: relative;
	padding: 0;
	margin: 0;
}

#main {
	margin: 0 auto;
	width: 950px;
	background:white;
	text-align: left;
}

#top,
#bottom {
	padding: 8px;
	background:#efefef;
}

#top h1 {
	font-size: 18px;
	font-weight: bold;
}

#termsofuse {
	background: #ffffcc;
}

#contents,
#navigation,
#disclaimer {
	padding: 8px;
	background: #ffffff;
}

#navigation {
	margin:0;
}

table {
 	font-size:12px;
}

table th {
	background: #f6f6f6;
}

table th,
table td {
	text-align: left;
	vertical-align: middle;
}

#nav {
	margin: 8px 0 8px 0;
}

#nav td {
	text-align: center;
}

#disclaimer h2 {
	font-size: 14px;
	font-weight: bold;
}

#copyright, 
#bottom a {
	font-size: 11px;
}

.sep {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

.med_sep {
	clear: both;
	font-size: 6px;
	line-height: 6px;
	height: 6px;
}

.big_sep {
	clear: both;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
}

.message {
	font-weight: bold;
	font-size: 12px;
	color: blue;
	padding: 0 4px 0 4px;
	margin: 6px 0 6px 0;
}

#listentry {
	margin: 8px 0 8px 0;
}

.style2 {
	font-size: 11px;
}

/*Top Nav Links */
a.top:link {
	color: #004899;
	background: transparent;
	text-decoration : none;
	font-size : 16px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif bold;
	padding-left: 5px;
	padding-right: 5px;
}

a.top:visited {
	color: #004899;
	background: transparent;
	text-decoration : none;
	font-size : 16px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif bold;
	padding-right: 5px;
	padding-left: 5px;
}

a.top:hover { 
	color: #B60101;
	background-color: transparent;
	text-decoration : underline;
	font-size : 16px; 
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif bold ;
}
