@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #5798fc;
	margin: 0px;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
#header a {
	color:#5798fc;
	text-decoration:none;
}
#main {
	margin: 0px auto;
	width:820px;
}
#header {
	height:160px;
	background-image:url(images/header.jpg);
}
#logobutton {
	float:left;
	margin-left:20px;
	margin-top:20px;
}
#logobutton img {
	border:0;
}
#navibutton {
	width:130px;
	font-size:18px;
	font-weight:bold;
	color:#5798fc;
	text-align:center;
	position:relative;
	top:80px;
	float:left;
}
#sidebar {
	float:left;
	margin-left:0px;
	width:160px;
	padding-left:15px;
	padding-top:0px;
	margin-top:-10px;
}
h2 {
	margin-top:0;
	padding-top:0;
}
#content {
	margin-left:195px;
	line-height:20px;
	width:600px;
	margin-bottom:-12px;
	float:none;
}
#content a {
	color:#FFFFFF;
	/*font-weight:bold;*/
	text-decoration:underline;
}
#content img {
	border:4px #FFFFFF solid;
	float:left;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:15px;
}
#content img.right {
	float:right;
	margin:0;
	margin-left:20px;
	margin-top:5px;
}
#content img.left {
	margin:0;
	margin-right:20px;
	margin-top:5px;
}
.bullet {
	padding-left:10px;
}
#spacer {
	height:200px;
	width:100%;
}
#footer {
	width:100%;
	height:280px;
	bottom:0px;
	position:fixed;
	background:url(images/footer_bg.png) repeat-x;
	text-align:center;
}

