@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/blue_white_grad.png) #ffffff repeat-x right top;
}

h1 {font-size:1.8em;
	line-height:30%;}
h2 {font-size:1.4em;
	line-height:90%;
	}
h3 {font-size:1.2em;
	line-height:30%;}
	
.needspace {padding-left:20px;}

#container {background-color:#FFF;
	margin-top:10px;}
	
#top_nav {clear:both;
	font-size:1.5em;}

#topnav {text-align:right;
	margin-top:20px;

}
#topnav li {list-style-type:none;
	display:inline;
	padding-right:20px;
	border-right: thin #000 inset;
	font-size:.9em;}
	
#topnav a, a:active, a:link {
	text-decoration: none;
	color: #fff;	}
	
#topnav a:visited {
	text-decoration: none;
}
#topnav a:hover {
	color:#FFF;
	text-decoration:underline;
	font-style:italic;
}

a, a:active, a:link {color:#00F;}
a:hover {color:#F00;}

#leftbar {text-align:right;
	padding-top:20px;
	padding-right:6px;
	border-right: 1px #000 inset;}
	
#textual {padding-top:20px;}
	
#content {background-color:#FFF;
	overflow:hidden;}
	
#footer {text-align:center;
	margin-top:30px;}