/* CSS Document */
body {
	text-align: center;
}
body,table,td,tr,div,span {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
table,td,tr,div,span {
	text-align: left;
}
body {
	background-image:url(images/bg-page.gif);
	background-repeat: repeat-y;
	background-position: center;	
}
a{text-decoration:none; color:#C10E07; border: 0px;}
a:link,a:visited{color:#C10E07;}
a:active,a:hover{color:#C10E07; text-decoration:underline;}

#page {
	background-image:url(images/bg-page.gif);
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	height: 95%;
}
#header {
	background-image:url(images/pic-pagehead.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 114px;
	color: #C10E07;
	font-size: 11pt;
}
#header a {
	color: #C10E07;
	text-decoration: none;
}
#header a:hover {
	color: #C10E07;
	text-decoration: underline;
}
.current {
	font-weight: bold;
}
#header div {
	padding-left: 136px;
	padding-top: 92px;
}
#underheader {
	background-image:url(images/bg-contentstart.gif);
	background-repeat: no-repeat;
	width: 950px;
	min-height: 400px;
	height: 95%;
}
#mainmenu {
	width: 201px;
	margin-left: 0px;
	margin-top: 10px;
	min-height: 400px;
	float: left;
	color: #BF1100;
	height: 90%;
	font-size: 11pt;
}
#mainmenu li {
	margin-left: 10px;
	margin-top: 5px; 
	list-style-type: none;
    list-style-position: outside;
}
#mainmenu ul {
	margin-left: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
}
#mainmenu ul li {
	font-weight: bold;
}
#mainmenu ul li li {
	font-weight: normal;
}
#mainmenu a {
	color: #C10E07;
	text-decoration: none;
	margin-left: 0px;
}
#mainmenu a:hover {
	text-decoration: underline;
}
.menulevel1 {
	margin-left: 10px;
}
.menulevel2 {
	margin-left: 25px;
}
.menulevel3 {
	margin-left: 40px;
}
h1,h2,h3 {
	display: block;
	color: #C10E07;
	text-align: right;
	border-bottom: 1px solid #C10E07;
	font-size: 16pt;
	font-weight: bold;
}
h4  {
	font-weight: bold;
	color: #C10E07;
	display: inline;
}

#content {
	width: 660px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 11pt;
	line-height: 130%;
	height: 95%;
	float: left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
td {
	font-size: 11pt;
	line-height: 130%;
	vertical-align: top;
}
.extrastrong {
	font-weight: bold;
	color: #C10E07;
}
.search {
	left: 40px;
	position: absolute;
	bottom: 0px;
}
.navigator {
	margin-left: 17px;
	bottom: 0px;
	font-size: 74%;
}

#mainmenu .navigator a, #mainmenu .navigator a:link {
	color: #555555;
	margin-left: 5px;
	
}