@charset "utf-8";
/* CSS Document */
body{
	text-align:center;
	padding:5px 0 0 0;
	margin:0;
	color: #000099;
	font-family: Verdana;
	font-size: 10pt;
}

#container{
	width:800px;
	text-align:left;
	margin:0px auto;
	margin-bottom:10px;
	border-bottom:1px solid #000099;
}

	#header{
		width:798px;
	}
		div.logo{
			float:left;
		}
		
		div.tagline{
			float:left;
			margin:27px 0 0 50px;
			display:inline;
			color: #000099;
			font-family: Verdana;
			font-weight: bold;
			font-size: 20pt;
		}	
	
	#left{
		border-left:1px solid #000099;
		border-right:1px solid #000099;
		background:url(../img/menu_bg.jpg);
		width:248px;
		float:left;
		padding:0px 0 0 2px;
		font-weight:bold;
	}
	
	#right{
		border-right:1px solid #000099;
		float:left;
		width:545px;
		padding:0px 0 0 2px;
		height:725px;
	}
	
	div.clear{
		clear:both;
	}
	
	#footer{
	}
	
	a:link{
		color: #FF0000;
		font-family: Verdana;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: none;
	}
	
	a:visited{
		color: #FF0000;
		font-family: Verdana;
		font-weight: bold;
		text-decoration: none;
	}
	
	a:hover{
		color: #FF0000;
		font-family: Verdana;
		font-weight: bold;
		text-decoration: underline;
	}
	
	a:active{
		color: #FF0000;
		font-family: Verdana;
		font-weight: bold;
		text-decoration: underline;
	}
	
	.menulink{
		font-size:8pt;
	}
	
	img{
		border:none;
	}
	
	h1{
		font-size:12px;
		padding:0;
		margin:0;
	}
	
	h2{
		font-size:12px;
		padding:0;
		margin:0;
	}
	
	img.right{
		border:1px solid #ccc;
		float:right;
		width:150px;
		margin:15px 10px 10px 10px;
		padding:3px;
	}


