* {
	margin: 0;
	padding: 0;
}
a {
	color: #F70;
	outline: none;
}
a:hover {
	color: #C60;
}
body {
	background: #0094D6 url(/images/bg.gif) repeat-x;
	color: #466;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

img {
	border: none;
	margin: 10px;
}

img.right {
  float: right;
}

p {
	font-size: 1.8em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}

ul {
	font-size: 1.8em;
    margin-left: 20px;
}

h1 {
	font-size: 2.4em;
	margin-bottom: 4px;
}
code {
	background: url(/images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(/images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #06C;
	padding-top: 6px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(/images/topleft.gif) no-repeat;
    width: 920px;
    margin: 0 auto;
}

.header {
	height: 92px;
}

/* title */
.title {
	float: left;
	padding: 28px 0 0 76px;
}
.title p {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
    margin-bottom: 4px;
    padding-top: 6px;
}

.title a {
  color: #FFF;
  text-decoration: none;
}
/* navigation */
.navigation {
	float: left;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 11px "Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover, .navigation a.current {
	background-color: #4A91C3;
	color: #FFF;
}

/* main */
.main {
	background: #FFF url(/images/bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
    min-height: 400px;
//    height: 400px;
}

/* main left */
.sidenav {
	float: left;
	width: 24%;
}
.sidenav p {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.6em;
	font-weight: bold;
}
.sidenav ul {
  margin: 10px 0 0 10px;
  padding: 0;
  list-style: none;
  text-align: left;
}
.sidenav li { 
  margin: 0;
  padding: 0 0 10px 0px;
  width : 180px;
  font-size: 11px;
  line-height: 13px;
  color: black;
  background: white;
}
.sidenav li a {
  text-decoration: none;
  color: brown;
  font-size: 11px;
  display: inline;
  padding: 0;
  font-weight: normal;
  background: white;
}

/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 69%;
}

.content td, .content th {
  padding: 5px;
  font-size: 13px;
}

/* footer */
.footer {
	background: #0094D6 url(/images/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}

.footer p {
	color: #C1DEF0;
	font-size: 1.1em;
}


.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* FMenu */

#fmenu {
  clear: both;
  text-align: center;
  width: 900px;
  margin: 0 auto;
  padding: 10px;
}

#fmenu ul {
  list-style: none;
  display: inline;
  float: left;
  color: black;
}

#fmenu li {
  display: block;
  float: left;
  width: 270px;
  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}
