#maincontent {
    width:720px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;	
	margin: 0px auto;
 }
#middle {
    width: 720px;
	margin: 5px 0px;
	overflow: hidden;
 }
#rightcolumn {
    width: 550px;
	float: right;
	padding: 0px 5px;
	overflow: hidden;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
 }
#rightcolumn tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	vertical-align:bottom;
}
#leftcolumn {
    width: 150px;
	float: left;
	overflow: hidden;
	text-align:left;
 }
#leftNav {
	margin: 0px;
    width: 150px;
	overflow: hidden;
	text-align:center
 }	
#top {
    width: 720px;
	margin: 10px 0px 20px 0px;
	overflow: hidden;
 }
#topNav {
    width: 720px;
	margin: 0px;
	text-align: center;
	overflow: hidden;
 }
#topImage {
    width: 720px;
	overflow: auto;
	margin:5px 0px;
	background-color:#FFFFFF;
 }
#topImage img {
	margin: 0px 5px 0px 0px;
 }
#topText {
    width: 720px;
	overflow: hidden;
	font-size:14px;
 }
#topTextLeft {
    width: 300px;
	float: left;
    padding: 2px;
	margin: 0px 0px 0px 30px;
	text-align: left;
 }
#bottom {
    width: 720px;
	padding: 5px 0px 10px 0px;
	font-size:16px;
	line-height: 20px;
	margin:5px 0px 0px 0px;
	overflow: hidden;
 }
#bottomleft {
	width:200px;
	float:left;
	text-align:left;
}
#bottomcenter {
	width:200px;
	float:right;
	text-align:right;
}
#bottomright {
	width:200px;
	float:right;
	margin:0px 0px 0px 10px;
	text-align:right;
}
#container {
	width:460px;
	margin:0px;
	float:left;
}
#leftNav ul {
    margin:0px;
	padding:0px;
    list-style: none;
	width: 148px;
}
#leftNav ul li {
    border:solid 1px;
	border-color:#CCCCCC;
	background-color:#D7D7D7;
}
#leftNav li ul {
	width: 140px;
	padding: 5px;
	display: block;
}
#leftNav ul li a {
	display: block;
	padding: 5px;
	font-size:14px;
	color:#000000;
	text-decoration:none;
}
#leftNav ul li a:hover {
	background-color:#999999;
	color:#000000;
	text-decoration:none;
}
#topNav ul {
    margin:0px;
    padding:0px;
	background-color:#3333CC;
    list-style:none;
}
#topNav li {
    float:right;
    margin:0px;
    padding:0px;
}
#topNav a {
    display:block;
	font-size:10px;
    padding:2px 5px;
	margin: 0px 2px;
	color:#000066;
	text-decoration:none;
}
#topNav a:hover {
    background-color:#CCCCCC;
	color:#000066;
	text-decoration:none;
	
}
