html, body {
	margin: 0 auto;
	font: normal 13px century gothic, tahoma, arial;
	color: #333;
	background: #f9f9f9;
}
.header-container, .header, .menu, .content, .footer	{
	margin: 0 auto;
}
.header-container, .header, .header-left, .header-right, .menu,
 .content, .footer	{
	overflow: hidden;
}
.header-container, .menu	{
	overflow: visible;
}
.header-container	{
	width: 100%;
	padding-top: 10px;
	margin-bottom: 10px;
	background: #fff;
	border-bottom: 1px solid #f7f7f7;
}
.header	{
	width: 960px;
	padding: 10px 10px 5px 10px;
}
.menu	{
	width: 990px;
}
.header-left, .menu-left, .content-item	{
	float: left;
}
img	{
	border: none;
}
.header-right, .menu-right	{
	float: right;
	text-align: right;
}
.menu	{
	font-size: 16px;
}
.menu-left a, .menu-right a	{
	display: inline-block;
}
.menu-left a:hover, .menu-right a:hover	{
	text-decoration: none;
}
.menu-left a	{
	color: #0066cc;
	margin-right: 20px;
}
.menu-left a:hover	{
	color: #335687;
}
.menu-right a	{
	color: #335687;
	margin-left: 20px;
}
.menu-right a:hover	{
	color: #0066cc;
}
.content	{
	width: 960px;
}
.content h1	{
	font-weight: normal;
	font-size: 16px;
	color: #335687;
	margin-bottom: 2px;
}
.content p	{
	margin: 0 0 8px 0;
}
.content img	{
	border: none;
	float: left;
	margin: 0 10px 10px 0;
}
.content-item	{
	width: 310px;
}
.content-item:hover	{
	cursor: default;
}
.middle	{
	margin: 0 15px;
}
.event-date	{
	width: 80px;
	display: inline-block;
	color: #666;
}
.footer	{
	margin-top: 20px;
	padding: 15px 0 20px 0;
	background: #f2f2f2;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	font-size: 12px;
	color: #555;
	text-align: center;
}
.nav li a	{
	color: #0066cc !important;
}
.nav li a:hover	{
	color: #335687 !important;
}
.pull-right li a	{
	color: #335687 !important;
}
.pull-right li a:hover	{
	color: #0066cc !important;
}
.dropdown-menu li a	{
	color: #333 !important;
}
.dropdown-menu li a:hover	{
	color: #fff !important;
}
.even	{
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
h1.secHeader	{
	color: #335687;
	font-size: 28px;
}
h2	{
	font-size: 18px;
	font-weight: normal;
	color: #666;
}
input[type="text"], input[type="password"]	{
	width: 300px;
	float: left;
	background: #fff;
	border: 1ps solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
textarea	{
	background: #fff;
	border: 1ps solid #ccc;
	padding: 3px;
	width: 600px;
	height: 200px;
	font: normal 13px century gothic, tahoma, arial;
	color: #333;
}
.form-line	{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.error	{
	color: #cc0000;
	padding: 10px 0;
}
#cover	{
	height: 100%;
	width: 100%;
	background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	
}

#notice	{
	border: 1px solid #0066ff;
	border-radius: 5px;
	background: #fff;
	padding: 20px;
	font: normal 13px century gothic, tahoma, arial;
	color: #555;
	position: fixed;
	top: 200px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	overflow: hidden;
	z-index: 200;
	visibility: hidden;
}

#notice a	{
	color: #0066ff;
	text-decoration: none;
}

#notice a:hover	{
	text-decoration: underline;
}

#notice span	{
	display: block;
	margin-bottom: 15px;
	font: normal 18px century gothic, tahoma, arial;
	color: #335687;
}

#notice p	{
	margin: 0 0 15px 0;
}