body
{
	background-color: #d4ddea;
	margin: 0px;
	cursor: default;
	background-image: url(../images/background.gif);
}
div
{
	font: 10px Tahoma;
}
h1, h1 a
{
	font: 11px Arial;
	font-weight: bold;
	color: white;
	margin: 12px 0px 8px 5px;
	padding: 0px;
	text-align: left;
}
h2
{
	font: 16px Tahoma;
	font-weight: bold;
	background-image: url(../images/point.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 10px 15px 5px 15px;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 1px;
}
h2 a
{
	color: #1659a3;
	text-decoration: none;
}
h2 a:hover
{
	color: red;
}
h3
{
	font: 18px Tahoma;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px 20px 0px;
	color: #1659a3;
}
h4
{
	font: 13px Tahoma;
	font-weight: bold;
	text-align: left;
	margin: 20px 0px 5px 15px;
	color: #00a8e5;
}
div.mainDIV
{
	width: 780px;
}
div#header
{
	height: 60px;
	background-color: #FFF;
	background-image: url(../images/headerbg.gif);
	text-align: right;
	font: 11px Arial;
	font-weight: bold;
	color: #1659a3;
}
div#header div#logo
{
	float: left;
	margin: 0px;
}
div#header div#version
{
	float: right;
	font: 11px Tahoma;
	margin: 43px 5px 0px 0px;
	font-weight: bold;
}
div#banner
{
	height: 150px;
	background-color: #000;
	background-image: url(../images/banner.jpg);
}
div#menu
{
	height: 40px;
	background-color: #cfdcf5;
	background-image: url(../images/menu_bg.gif);
	text-align: left;
}
div#menu div.sub
{
	height: 40px;
	padding-top: 16px;
	padding-left: 5px;
	font: 11px Tahoma;
	font-weight: bold;
	color: #FFF;
}
div#menu div.sub a
{
	font: 11px Arial;
	padding: 3px;
	text-decoration: none;
	color: #FFF;
}
div#menu div.sub a:hover
{
	color: red;
}
div#main
{
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	display: block;
}
div#main div
{
	padding: 0px;
	margin: 0px;
}
div.left
{
	float: left;
	width: 580px;
	background-color: #FFF;
	text-align: left;
}
div#left
{
	font: 12px Arial;
}
div#left p
{
	margin: 0px 15px 10px 15px;
	line-height: 180%;
	color: black;
}
div.hr
{
	width:100%;
	height: 30px;
}
div#left img
{
	margin: 5px;
}
div.right
{
	float: right;
	width: 200px;
	background-color: #00a8e5;
}
div#right ul
{
	text-align: left;
	padding-left: 25px;
	margin: 0px 0px 20px 0px;
	list-style-type: disc;
	line-height: 150%;
}
div#right ul a
{
	color: black;
	text-decoration: none;
}
div#right ul a:hover
{
	color: white;
	text-decoration: underline;
}

div#footer div.left, div#footer div.right
{
	background-color: white;
	height: 50px;
	background-image: url(../images/footerbg.gif);
}
div#footer div#copy
{
	margin: 17px 0px 0px 290px;
}
ul.sort
{
	margin: 30px 0px 30px 25px;
	padding: 0px;
	list-style-type: none;
	line-height: 200%;
}
ul.sort a
{
	color: #00a8e5;
	text-decoration: underline;
}
ul.sort li
{
	margin: 20px 0px 20px 0px;
}
ul.sort label
{
	font: 12px Verdana;
	font-weight: bold;
}
ul.sort ul.subsort
{
	display: block;
	margin: 10px 0px 0px 0px;
}
ul.sort ul.subsort li
{
	margin: 0px 15px 0px 0px;
	padding: 0px;
	display: inline;
}
ul.sort img
{
	border: 1px solid #000;
}
