@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	background:none;
	margin:0px;
	font-size:11px;
	margin-bottom:8px;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#ff0606;
	text-decoration:none;
}
#top-container {
	border: 1px solid #000;
	margin-top: 70px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	position: relative;
	top: -50px;
	width:472px;
	height:29px;
	margin-left:auto;
	margin-right:auto;
}
.slogan {
	position: absolute;
	top: 50px;
	margin-right:auto;
	font-size:9px;
}
.weather {
	position: absolute;
	top: 80px;
	font-size:11px;
	margin-left:890px
}
.time {
	position: absolute;
	top: 50px;
	margin-left:889px;
	font-size:11px;
}
.footer {
	width:100%;
	text-align:center;
	margin-bottom:15px;
	margin-top:5px;
}

#menus {
	text-align:center;
	margin-top:4px;
}

.menu-position a{
	width:100px;
	color:#000000;
	margin:4px;
	font-size:15px;

}

.menu-position a:hover{
	color:#ff0606;
	text-decoration:none;
}
#content-table {
	width:100%;
}

#content-table #content{
	padding-left:75px;
	padding-right:75px;
	padding-bottom:70px;
}

#bottom-menu {
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
}

.menu-item-table td a{
	font-size:11px;
	text-decoration:none;
	text-decoration:underline;
}

.menu-item-table td{
	padding:0px;
	/*border: 1px solid #000000;*/
	padding-left:3px;
	padding-right:3px;
}
#title {
	padding-left:75px;
}

#title h1{
	font-size:16px;
}

#toplogo {
	position:absolute;
	margin-left:14px;
	margin-top:-20px;
}

#divname1 {
	font-weight:bold;
	margin-bottom:20px;
	margin-top:20px;
}

#divname2 {
	font-weight:bold;
	margin-bottom:20px;
	margin-top:20px;
}

#divname3 {
	font-weight:bold;
	margin-bottom:20px;
	margin-top:20px;
}

/* Common Classes */
.pagination
{
	
	margin:2px;
	padding:3px;
	margin-left:auto;
	margin-right:auto;

}

.pagination a
{
	text-decoration:none;
}
.pagination td
{
	border:1px solid #cccccc;
	margin:2px;
	padding:3px;
}

.pagination td:hover
{
	border:1px solid red;
	margin:2px;
	padding:3px;
}

.pagination .active
{
	border:1px solid #cccccc;
	margin:2px;
	padding:3px;
	background:#b9bbd0;
}