
#main {
width : 820px; 
margin: 0 auto;
font-family : arial;
font-size : 10pt ;
color : #333333;
}

h1,h2,h3,h4 {
font-weight : normal;
}

h1 { font-size : 22pt ; }
h2 { font-size : 18pt ; }
h3 { font-size : 14pt ; }
h4 { font-size : 12pt ; }

a.menu:link,a.menu:hover,a.menu:active,a.menu:visited,
a.top:link,a.top:hover,a.top:active,a.top:visited
{
	text-decoration : none;
	color : black;
	font-weight : normal;
	margin-right : 0px;
	padding: 2px;
	background: #AAAAAA;
	width: 160px;
}
a.menu:hover { color : #000000; background: #CCCCCC }
a.top:hover { color : #000000; background: #CCCCCC }

a:hover { text-decoration : none ; 
color : red ; 
border-color : red ; 
background-color : white ; }

div.topl,div.mainl {
float: left ;
width : 560px ; 
border-left : 0px solid lightgrey ;
border-right : 2px solid lightgrey ;
padding-left : 0px ; 
padding-right : 5px ; 
padding-top : 5px ; 
padding-bottom : 5px ; 
}

div.boxl {
float : left ;
width : 560px ; 
border-right : 3px solid white ;
padding : 10px ;
}

div.topl {
height : 10px ;
border-top : thin solid lightgrey ;
}

div.topr,div.mainr,div.boxr {
float : right ;
padding : 5px ; 
width : 220px;
border-right : 3px solid lightgrey;
background-color : white;
}

div.box { padding-left : 10px ; padding-right : 10px ; margin : 5px ; border-style : solid ; border-width : 1px ; border-color : grey ; }
div.boxr {
margin : 0px;
margin-bottom : 10px ; 
padding-bottom : 10px ;
border-top : 1px solid lightgrey;
border-bottom : 3px solid lightgrey;
font-size : 12pt ; 
}

div.floatr,div.floatl {
padding : 2px ; 
margin : 2px ; 
width : auto;
border: 0px solid lightgrey;
}

div.floatl {
display : block ;
float : left ;
clear : left ;
margin-right : 10px ;
margin-left : 0px;
}

div.floatr {
display : block ; 
float: right ;
margin-right : 0px ;
margin-left : 10px;
clear: right ;
}

div.topr {
height : 17px;
}

div.navbar {
background-color : #AAAAAA;
margin-bottom : 10px ; 
padding: 5px;
padding-left: 15px;
clear: both;
height: 20px;
font-size : 12pt ;
width: 100% ;
}

div.bottombar {
background-color : #AAAAAA ;
color : black ;
padding-top : 5px ;
padding-bottom : 5px ;
padding-left : 15px ;
padding-right : 15px ; 
clear : both ;
font-size : 10pt ;
float : left ;
width : 100% ;
display : block ; 
}

img { border:0; padding:0px; border : 0px ; }

span.right { float : right ; }
span.small { font-size : small ; }
span.small { font-size : small ; }
span.x-small { font-size : x-small ; }
hr { display : block ; clear : left ; }
