@charset "utf-8";
/* CSS Document */

a {
	color: #E97730;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #666666;
}
body {
	font-family: Calibri,Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
.bgTop {
	background-image: url(images/bgtop.jpg);
	background-repeat: repeat-x;

}
.bgTop2 {
	background-image: url(images/menu3.jpg);
	background-repeat: repeat-x;

}
.bgMenu{
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bgDivider{
	background-image: url(images/divider.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

.bgHomeMenu{
	background-image: url(images/homemenu.jpg);
	background-repeat: repeat-x;
	background-position: center;
	padding-bottom: 5px;
}
.bgBottom {
	background-image: url(images/bgbottom.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 11px;
}
.title {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #E97730;
	letter-spacing: 0px;
	margin-top:0px;
}
.bgBottom a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
.bgBottom a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}
.bgFooter {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	
	font-size: 10px;
	border: 1px solid #666666;
	color: #CCCCCC;
	padding: 5px;
}
.bgFooter a{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

.bgFooter a:hover{
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

.homeFooterBottom{
	color: #CCCCCC;
	bottom: 107px;
	width:100%;
	font-size: 10px;
	left: 2px;
}

.homeFooterBottom a{
	color: #CCCCCC;
	text-decoration: none;
	font-weight:normal;
}

.homeFooterBottom a:hover{
	color: #E97730;
	text-decoration: none;
	font-weight:normal;
}
.copyright{
	 font-size:10px;
	 color: #CCCCCC;
}
.copyright a{
	color: #CCCCCC;
	font-weight:normal;
	text-decoration: none;
}

.copyright a:hover{
	color: #E97730;
	font-weight:normal;
	text-decoration: none;
}
.leftMenu{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.leftMenu a{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.leftMenuSelected {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.leftMenu a:hover{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.disignedBy{
	font-size:10px;
}

.repMenu a{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.repMenu a:hover{
	color: #E97730;
	font-weight:bold;
	text-decoration: none;
}
.repMenuTable{
	font-size:11px;
	line-height: 20px;
	border: thin solid #CCCCCC;
	padding-left: 2px;
}

table.borderBottom td {
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}

.caption{
	font-size:10px;
}

#header .menu{text-align:center;list-style:none; width:760px;}
/*#header .menu li{display:inline}*/

#header ul.menu {margin:0 auto; /*padding-right:37px; float:right;*/}
#header ul.menu li {float:left; margin:0 4px; padding:0 4px; background:url(images/menu-separator.jpg) no-repeat left center; list-style: none; }
#header ul.menu li.first {list-style:none; background:none; padding-left:0; margin-left:0;}

#header ul.menu li a {font:11px arial, serif; color:#fff; text-shadow:1px 1px 0 #000; padding-left: 10px; display:block; text-transform:uppercase; font-weight:bold;  letter-spacing:2px;  }

#header ul.menu li.first a {padding-left: 5px;}

#header ul.menu li a.active, #header ul.menu li a:hover {color:#E97730; }

