@import url(suckerfish.css);

body {
	margin: 0;
	padding: 0;
	background-color: #555531;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/*Use center center in place of 300 200 to center bg image*/
	background-position: center center;
	text-align: center;
	
	font-size: 16px;
}

a:link {
	color: white;
}
a:visited {
	color: white;
}
a:hover {
	color: white;
}
a:active {
	color: white;
}

all.clsMenuItemNS, .clsMenuItemIE {
	text-decoration: none;
	font: 10px arial, Verdana, nina, sans-serif, helvetica; 
	color: #ffffff; 
	cursor: hand; 
	z-index:100
}

#MainTable A:hover {
	color: #6B90A7;
}

#push {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	
	text-align: center;
}

#main {
	font-family: "Myriad Web", times, serif;
	font-size: 16px;
	
	color: white;
	
	position: absolute;
	left: 50%;
	margin-left: -350px;
	top: -230px;
	width: 700px;
	background: transparent;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

p {
	text-align: justify;
	font-size: 16px;
	line-height: 1.3em;
	color: white;
}

ul#links {
	list-style: none; text-align: center; margin-left: 0; padding-left: 0;
}

ul#links li {
	font-size: 16px;
	line-height: 1.3em;
	color: white;
}

.centered {
	text-align: center !important;
}

.bordered {
	border: 10px solid white !important;
}
