﻿/* GENERIC */

body
{
	color: #666666;
}

a
{
	color: #666666;
}

a:hover
{
	color: #666666;
}

hr
{
	color: #4d6df3;
	height: 1px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-type: none;
	list-style-position: outside;
	vertical-align: middle;
	line-height: 1em;
	margin: 0.3em 0 0.3em 1.6em;
	padding-left: 0; /* to keep fit with firefox 1.5.0.2 */
}

ol
{
	vertical-align: middle;
	line-height: 1em;
	margin: 0.3em 0 0.3em 2.6em;
	padding-left: 0; /* to keep fit with firefox 1.5.0.2 */
}

dl
{
	vertical-align: middle;
	line-height: 1.4em;
	margin: 0.3em 0;
	padding-left: 0; /* to keep fit with firefox 1.5.0.2 */
}

li
{
	padding: 0.3em 0;
	margin: 0;
}

dt
{
	padding: 0.3em 0;
	margin: 0;
}

dd
{
	padding: 0.3em 0 0 1em;
	margin: 0;
}

.page
{
	width: 958px;
	margin: 0 auto;
}

/* HEADER */

.header
{
	background: url(Images/header.jpg) no-repeat left bottom;
	margin: 0 auto 2px;
	position: relative;
	height: 123px;
}

.header .title
{
	display: none;
}

.header .topmenu
{
	position: absolute;
	right: 110px;
	top: 8px;
}

.header .topmenu .submenu
{
	background-color: #666666;
	border: 1px solid #4d6df3;
	padding: 8px 12px 0px 12px;
}

.header .topmenu .submenu .item
{
	padding: 2px;
	text-align: left;
}

.header .topmenu a,
.header .topmenu a:hover
{
	color: #000000;
}

.header .nav
{
	display: none;
}

.header .loginstatus
{
	position: absolute;
	right: 7px;
	top: 8px;
}

.header .loginstatus a,
.header .loginstatus a:hover
{
	color: #000000;
}

.header .welcome
{
	position: absolute;
	left: 100px;
	top: 8px;
	color: #000000;
}

.header .welcome a,
.header .welcome a:hover
{
	color: #000000;
}

.header .sethome
{
	position: absolute;
	right: 45px;
	top: 8px;
}

.header .sethome a
{
	color: #000000;
}

.header .advert
{
	display: block;
	position: absolute;
	top: 41px;
	left: 458px;
}

.header .advert img
{
	margin-bottom: -4px;
}

/* BODY */

.sidebar
{
	width: 370px;
	float: left;
}

.rightbar
{
	width: 218px;
	float: right;
}

.section
{
	clear: both;
	overflow: hidden;
}

.section-title
{
    border-bottom: 1px solid #bdbec2;
    padding: 5px 12px;
    color: #676767;
}

.OneColumn .body
{
	background: url(Images/content[1].gif);
}

.OneColumn .body-t
{
	background: url(Images/content-t[1].gif) no-repeat;
}

.OneColumn .body-b
{
	background: url(Images/content-b[1].gif) no-repeat bottom;
	padding: 20px;
}

.TwoColumn .sidebar
{
	width: 218px;
}

.TwoColumn .content
{
	margin-left: 218px;
	background: url(Images/2c-content[1].gif);
}

.TwoColumn .content-t
{
	background: url(Images/2c-content-t[1].gif) no-repeat;
}

.TwoColumn .content-b
{
	background: url(Images/2c-content-b[1].gif) no-repeat bottom;
	height: 100%;
	padding: 0 15px;
}

.ThreeColumn .body
{
	font-family: SimSun;
}

.ThreeColumn .body a
{
	text-decoration: none;
}
.ThreeColumn .body a:hover
{
	text-decoration: underline;
}

.ThreeColumn .content
{
	margin-left: 370px;
	margin-right: 218px;
}

/* FOOTER */

.footer
{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 48px auto;
	height: 64px;
}

.footer .menub
{
	text-align: center;
	margin: 10px auto 0px auto;
}

.footer .menub a,
.footer .menub a:hover
{
	color: #FFFFFF;
}

.footer table
{
	margin-bottom: 0px;
}
.footer .copyright
{
	text-align: center;
	margin: 7px auto 0px;
}
