body{
	margin: 30px;
	padding: 0;
	font: normal 16px/22px georgia;
	letter-spacing: 1px;
	font-weight: normal;
	color: #18246c;
}
a{	
	color: #18246c;
	text-decoration: none;
	border-bottom: 1px #18246c dotted;
}
a:hover{
	border-bottom: 2px #18246c dotted;
}
.logo{
	margin-bottom: 30px;
}
a.none{
	border-bottom: 0;
}
a.none:hover{
	border-bottom: 0;
}
.footnote{
	font-variant: small-caps;
	font-size: 13px;
}
.small{
	font: normal 10px/14px arial;
}
.right{
	text-align: right;
}
.sans{
	font: bold 13px arial;
}
.close{
	padding-bottom: 0;
	margin-bottom: -12px;
}
.row{
	clear: both;
	line-height: 20px;
	font-size: 20px;
	height: 20px;
}
.content_left{
	/*position: absolute;*/
	float: left;
	position:relative;
	z-index:10;
	width: 220px;
	margin: 7px 0 0 -250px;
	*margin: 7px 0 0 -125px;
}
.content{
	font-size: 15px;
	line-height: 28px;
	margin-left: 250px;
}
.content a{
	font: normal 10px arial;
}
.content input{
	border: 1px solid #aaa;
	background-color: #eee;
	*margin-left: -250px;
}
.inform{
	margin: 0 0 5px 0;
	padding: 0;
	font: bold 13px/21px arial;
	height: 21px;
	_height: 23px;
}
.content input.radio{
	_margin-left: 20px;
}
.rad{
	margin: 0 0 0 0;
	_margin: 8px 0 8px 250px;
	padding: 0;
	font: bold 13px/21px arial;
	height: 26px;
	_height: ;
}
.upside{
	margin-top: 0px;
}
.dates{
	font: bold 12px arial;
	margin-bottom: 2px;
}
.spaced{
	margin-top: 18px;
}
.event{
	font: 10px/14px arial;
}
ul{
	margin: 0px;
	padding: 0 0 0 14px;
}
li{
	list-style-type: square;
	font: 10px/14px arial;
	margin: 0 0 4px 0;
}
li a, .event a{
	font: 10px/14px arial;
}
.content p a{
	font-size:13px;
}
.info{
	padding: 5px;
	margin: 5px;
	background-color: #eeeeff;
	border: 1px solid #ccc;
	font-size: 11px;
}
.info p{
	padding: 0;
	margin: 0 0 4px 0;
}
.content_left ul li a{
	line-height:16px;
}