body {
	margin: 0px;
	padding: 0px;
}

.text_red {
	font-size: 11pt;
	color: #c00000;
	font-weight: bold;
	padding-bottom: 30px;
}

.welcome_text {
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	padding-bottom: 30px;
}

@media screen {
	#header {
		position: absolute;
		display: block;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 93px;
		overflow: hidden;
		background-color: #8F001C;
		z-index: 20;
	}
}

@media print {
	#header {
		display: none;
	}
}

#header_nonav {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 63px;
	overflow: hidden;
	background-color: #8F001C;
}

#header_bottom{
	background-image: url(../images/header_bottom.gif);
	height: 11px;
	background-repeat: repeat-x;
	margin: 0px;	
}


#header_left {
	position: absolute;
	display: block;
	top:0px;
	left: 0px;
	height: 90px;
	background-color: #8F001C;
	vertical-align: top;
}

#logo {
	position: absolute;
	display: inline;
	top: 0px;
	padding: 5px 5px 5px 5px;
	left: auto;
	right: 20px;
	height: 38px;
	width: 151px;
	background-color: #8F001C;
	vertical-align: top;
}

#nav {
	position: absolute;
	top: 63px;
	height: 30px;
	width: 100%;
	background-color: #ccddff;
}

#content {
	position: absolute;
	display: block;
	top: 93px;
	left: 0px;
	display: block;
	margin-left:0px;
	margin-right:0px;	
	padding: 0px;
	z-index: 10;
}

#content_simple {
	position: absolute;
	top: 93px;
	left: 0px;
	display: block;
	width: 100%; 
	text-align: center;
}

#controls {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 262px;
	height: auto;
	background-color: #e1ebff;
	padding: 5px;
	margin: 0px;
}

#mainpanel {
	position: relative;
	display: block;
	left: 272px;
	width: auto;
	top: 0px;
	padding: 8px;
}

#copy {
	position: static;
	display: inline;
	margin-top: 3em;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	z-index: 10;
	color: #000000;
	text-align: center;
}

#version {
	position: static;
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 8pt;
	font-weight: normal;
	z-index: 10;
	color: #000000;
	text-align: center;
}



#loadingmessage {
	position: absolute;
	top: 93px;
	right: 0px;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	width: 100px;
	background-color: #e0a000;
	font-weight: bold;
	display: none;
	z-index: 200;
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height : 20px;	
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-weight: bold;
}

#link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height : 20px;	
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-weight: bold;
	TEXT-DECORATION: underline
}

#link1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height : 20px;	
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-weight: bold;
	TEXT-DECORATION: none
}

.head1:link {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.head1:visited { 
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.head1:hover {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color:  #000000;	
	text-decoration: none;
}
.head1:active {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.gray:link {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: gray;
	text-decoration: none;
}
.gray:visited { 
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: gray;
	text-decoration: none;
}
.gray:hover {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:  gray;	
	text-decoration: none;
}
.gray:active {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: gray;
	text-decoration: none;
}

.text_reding {
	color:red; 
	font-size: 12px; font-family: Verdana;
}

