body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
    padding:0px;
    margin:0px;
    height:100%;
	background-color:#00091E;
	background-image:url(images/page_bg.jpg);
}
a { color:#FFFF99; }
img {
    border:0px;
    padding:0px;
    margin:0px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


table#page {
	width:780px;
	margin:20px auto 0 auto;
}

td#leftpanel{
	width:270px;
	vertical-align:top;
}
ul#menu {
	margin-left:0;
	padding:0;
	list-style-type:none;
	font-weight:bold;
}
ul#menu li{
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
ul#menu li a{
	display:block;
	width:100%;
	height:1.5em;
	margin-bottom:0.5em;
	background-color:#193075;
	color:#FFFFFF;
	text-decoration:none;
	padding-left: 10px; 
	/*text-indent:10px;*/
	line-height:1.5em;
}
ul#menu li a:hover{
	text-decoration:underline;
}

td#rightpanel{
	width:510px;
	vertical-align:top;
}

#header {
	
	/*background-image:url(images/header.gif);*/
	background-repeat:no-repeat;
	width:510px;
	height:47px;
	margin-bottom:10px;
}
#main {
	background-color:#193380;
	background-image:url(images/content_bg.jpg);
	border:#402C26 1px solid;
	padding:10px;
}
#content{
	color:#FFFFFF;
	width:488px;
}
#content_minheight{
	width:0px;
	height:200px;
	float:right;
}

#footer {
	font-size:small;
	text-align:center;
	margin-top:20px;
	line-height:2em;
	color:#FFFFFF;
}
