@charset "utf-8";
/* CSS Document */

html, body{
	padding:0px;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14pt;
	background:url(../images/bgr.jpg) repeat-y center 0;
	color:#333;
	line-height:150%;
	background-color:#f1f1f1;
}

/* GENERAL */
.clr{
	clear:both;
}

hr {
	color:#CCC;
	border:none;
	border-bottom:dashed 1px #ccc;
	height:0px;
}
/* END GENERAL */

.header {
	width:99.5%;
	height:118px;
	background-color:#009;
	background-image:url('../images/header.jpg');
	background-repeat:repeat-x;
	top:0px;
}

.header .logo {
	position:absolute;
	left:50%;
	width:438px;
	height:79px;
	background-image:url('../images/logo.png');
	margin-left:-490px;
	margin-top:10px;
}

.header .right {
	position:absolute;
	left:50%;
	width:auto;
	margin-top:30px;
	margin-left:320px;
}

.header .right a:link,.header .right a:visited {
	color:#ffd200;
	font-weight:bold;
	text-decoration:none;
}

.menu {
	width:1000px;
	height:30px;
	margin-top:-25px;
}

.sub_menu {
	width:99.5%;
	height:32px;
	background-color:#ffd200;
	margin-top:-5px;
}

.banner {
	width:99.5%;
	height:200px;
	background-color:#CCC;
}

.container {
	width:990px;
	height:auto;
	background-color:#fff;
	background-image:url('../images/shaddow.jpg');
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	padding:5px;
}

.mainside {
	width:650px;
	height:auto;
	float:left;
}

.mainside h1 {
	color:#900;
	font-size:14pt;
	font-weight:bold;
}

.rightside {
	float:right;
	width:320px;
	font-size:12pt;
}

.rightside .item:link,.rightside .item:visited {
	color:#333;
	font-weight:bold;
	padding-left:10px;
	color:#900;
	font-style:italic;
}

.rightside h1 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12pt;
	color:#0c0c9b;
}

.rightside img {
	border:solid 1px #999;
}

.rightside h2 {
	color:#000;
	margin:3px;
}

.rightside .special_link:link,.rightside .special_link:visited {
	font-style:italic;
	font-weight:bold;
	color:#000;
}

.module_top {
	width:292px;
	height:10px;
	background-image:url('../images/module_top.jpg');
	background-repeat:no-repeat;
}

.module_bottom {
	width:292px;
	height:10px;
	background-image:url('../images/module_bottom.jpg');
	background-repeat:no-repeat;
}

.module_content {
	background-color:#cbcbcb;
	color:#000;
	width:286px;
	height:auto;
	padding:3px;
}

.footer {
	background-color:#cbcbcb;
	width:990px;
	height:auto;
	padding:5px;
}

.footer .left {
	float:left;
	text-align:left;
	font-size:11pt;
}

.footer .right {
	float:right;
	text-align:right;
	font-size:11pt;
}

.clr {
	clear:both;
}

.item_4columns {
	float:left;
	width:23%;
	padding:3px;
}