/* CSS Document */

body {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #eeeeff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}

html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#left {
	position:absolute;
	left:0px;
	top:0px;
	background-color: #003399;
	width: 290px;
	text-align: center;
	color: white;
	border-right: 2px solid #999;
	padding-top: 10px;
	
}

#right {
	margin-left:300px;
}

#content {
}

h1.banner {
	font-size: 450%;
	font-family: Palatino Linotype;
	color: #CC0000;
	font-weight: bold;
	border-bottom: 9px solid #999;
	line-height: 90%;
	padding: 10px 0px 20px 0px;
}

#left a:link { color:#FFFF66; text-decoration: none; font-weight:bold; }
#left a:visited { color:#FF9933; text-decoration: none; font-weight:bold; }
#left a:hover { color:#cc0000; text-decoration: none; font-weight:bold; }


img.tn {border-color:#CCCCCC; border-width:1px; border-style:solid; padding:2px;}

.header1 {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #003399;
	cursor: pointer;
	
	}
	
ul {line-height: 2em;}

.new {color:#FF0000; font-weight:bold; font:"Courier New", Courier, monospace;}