body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	color: #555;
	margin: 0;
	padding: 0;
}

a, a:hover, a:visited {
	color: blue;
	outline: none;
}

#container {
	width: 960px;
	margin: 20px auto;
	padding: 0;
	background-color: #EEE;;
	color: #333;
	border: 1px solid #2D69A1;
}

#top {
	width: 960px;
	height: 273px;
	background: url("/images/logo.jpg") repeat-x;
	margin: 0;
	padding: 0;
}

img.itop {
	border: none;
	padding: 0;
	margin: 0;
}

a.atop {
	display: block;
	width: 960px;
	height: 273px;
	text-decoration: none;
	background: transparent url("/images/logo.jpg") no-repeat;
}

#header ul {
	margin:0;
	padding:0;
	list-style: none;
}

#header li {
	display: inline;
	list-style-type: none;
	text-decoration: none;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
}

#navcontainer {
	background: #59A6CF;
	padding:0 16px;
}

#header #menu a {
	color: #fff;
	text-decoration: none;
	padding: 12px 20px 13px 20px;
}

#header a:hover, #header a.current {
	background:url(images/menu_bg.gif) repeat;
}

#leftnav {
	width: 210px;
	margin: 0;
	padding: 1em;
	font: 11px Arial, Helvetica, sans-serif;
}

#leftnav {
	float: left;
}

#content {
	margin-left: 235px;
	margin-right:25px;
	padding: 1em;
	border-left: 1px dotted #2D69A1;
	font: 16px Arial, Helvetica, sans-serif;
	background:#EEE;
}

#content h1{
	color: #666;
	font-size: 1.6em;
	height: 20px;
	margin: 20px 0;
}

#content p {
	margin: 10px 0;
}

#content a {
	text-decoration: none;
}

#content td, #content th {
	font-size: 14px;
}

img.inofloat {
	border: none;
	margin: 10px;
	float: none;
}

#leftnav p {
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	height: 20px;
	margin-top: 1.2em;
}

#leftnav ul {
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
	list-style: none;
	text-align: left;
}

#leftnav li {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 11px;
	line-height: 13px;
	color: black;
}

#leftnav li a {
	text-decoration: none;
	color: brown;
	font-size: 11px;
	display: inline;
	font-weight: normal;
}

#footer {
	clear: both;
	margin: 0;
	color: #333;
	border-top: 1px dotted #2D69A1;
	border-bottom: 1px dotted #2D69A1;
	text-align:center;
	font-size: 11px;
}

#footer a {
	color: #3377FF;
}

/* FMenu */
#fmenu {
	clear: both;
	text-align: center;
	width: 100%;
}

#fmenu ul {
	padding: 10px 0;
	list-style: none;
	display: inline;
	float: left;
	color: black;
}

#fmenu li {
	display: block;
	float: left;
	width: 290px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
}

#fmenu li a {
	color: brown;
	text-decoration: none;
}

.mailto2 {
	display:none;
}
