/* global font definition */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
}

/* Elements - Body */

BODY {
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	text-align: center; 
}

/* Elements - Anchors */

A {
	color: #333333;
	text-decoration: none;
}

A:hover {
	color: #882244;
	text-decoration: none;
}

A.active {
	color: #882244;
	font-weight: bold;
	text-decoration: none;
}

#navigation A {
	line-height: 18pt;
	display: block;
	width: 170px;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #B5B3BE;
}

#navigation A.sub {
	line-height: 18pt;
	width: 155px;
	color: #7E7D82;
	padding: 0 0 0 30px;
}
#navigation A.sub:hover {
	color: #882244;
}

#navigation A.subactive {
	line-height: 18pt;
	width: 155px;
	color: #882244;
	padding: 0 0 0 30px;
	text-decoration: none;
}

#navigation A.content {
	line-height: 18pt;
	width: 185px;
	color: #882244;
	padding: 0 0 0 0px;
	text-decoration: none;
	border-bottom: 0px;
}
#navigation A.content:hover {
	text-decoration: underline;
	border-bottom: 0px;
}


A.content {
	color: #882244;
	text-decoration: none;
}

A.content:hover {
	text-decoration: underline;
}

/* Elements - Images */

IMG {
	border: 0px;
}


/* Elements - Headers */

H1 {
	color: #333333;
	font-size: 135%;
	line-height: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

H2 {
	color: #333333;
	font-size: 100%;
	margin-bottom: 10px;
	padding-bottom: 0;
}

/* Elements - Tables */

TD {
	vertical-align: top;
}

/* Elements - Forms */

FORM {
	margin: 0;
}

INPUT.default {
	width: 90%;
	border: 1px solid #999999;
}

INPUT.short {
	width: 50px;
	border: 1px solid #999999;
}

TEXTAREA.default {
	width: 90%;
	height: 200px;
	border: 1px solid #999999;
}

/* Elements - Paragaphs */

P {
	margin: 0 0 10px 0;
	padding: 0;
}

UL {
	margin-top: 0px;
	margin-bottom: 10px;
	list-style: url(../images/dot_rt.gif);
}	

UL.none {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: -25px;
	list-style: none;
}

/* Elements - Spans */


SPAN.red {
	font-weight: bold;
	color: #882244;
}

/* Elements DIV's */

#header {
	width: 900px;
	height: 190px;
	background-color: #FFFFFF;
	margin: 0 auto 0;
	padding: 30px 0 0 0;
	text-align: center;
}

#main {
	background-color:#FFFFFF;
	background-image: url(../images/logo_rr.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: left;
	padding: 0px;
	margin: 0 auto 0;
	width: 900px;
	height: 460px; 
}

#main #navigation {
	width: 185px;
	margin: 55px 0 0 15px;
	border-top: 1px solid #B5B3BE;
	float: left;
}

#main #content {
	width: 670px;
	margin: 0;
	padding: 0 10px 0 0;
	float: right;
	height: 370px;
	overflow: auto;
}

