@charset "utf-8";
/* CSS Document */
/* Remove default margin/padding
---------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, blockquote, ul, ol, ul, li , form, fieldset {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif, monospace;
	font-weight: normal;
}
h3 {font-size:16px;}
h2 {font-size:24px;}
h1 {font-size:36px; padding-left:20px;}
.red { color:#FF0000}

.cboth { clear:both}
.fright { float:right}
.fleft { float:left}
.right { text-align:right}
.left { text-align:left}
.center { text-align:center}
td {vertical-align:top}

.form { width:250px; font-size:11px; border:solid 1px #eaecec; font-family:Tahoma; height:16px; line-height:16px; }
.errorform { background:#FFF4CC; font-size:11px; border:solid 1px #eaecec; font-family:Tahoma; height:16px; line-height:16px; width:250px;}

/* Body
---------------------------------------------------------*/

body {
	background-image:url(../img/bg.jpg);
	line-height:17px;
	}
a:link, a:visited { color:#ffa500; text-decoration:none}
a:hover, a:active { color:#ffa500; text-decoration:underline}

/* Main menu
---------------------------------------------------------*/

#conteiner { width:800px; margin:auto; border-right: #ffffff solid 16px; border-left: #ffffff solid 16px; background-color:#ffffff}

#top { height:177px; background:url(../img/top.jpg) no-repeat}
#top .fleft { margin-top:17px;}
#top .fright { margin-top:10px;}
#text { margin-top:10px;}

#menu { height:27px; background:url(../img/mbg.gif) repeat-x; text-align:center}
#smenu { height:27px; background:url(../img/sbg.gif) repeat-x; text-align:center}
#pcontent { margin-top:20px;}
#pcontent h1 { margin-bottom:30px; font-size:30px}

#lmenu ul li
	{
	heigh: 25px;
	line-height:25px;
	width:220px;
	font-size: 12px;
	list-style-type: none;
	color:#5e5953;
	}
#lmenu ul li a:link, #lmenu ul li a:visited
	{
	padding-left:30px;
	color:#5e5953;
	text-decoration:none;
	display:block;
	background: url(../img/ico_off.gif);
	}	
#lmenu ul li a:hover, #lmenu ul li a.selected
	{
	padding-left:30px;
	color:#5e5953;
	text-decoration:none;
	background: url(../img/ico_on.gif);
	}	
#right { padding-left:20px;}
#right h2 { margin-bottom:10px;}
#map { text-align:center; margin-top:20px;}

#spacer { height:2px; background:url(../img/spacer.gif); margin-bottom:25px;}

#content { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

#bottom { border-bottom: #e9e9e9 solid 1px; border-top: #e9e9e9 solid 1px; padding:10px 5px 10px 5px; font-family: Tahoma; font-size:10px; color:#2f2c26; margin-bottom:50px; margin-top:50px;}