/* GLOBAL DEFINITIONS */
body {
	margin: 0;
	padding: 0;
	background: url(images/bg.gif) #086fa4 repeat-x;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
a:link {
	color: white;
}
div#header {
	margin: 5px auto 0 auto;
	width: 1000px;
	height: 90px;
}
div#logo {
	width: 424px;
	height: 90px;
	float: left;
}
div#header .ad {
	float: right;
	padding-top: 20px;
}
div#bodywrap {
	margin: 20px auto 0 auto;
	width: 1000px;
}
div#roundtop {
	width: 1000px;
	height: 5px;
	background: url(images/body_top.gif);
}
div#roundbottom {
	width: 1000px;
	height: 5px;
	background: url(images/body_bottom.gif);
	margin-bottom: 10px;
}
div#contentwrap {
	width: 1000px;
	background: #034161;
}
div#contentwrap .container {
	color: white;
	font-family: Tahoma;
	font-size: 12pt;
	padding: 10px;
}
div#contentwrap .left {
	float: left;
	width: 680px;
}
div#contentwrap .left a {
	font-weight: bold;
}
div#contentwrap .leftcontainer {
	text-align: center;
}
div#contentwrap .right {
	float: left;
	width: 300px;
}
div#contentwrap .right img {
	border: 1px solid #1e95d3;
}
.clear {
	clear: both;
}