body {
  font-family:Arial;
	font-size:80%;
  background-color:#0C155A;
	background-image:url(images/back.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin:0;
	padding:0;
	color:#ffffff;
	height:100%;
	}
	
	a:link, a:visited {color:#ffffff; text-decoration:none;}
	a:hover {color: #000000;}
	a:active {color:#ffffff;}
	
#main {
  width:950px;
	}
	
#header {
  width:900px;
	height:100px;
	padding-top:10px;
	background-color:#ffffff;
	background-image:url(images/banner.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
	
#banner {
  width:900px;
	height:178px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	text-align:right;
	padding:10 10 10 10;
	font-size:14px;
	font-weight:bold;
	}
	
html>body #banner {
  width:880px;
	height:158px;
	}
	
#page {
  width:900px;
	position:relative;
	background-image:url(images/menu.jpg);
	background-repeat:repeat-y;
	left:1;
	}
	
#content {
  width:900px;
	overflow:hidden;
	}

#nav {
	width: 148px;
	height: auto;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	background-image:url(images/menu.jpg);
	background-repeat:repeat-y;
}

#nav ul {
  margin: 0px;
	padding: 0px;
	list-style: none;
	width: auto;
}

#nav ul li {
	width: auto;
}

#nav ul li a {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	width: 148px;
	color: #ffffff;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	text-indent: 5px;
	border-bottom: 1px solid #ffffff;
}

#nav ul li a:hover {
	text-decoration: underline;
	background-color: #666666;
	color: #ffffff;
	text-indent: 5px;
}

#nav ul li.subnav a {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 148px;
	color: #888888;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
	text-indent: 15px;s
}

#nav ul li.subnav a:hover {
	text-decoration: underline;
	background-color: #888888;
	color: #eee;
	text-indent: 15px;
}
/**	
#nav {
  width:148px;
	float:left;
	text-align:left;
	padding-bottom:10px;
  }
	
#menu {
  width:118px;
	position:relative;
	left:-15;
	top:5;
  }
	
html>body #menu {
  top:-5;
	}
**/
	
#text {
  width:750px;
	float:right;
	clear:both;
	}
	
html>body #text {
  clear:none;
	}
	
#textl {
  width:580px;
	float:left;
	padding:10px;
	text-align:left;
	margin:0;
	}
	
#textr {
  width:140px;
	float:right;
	padding:5px;
	text-align:left;
	}
	
#table {
  width:750px;
	padding-bottom:20px;
	}
	
#left {
  width:250px;
	height:240px;
	padding-top:20px;
	padding-left:15px;
	float:left;
	}
	
html>body #left {
  width:235px;
	padding-bottom:40px;
	}
	
#right {
  width:500px;
	float:right;
	padding:20px 0px 0px 20px;
	text-align:left;
  }
	
html>body #right {
  width:480px;
	}
	
#clear {
  clear:both;
	}
	
#footer {
  clear:both;
  width:890px;
	height:75px;
	padding:5px;
	border-top:1px solid #000000;
	text-align:center;
	}
  
	ul {list-style:none; display:block; text-align:left;}

	ul li {position:relative; display:list-item; float:left; width:100%; line-height:1.5em;}
	
.style1 {
  font-size:18;
	font-weight:bold;
	}
	
.style2 {
  font-size:20;
	font-weight:bold;
	font-style:italic;
	}