/* CSS Document */ 
body { 
	color: #000000;
	background-color: #FFFFFF;
}
a {
	color: #FF0000;
}
a:link {
	color: #FF0000;
} 
a:visited{
	color: #FF0000;
}
h2 {
  padding: 0;
}
h3.bright {
	color: #CD0000;
	text-decoration:underline;
}
#logo { 
	position: absolute; 
	left:10px; 
	top: 20px; 
	width: 125px; 
	height: 81px; 
	text-align: center;
	vertical-align: middle; 
	z-index: 1; 
} 

#left_menu { 
	top:110px;
	left: 10px;
	text-align: left; 
	color: #000000; 
	font-family: Verdana, Arial,Helvetica, sans-serif; 
	z-index: 4; 
	overflow: visible; 
	width: 145px;
	position: absolute; 
	padding: 10px; 
}  
.menu_title{ 
	font-size: 85%;
	font-weight: bold; 
	line-height: 1.5em; 
	color: #CD0000; 
	text-decoration:none; 
} 
.menu { 				
	font-size: 67%; 
	font-family: Verdana, Arial, Helvetica,sans-serif; 
	color: #CD0000;
	list-style-type: disc; 
	list-style-position:outside; 
	line-height: 1.5em; 
	padding-left: 5px;
} 

.menu_title a, .menu_title a:link,.menu_title a:visited { 
	text-decoration: none; 
	color: #CD0000; 
}

.menu_title a:hover { 	
	color: #CD0000; 
	background-color: #EEEEEE;
	padding-top: 3px; 
	padding-bottom: 3px; 
} 

.menu a:link, .menu a:visited {
	text-decoration: none; 
	color: #CD0000; 
} 

.menu a:hover { 
	color: #CD0000;
	background-color: #EEEEEE; 
	padding-top: 3px; 
	padding-bottom: 3px; 
}
#page_content1 {
	font-family: Helvetica, Arial, sans-serif;
  font-size: 83%;
  font-weight: normal;
	width: 500px;
	z-index: 5;
	position:absolute;
	left: 170px;
	top: 155px;
} 

#page_content {
	font-family: Helvetica, Arial, sans-serif;
  font-size: 83%;
  font-weight: normal;
	width: 600px;
	z-index: 5;
	position:absolute;
	left: 170px;
	top: 155px;
} 

#page_content table {
	font-family: Helvetica, Arial, sans-serif;
  font-size: 83%;
  font-weight: normal;
}

#footer{
	color: #000000;
	padding: 25px;
	text-align: left;
	font-size: 75%;
} 
#clearing {
  clear: both;
  padding-bottom: 5px;
}
#l-img {
  float: left;
  clear: none;
  padding-left: 25;
  padding-right: 15;
}
#r-img {
  padding-left: 15;
  padding-right: 25;
  float: right;
  clear: none;
}
#c-img {
  padding: 10;
  clear: both;
}

