body {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-color: #a1a1a1;
	margin: 0px;
	height: 100%;
	min-height: 100%;
}

td,
p {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.error {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #F20006;
}

.site_wrapper {
	background-color: #FFFFFF;
	background-image: url(/images/white_background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}

.header {
	position: relative;
	left: 50%;
	width: 833px;
	margin-left: -400px;
	top: 0px;
	z-index: 100;
}

.header_right {
	position: absolute;
	left: 50%;
	margin-left: 125px;
	top: 190px;
	z-index: 100;
}

.header_text {
	position: absolute;
	left: 50%;
	margin-left: -130px;
	top: 92px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial;
	z-index: 50;
}

.header_text a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
}

.footer_seperator {
	height: 70px;
	width: 100%;
	position: relative;
	bottom: 0px;
}

.footer {
	background-image: url(/images/footer.gif);
	width: 800px;
	/*height: 30px;*/
}

.footer_text,
.footer_text a {
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

.footer_text {
	padding: 8px;
}

/************ IE6 hack for min-height - START *************/
* html .content_wrapper {
	height: 450px;
}
/************ IE6 hack for min-height - END *************/

.content_wrapper {
	position: relative;
	left: 230px;
	top: 40px;
	width: 570px;
	min-height: 450px;
}

.content {
	background-image: url(/images/content_background.gif);
}

.title_wrapper {
	position: absolute;
	left: 50%;
	margin-left: -170px;
	top: 208px;
	z-index: 100;
}

.title_bg {
	background-image: url(/images/title_bg.gif);
	height: 30px;
	float: left;
}

.title_left {
	float: left;
}

.title_right {
	float: left;
}

.title_text {
	font-weight: bold;
	font-size: 13px;
	color: #666666;
	padding-top: 8px;
	padding-right: 8px;
}

.menu_wrapper {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 190px;
	width: 200px;
}

h1 {
	font-size: 13px;
	color: #ed174c;
}

h2 {
	font-size: 13px;
	color: #ed174c;
}

h3 {
	font-size: 13px;
	color: #009e57;
}

a:link {
	color: #009E57;
}

a:visited {
	color: #009E57;
}

a:active {
	color: #EE184C;
}

a:hover {
	color: #EE184C;
	text-decoration: underline;
}

a.menu_item {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu_item:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu_item:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu_item:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/*********************************************/
/* Newsticker
/*********************************************/
#newsticker {
	position: relative;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	padding: 0px 10px;
}
* html #newsticker ul {
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}

/**********************************************/
.stamp {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	visibility: hidden;
}

a.left_submenu_items {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.subitems_title {
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #EE184C;
	border-bottom: 1px solid #EE184C;
}

.ref_wrapper {
	position: relative;
	height: 38px;
}

.ref_big_title {
	position: absolute;
	top: 0px;
	left: 20px;
	font-size: 32px;
	font-weight: bold;
	color: #e5e5e5;
	z-index: 10000;
}

.ref_title {
	font-size: 16px;
	font-weight: bold;
	color: #ed174c;
	position: absolute;
	top: 10px;
	z-index: 10001;
}

.name_wrapper {
	position: relative;
	height: 80px;
}

.name_big_title {
	position: absolute;
	top: 0px;
	left: 75px;
	font-size: 24px;
	font-weight: bold;
	color: #e5e5e5;
	z-index: 10000;
}

.name_title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	position: absolute;
	left: 75px;
	top: 7px;
	z-index: 10001;
}

.name_description {
	font-size: 12px;
	color: #000000;
	position: absolute;
	left: 75px;
	top: 25px;
	z-index: 10001;
}
