﻿:focus
{
  -moz-outline-style: none;
}

html {
	overflow :  -moz-scrollbars-vertical;
}

body {
	margin:0;
	background:#ffffff;
	font-family:Arial, Helvetica, Sans Serif;
	text-align: center;
}

.events {
	font-family:Arial, Helvetica, Sans Serif;
	font-size: 9px;
}


img {margin:0; padding:0;border:0;display:block;}

.right {float:right;}
.left {float:left;}
.clear { clear: both; font-size: 1px; line-height: 1px; }


span.black {color:#000;}

h1,h2,h3,h4,p,form,input,select {
	font-size:1em;margin:0;padding:0;font-weight:normal;
}

#center {
	margin: 0 auto;
	width:968px;
	text-align: center;
}

#container {
	float:left;
	width:978px;
	margin:0 10px;
	text-align: left;
	color:#333333;
}

#container a {
	color:#006699;
	text-decoration:none;
}

#header {
	margin:19px 0 0 0;
	float:left;
	width:958px;
	min-height:101px;
	height:auto;
	background:url(../images/header-bg.gif) no-repeat bottom left;
}

#nav {
	width:930px;
	min-height:28px;
	height:auto;
	font-size:0.85em;
	font-weight:bold;
	float:left;
	border-bottom: 1px solid #003882;
	padding-left: 18px;
}
#content {
	width:948px;
}

#main {
	width:948px;
	min-height:342px;
	height:auto;
	float:left;
	font-size:0.82em;
}
/* for Internet Explorer */
/*\*/
* html #main {
	height: 342px;
}
/**/
#footer {
	float:left;
	padding-top:10px;
	margin:30px 0 0 0;
	border-top:1px solid #055d95;
	width:948px;
	min-height:40px;
	height:auto;
	font-size:0.75em;
}
/* for Internet Explorer */
/*\*/
* html #footer {
	height: 40px;
}
/**/

#footer a, #footer a:active, #footer a:visited {
	color:#666666;
}

#footer ul {
	list-style:none;padding:0;margin:0;
}

#footer ul li {
	float:left;
	margin-right:28px;
}

#footer .right.black {
	width:193px;
	text-align:right;
	color:#005794;
}
