@charset "utf-8";
#top {
	width:989px; 
	background-image:url(images/top_bg.gif);
	background-repeat:repeat-x; 
	height:128px; 
	margin:0 auto;
	float:left;
}

#logo {
	padding-left:27px; padding-bottom:20px; float:left; padding-top:15px;
	}

#top ul {
	margin-top:108px; height:18px;
	display:inline-block;
	float:right;
	width:520px;
	margin-bottom:0px;
	}

ul a{
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
	}

#top li {
	display:inline-block;
	font-weight:bold;
	color:#333333;
	list-style:none; 
	padding: 4px 5px 4px 5px;	
	background-image:url(images/menu_bg.png);
	width:auto;
	float:left;
	margin-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

#cont {
	width:989px;
	background-image:url(images/cbg.gif); 
	background-repeat:repeat-x;
	float:left;
	
	}

#content {
	width:720px; margin-top:30px; margin-left:27px; float:left;
	background-image:url(images/bgc.jpg);
	background-repeat:no-repeat;
	padding:10px;
	}

#rlinks {
	width:189px; height:auto; margin-top:31px; float:right;
	}

#content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#042E3B;
	margin:0px;
	}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#042E3B;
	margin:0px;
	}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;
	color:#042E3B; margin-bottom:10px; margin-top:7px;
	}

.thumbnail
{
	display: block;
	float: left;
	margin-right: 1.2em;
	margin-bottom: 2.0em;
	width: 160px;
	text-align: center;
}

.thumbnail img
{
	width: 160px;
	height: 123px;
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	color: #666666;
	border:none;
}

.thumbnail table
{
	width: 160px;
	margin: 0 auto;
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	color: #666666;
}

.thumbnail th
{
	text-align: left;
	border-bottom: dotted 1px #eaeaea;
}

.thumbnail td
{
	text-align: right;
	border-bottom: dotted 1px #eaeaea;
}

.thumbnail span
{
	display: block;
	text-align: center;
	margin-top: 0.4em;
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	color: #666666;
}

a.red {
	color:#EE1D25;
	text-decoration:none;
	}

.red {
	color:#EE1D25;
	font-weight:bold;
	}

a.green {
	font-size:11px; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#042E3B;
	float:right;
	}

#rlinks p {
	margin-left:20px;
	}
	
#rlinks a:link {
	color:#888888;
	text-decoration:none;
	}

#rlinks a:visited {
	color:#888888;
	text-decoration:none;
	}

#rlinks a:hover {
	color:#FF0000;
	text-decoration:none;
	}

#footer {
	width:989px;
	height:72px;
	background-color:#F4F3F3;
	float:left;
	text-align:center;
	}

#footer a {
	color:#042E3B;
	text-decoration:none;
	}

#mpage {
	width:720px; height:32px; float:left; margin-top:12px; margin-left:0px;
	border:1px solid #CCCCCC;
	}

#mpageb {
	width:720px; height:32px; float:left; margin-top:12px;
	border:1px solid #CCCCCC;
	}
	
div.pagination {
	padding: 3px;
	margin: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #FFC56C;
	text-decoration: none; /* no underline */
	color: #FF3300;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #FF3300;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #FF3300;
	color: #FFF;
	}
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
		color: #DDD;
	}

