@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Tahoma, Verdana, "sans-serif";
	font-size: 12px;
	margin-top: 60px;
	margin-right: 60px;
	margin-bottom: 5px;
	margin-left: 60px;
	background-image: url(images/bg.png);
}
.main #topline {
	background-image: url(images/trim.png);
	background-repeat: repeat;
	width: 100%;
	height: 15px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #0F100B;
}
#top{
	width: 780px;  
	margin: 0 auto;
	top: 0px;
	}
#logo {
	height: 146px;
	width: 250px;
	top: 16px;
	position: absolute;
	background-repeat: no-repeat;
	float: left;
	background-image: url(images/logo.png);
}

/*NAVIGATION*/

#nav ul {
	padding:0;
	list-style:none;
	display:table;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: auto;
	white-space:nowrap;
	}
#nav li {
	display:table-cell;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
	}
#nav a {
	float:left;
	color:#000;
	margin:0 0 0 2px;
	padding:0 0 0 2px;
	text-decoration:none;
	letter-spacing:1px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#nav a b {
	float:left;
	display:inline;
	padding:5px 16px 5px 12px;
	}
#nav a:hover {
	color:#000000;
	cursor:pointer;
	background-image: url(images/trim.png);
	background-repeat: repeat;
	} 
#nav .current a {
	color:#000000;
	cursor:default;
	background-image: url(images/trim.png);
	background-repeat: repeat;
	} 
#nav {
	margin:0 0 0 auto;
	}
	

/*NAVIGATION END*/

.main #container {
	width: 780px;
	background: #FFFFFF;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
}

.main #header {
	background-image: url(images/trim.png);
	background-repeat: repeat;
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #0F100B;
}
.main #header h1 {
	margin: 0; 
	padding: 10px 0;
}
.main #mainContent {
	background: #FFFFFF;
	overflow: auto;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.main #footer {
	background-image: url(images/trim.png);
	background-repeat: repeat;
	height: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: outset;
	border-top-color: #0F100B;
}
.main #footer p {
	margin: 0;
	text-align: center;
	font-size: 10px;
	color: #000000;
	font-family: Tahoma, Helvetica, Verdana;
	font-weight: bold;
}
.black{
	font-weight:bold;
	color:#484848;
	text-decoration: underline;
}
.orange {
	font-weight:bold;
	color:#FF6600
}

a:link {
	color:#9BC720;
	text-decoration: none;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #9BC720;
	font-weight: 600;
}
a:hover {
	color:#000000;
	background-color:#9BC720;
}
