@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background: url(../img/body_back.gif) repeat-x #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;

}

A {
	color: #2C4786;
	font-size: 12px;
	text-decoration: none;
}

A:visited {
	color: #2C4786;
	font-size: 12px;
	text-decoration: none;
}

A:hover {
	color: #2C4786;
	font-size: 12px;
	text-decoration: underline;
}

H1
{
	color: #4F4B43;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.container TD {
	width: auto;;
	margin-left: auto;
	margin-right: auto;
}

.categorytable {
	width: 600px;
	text-align: left;
}

.clearBoth {
	clear: both;
}

.copyright {
	font-size: 9px;
	color: #999999;
	text-align: center;
}

.crumb {
	font-size: 9px;
}

.crumb A {
	font-weight: normal;
}

.error {
	color: #FF0000;
}

.logo {
	border: 0;
	margin: 40px 0px 0px 0px;
}


.url {
	font-size: 10px;
	color: #FA8000;
}

TABLE.login {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	border: 0;
}
TABLE.cms {
	margin: 0px;
	text-align: left;
	border-collapse: collapse;
}
TR.border TD {
	text-align: left;
	border-bottom: 1px solid #EEEEEE;
	padding: 5px;
}

#header {
	width: 980px;
}

#content {
	width: 1000px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 30px;
}

#topic_container {
	width: 600px;
	border: 1px solid #7B9BC3;
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

#login {
	width: 100%;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

#index {
	width: 100%;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 100px;
}

#footer {
	background: url(../img/footer_back.gif) repeat-x;
	height: 35px;
	width: 100%;
	color: #FFFFFF;
	font-size: 10px;
}


/* Navigation */
#nav {
	width: 980px;
	margin-top: 55px;
}

UL#navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navigation LI {
	float: left;
	list-style: none;	
	font-size: 14px;
	font-weight: bold;
}

#navigation LI A {
	float: left;
	text-decoration: none;
	padding-right: 20px;
	color: #FFFFFF;
}

#navigation LI A:hover {
	text-decoration: underline;
}