a {
	color:#C00000;
	text-decoration:none;
	font-weight: normal;
	font-size: 9pt;
	line-height: 1.2em;
	font-family: Arial,  verdana, sans-serif;
}
a:hover {
	color: #C00000;
	text-decoration:underline;
}

a.menu:link {color: #FFFFFF; text-decoration:none; font-size: 9pt; font-family: Arial,  verdana, sans-serif; font-weight:normal;}
a.menu:visited {color: #FFFFFF; text-decoration:none; font-size: 9pt; font-family: Arial,  verdana, sans-serif; font-weight:normal;}
a.menu:hover {color: #C00000; text-decoration:underline;}

a.small:link{color: #006699; text-decoration:none; font-weight:normal; font-size: 9pt; Arial,  font-family: verdana, sans-serif;}
a.small:hover{color: #C00000; text-decoration:underline;}

H1 {
	color: #25658F;
	text-decoration: none; 
	font-size: 10pt; 
	font-family: Arial,  verdana, sans-serif
}

table, td {	
	color: #25658F;
	text-decoration: none; 
	font-size: 10pt; 
	font-family: Arial,  verdana, sans-serif;
}

html, body{height:100%;} 

html,body {
	margin: 0;
	padding: 0;
}

body {	
	text-align: left;
	color: #505367;
	background-color: #e0e0e0;
	background-image: url('');
	background-repeat: repeat; 
	color: #25658F;
	text-decoration: none; 
	font-size: 9pt; 
	font-family: Arial, verdana, sans-serif;
}
	
#container {
	margin-left:auto;
	margin-right:auto;
	width: 800px; 
	min-height:100%;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url('images/bg.png');
	background-repeat: repeat-y; 
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
  position:relative;
}
	
* html #container {height:100%;}	
* html #container {width:800px;w\idth:800px;}

#header {
	height: 135px;
	width:100%;
	background-image: url('images/top.png');
	background-repeat: repeat-n;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	position:relative;
}

* html #header {height:135px;he\ight:135px}

#submenu, #content{ 
	float: left; 
} 

#submenu {
	float: left;
	width: 200px;
	height: 310px; 
	padding-top: 40px;
	padding-left:35px;	
	padding-right: 0px; 
 	padding-bottom: 0px;
	background-image: url('images/menu.png');
	background-repeat: no-repeat;
}

#content {
	width: 540px;
	padding-top: 40px;
	padding-left: 10px;	
	padding-right: 0px; 
 	padding-bottom: 0px;
}

#clearfooter {
	height:20px;
	width:800px;
	clear:both
} 

#footer	{
	position:absolute;
	bottom:0px;
	width:800px;
	height: 20px;
	color: #006699;
	background-color: #f5f5f5;
	border-top: 1px solid #C0C0C0;
}

#footer p {
	margin:0px; 
	padding:0px; 
}

* html #footer {height:20px;he\ight:20px;}

