<!--
body {
	font-family: arial;
	font-weight: normal;
	text-align: left;
	color: #000000;
	background-color: #fff;
	margin:20px auto 10px auto;
    	padding:0px;
    	width: 671px;
}
a:link {
	color: #0A51A1;
	text-decoration: underline;
}
a:visited {
	color: #0A51A1;
	text-decoration: underline;
}
a:active {
	color: #0A51A1;
	text-decoration: underline;
}
a:hover {
	color: #0A51A1;
	text-decoration: none;
}
img{
	border: 0;
}
p{
	font-size: 75%;
	margin: 0px;
    	padding:0px;
}
h1{
	font-size: 80%;
	color: #FF7F00;
	margin: 0px 0px 10px 0px;
    	padding:0px;
}
ul{
	font-size: 75%;
}
#top{
	width: 671px;
	height: 93px;
	position: relative;
	margin:12px auto 0px auto;
  	padding:0px ;
  	font: 11px ;
	color: #000000;
	background-image: url('images/top.jpg') ;
}
#bottom{
	width: 671px;
	height: 51px;
	position: relative;
	margin:12px auto 0px auto;
  	padding:0px ;
  	font: 11px ;
	color: #000000;
	background-image: url('images/bottom.gif') ;
}
#menu{
	width: 668px;
	position: relative;
	margin:0px auto 16px auto;
  	padding:0px ;
  	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #C2D4E8 ;
}
#content{
	width: 650px;
	height: auto !important;
	height: 330px;
	min-height: 330px;
	position: relative;
  	margin:0px 12px 0px 12px;
  	padding:0px ;
}
#menu ul{
	font-size: 80%;
	font-weight: bold;
   	color: #0A51A1;
   	margin:8px 0px 8px 10px;
   	white-space : nowrap;
   	padding : 0px ;
   	text-transform: uppercase;
}
#menu ul li{
	padding-right : 50px;
   	display : inline;
}
#menu ul li a{ 
	color: #0A51A1;
   	text-decoration : none;
}	
#menu ul li a:hover{
	color: #C0D5E8 ;
   	text-decoration: none;
}
div.rounded_box {
	width: 400px;
	background: #C0D5E8 url(images/tr.gif) no-repeat top right;
	margin: 10px 0px 10px 0px; 
}
div.rounded_box div {
	background: transparent url(images/tl.gif) no-repeat top left;
}
div.rounded_box div div {
	background: transparent url(images/br.gif) no-repeat bottom right;
}
div.rounded_box div div div {
	background: transparent url(images/bl.gif) no-repeat bottom left;
	padding: 2px;
}
div.rounded_box p{
	margin: 10px 10px 10px 10px; 
}
-->