body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666666;
	background-color:#eeeeee;
	text-align:center;
}

a:link {
	text-decoration: underline;
	color: #990000;
	}
	
a:visited {
	text-decoration: underline;
	color: #990000;
	}

a:active {
	text-decoration: underline;
	color: #990000;
	}
	
a:hover {
	text-decoration: underline;
	color: #0099FF;
	}

#page {
	margin:auto;
	width:720px;
	text-align:left;
	background-color: #FFFFFF;
	background-image:url(../images/sidetop.gif);
	background-repeat:repeat-x;
	color:#666666;
}

#header {
	width:720px;
	background-image:url(../images/topleft.gif);
	background-repeat:no-repeat;
	height:19px;
}
#cornertop {
	width:20px;
	height:19px;
	background-image:url(../images/topright.gif);
	background-repeat:no-repeat;
	float:right;
}
#cornerbottom {
	width:20px;
	height:19px;
	background-image:url(../images/bottomright.gif);
	background-repeat:no-repeat;
	float:right;
}
#content {
	background-image:url(../images/sides.gif);
	background-repeat:repeat-y;
}

#left {
	width:180px;
	padding:5px;
	padding-top:5px;
	float:left;
	min-height:450px;
}
#left li { padding:5px; color:#0099FF;}

#left a:link {
	text-decoration: none;
	color: #990000;
	}
	
#left a:visited {
	text-decoration: none;
	color: #990000;
	}

#left a:active {
	text-decoration: none;
	color: #990000;
	}
	
#left a:hover {
	text-decoration: underline;
	color: #0099FF;
	}

#right {
	width: 480px;
	padding:20px;
	float:right;
	text-align:justify;
	min-height:450px;
}

#footerbottom {
	clear:both;
	width:720px;
	background-image:url(../images/sidebottom.gif);
	background-repeat:repeat-x;
	height:19px;
}
#footer {
	width:720px;
	background-image:url(../images/bottomleft.gif);
	background-repeat:no-repeat;
	height:19px;
}
h1 {
	font-size:small;
	color:#990000;
}
h2 {
	font-size:small;
	color:#990000;
}

.nolist { list-style-type:none; margin:0px; padding:0px; padding-left:20px;}
.vsmall {font-size:x-small;}