<style type="text/css">
<!--

.style1 {
font-size: 10px
}
body{
text-align:center;
padding:0px;
margin:0px;
}
.container{
margin:0px auto;
width:845px;
text-align:left;
background-image:url(images/bg.gif);
font-family:verdana, arial;
font-size:12px;
}
a:visited{
color:navy;
}
a:hover{
color:#990000;
}
.header{
width:100%;
}	
	.headerIcon{
	float:left;
	background-image:url(images/top.gif);
	width:201px;
	height:102px;
	margin-top:12px;
	}
	.headerText{
	float:left;
	background-image:url(images/logo.gif);
	height:102px;
	margin-top:12px;
	}
	
	.headerText h1{
	margin:0px;
	padding:0px;
	font-size:26px;
	color:white;
	padding-bottom:0px;
	font-weight:normal;
	letter-spacing:5.5px;
	}
	.headerText h2{
	margin:0px;
	padding:0px;
	font-size:11px;
	color:white;
	}

.hMenuBuffer{
background-color:#eeeeee;
background:url(images/topmenu_end.gif) repeat-x;
width:200px;
height:26px;
float:left;
padding-top:2px;
}
.hMenuItem{
	background:url(images/tab.gif) no-repeat;
	float:left;
	width:126px;
	text-align:center;
	text-decoration:none;
	color:white;
	font-weight:bold;
	font-family: verdana;
	font-size:11px;
	height:24px;
	margin-top:2px;
	padding-top:2px;
}
	.hMenuItem a:link{
	color:white;
	text-decoration:none;
	}
	.hMenuItem a:hover{
	color:#990000;
	text-decoration:none;
	}
	.hMenuItem a:visited{
	color:white;
	text-decoration:none;
	}
.main{
clear:both;
height:100%;
}
	.main h1{
	font-size:22px;
	font-family: Verdana;
	text-decoration:Underline;
	color:#1b3f9b;
	}
.subContainer{
width:100%;
height:100%;
}
	.sidebar{
	width:200px;
	height:100%;
	min-height:100%;
	float:left;
	background-color:#eeeeee;
	padding-top:10px;
	padding-left:4px;
	}
	.content{
	height:100%;
	padding-left:10px;
	padding-top:10px;
	width:600px;
	float:left;
	}
.red{
color:#990000;
font-weight:bold;
}
table, tr, td{
font-family:verdana, arial;
font-size:12px;
}
-->
</style>