html
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	z-index: 0;
}

body
{
	min-width: 1024px;
	z-index: 1;
}

.content-main
{
	margin: 0px auto;
	padding: 15px;
	width: 1024px;
	/*width: auto;*/
	z-index: 8;
}

.header
{
	margin-bottom: 15px;
	width: 100%;
	z-index: 7;
}

.header h1
{
	float: left;
}

.header .search
{
	float: right;
	margin-top: 50px;
}

.menu-main
{
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	z-index: 6;
}

.columns
{
	margin-bottom: 25px;
	z-index: 1;
}

.column-left
{
	float: left;
	position: relative;
	width: 190px;
	z-index: 4;
}

.alert
{
	border: solid 1px #dd9946;
}

.alert h2
{
	background-color: #ffe292;
	color: #aa3535;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
}

.alert .message
{
	margin: 10px;
}

.alert .message dl
{
	margin-bottom: 10px;
}

.alert .message dt
{
	border-bottom: dotted 1px #bbb;
	color: #4372b0;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.alert .message dd
{
	line-height: 125%;
	margin-bottom: 5px;
	margin-left: 5px;
}
/*
.alert .message dd a
{
	color: #003e76;
}

.alert .message dd a:hover
{
	text-decoration: underline;
}
*/
.column-right
{
	float: right;
	position: relative;
	width: 170px;
	z-index: 5
}

.ads
{
	/*border: solid 1px #bbb;*/
	margin-bottom: 10px;
	padding: 0px 10px 10px 10px;
}

.column-middle
{
	margin-left: 200px;
	margin-right: 170px;
	z-index: 3;
}

.column-middle h2
{
	background-color: #5f79b2;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
}

.column-middle h3
{
	color: #aa3535;
	/*float: left;*/
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 15px;
}

.column-middle .pager
{
	float: right;
}

.column-middle .pager ul li
{
	display: inline;
}

.column-middle .pager ul li a
{
	/*color: #003e76;*/
	line-height: 150%;
	padding-left: 15px;
	text-decoration: none;
}
/*
.column-middle .pager ul li a:hover
{
	text-decoration: underline;
}
*/
.container-middle
{
	border: solid 1px #bbb;
	float: left;
	width: 100%;
}

.body
{
	/*font-size: 120%;*/
	margin: 10px;
	position: relative;
}

.body p
{
	line-height: 175%;
	margin-bottom: 10px;
}
/*
.body a
{
	color: #003e76;
}

.body a:hover
{
	text-decoration: underline;
}
*/
.body .topics td
{
	padding-bottom: 10px;
	padding-right: 20px;
}

.body .topics img
{
	float: left;
	margin-right: 5px;
}

.body ul li
{
	margin-bottom: 5px;
}

.body table
{
	border: solid 1px #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}

.body table thead th
{
	background-color: #f0f7fd;
	border: solid 1px #ccc;
	color: #003e76;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
}

.body table tbody td
{
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 5px 5px 5px 10px;
}

.body table.hover-hilite tbody tr.link:hover,
.body table.hover-hilite tbody tr.hilite
{
	background-color: #f0f7fd;
	cursor: pointer;
}
/*
.body a.hilite, .body .thumbnails a:hover
{
	background-color: #006600;
}

.body .thumbnails a
{
	padding: 2px;
}

.body .thumbnails p
{
	border: solid 1px #ccc;
	cursor: pointer;
	text-align: center;
	padding: 4px;
}

.body .thumbnails p:hover
{
	border-color: #5f79b2;
}
*/

ul.gallery
{
	/*overflow: auto;*/
	overflow: hidden;
}

ul.gallery li
{
	float: left;
	margin-right: 10px;
	text-align: center;
}

ul.gallery li a
{
	border: solid 1px #ccc;
	display: block;
	overflow: hidden;
	padding: 4px;
	overflow: hidden;
}

ul.gallery li a:hover
{
	border-color: #5f79b2;
}
/*
ul.gallery li a img
{
	border: solid 2px transparent;
}

ul.gallery li a img:hover
{
	border-color: #fff;
}
*/
.footer
{
	text-align: center;
	z-index: 2;
}

.disclaimer
{
	line-height: 150%;
	margin-bottom: 10px;
}

.disclaimer, .disclaimer a
{
	color: #bbb;
}

.disclaimer a
{
	text-decoration: none;
}

.disclaimer a:hover
{
	color: #666;
	text-decoration: underline;
}