/* CSS Document */

body {
	background-color: #FEDE58;
}
body,td,th {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
}

a:link {
	color: #000000;
}
div#contain {
	position:relative;
	width: 800px;
	height:auto;
	margin: 10px auto 0px auto;
	background-image:url(/global/images/bg2.jpg);
	background-repeat:no-repeat;
}
div#left {
	position: relative;
	float: left;
	width: 500px;
	margin-bottom: 20px;
}
div#logo {
	position:relative;
	float:left;
	width: 500px;
	padding-bottom: 30px;
}
div#image {
	position:relative;
	float: left;
	width: 400px;
}
div#navigation {
	position:relative;
	float: left;
	width: 100px;
}
div#body {
	position: relative;
	float: left;
	width: 300px;
	padding-bottom: 20px;
	background-image:url(/global/images/line.gif);
	background-position: 0px 180px;
	background-repeat:no-repeat;
}
div#body h1 {
	color: #BA0000;
	text-transform:uppercase;
	font-size:14px;
	padding: 0px 20px 0px 20px;
}
div#body h2 {
	color: #BA0000;
	font-size:14px;
	padding: 0px 20px 0px 20px;
}
div#body ul {
	margin-left: 20px; 
}
div#body p, div#body ul {
	font-size:13px;
	padding: 0px 20px 0px 20px;
}
div#body li {
	padding-bottom: 3px;
}

div#body em {
	text-decoration:underline;
	font-style:normal;
}

div#footer {
	background-color:#0B492B;
	clear:both;
	width: 800px;
}
div#footer td {
	color: #FFFFFF;
	font-size: 13px;
	text-align:center;
	font-weight: bold;
}
div#footer a {
	color: #FFFFFF;
}

.credits {
	font-size: 9px;
	color: #9B8239;
	margin: 5px 0px 0px 5px;
}
.credits a:link, .credits a:visited {
	color: #9B8239;
	text-decoration:none;
}
.credits a:hover {
	text-decoration:underline;
}