html {
	text-align: center;
	background: #F5F5F5 url("../img/gradient.png") repeat-x top left;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11pt;
	color: #00004F;
}

body {
	width: 790px;
	text-align: left;
	margin: auto;
}

h1 {
	margin: 0px;
	color: #000000;
	font-size: 12pt;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1.keyword {
	margin: 0px;
	font-size: 11pt;
	font-weight: normal;
	color: #00004F;
	display:inline;
}

span.currentpage {
	color:#FF9933;
}

.links {
	font-size: 8pt;
}

div.header {
	background: transparent url("../img/title.png") no-repeat top left;
	width: 790px;
	height: 98px;
}

div.hookline {
	margin-top: 75px;
	margin-right: 27px;
	float: right;
}

div.menu {
	background: #FFFFFF url("../img/menu-bg.png") no-repeat top center;
	margin-top: -5px;
	margin-left: -3px;
	text-align: center;
	width: 576px;
	padding: 3px;
	margin-bottom: 15px;
}

div.shadow {
	background: transparent url("../img/shadow.png") repeat-y top right;
	width:790px;
	height: auto;
}

div.main {
	background: #FFFFFF url("../img/background.png") no-repeat center left;
	width: 576px;
	height: auto;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
}

div.sidebar {
	background-color: #FFFFFF;
	width: 190px;
	float: left;
	margin-top: 7px;
}

div.bottom {
	background: #F5F5F5 url("../img/bottom.png") no-repeat top left;
	width: 790px;
	height: 19px;
}



div.clear {clear:both;}