@charset "utf-8";
/* 
Author: Polcantech

*/
/*--------START CSS--------*/
body {
	height:100%;
	margin:20px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
* { margin:0px; padding:0px; }
#container {
	width: 870px;
	margin:10px auto;
	text-align:left	;
	overflow:auto;
      
}
#banner{
	height: 278px;
	background-image: url(images/Main_logo.jpg);
	background-repeat: no-repeat;
}
/*------------NAVIGATION BAR--------------*/

#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#nav ul {margin:0 5px;}
#nav li{
	list-style: none;
	float:left;
	padding:10px;
}

#nav ul ul{
position:absolute;
display:none;
}

#nav ul ul li{
padding:0;
margin:0;
float:none;
}

#nav li:hover ul, #nav li.sfhover ul{
display:block;
margin:0px;
}

#nav a {
	display:block;
	text-align:center;
	height:37px;
	width:123px;
	background-position:top left;
	text-decoration:none;
	background:url("images/HomeButton-over.png") no-repeat;
	line-height:37px;
	color:#000000;
	margin:0;
}
#nav a:hover {background-position:0 -37px;}
#nav a:active {background-position:0 -37px;}
#nav a:visited { color: #000; }
#nav .current {background-position:0 -37px;}

/*-----------END NAVIGATION BAR-------------*/
/*-----------CONTENT & COLUMNS------------*/
#content {
	float:left;
	width:460px;
	font-family:Century Gothic, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	text-align:justify;
}
.marginleft {margin-left:125px}
#content li {float:left}
#content p {padding:0 1em;}
strong {font-weight:bold; font-style:normal}
#content span {font-weight:bold; font-size:12px;}
#content em {font-weight:bold; font-size:16px;}
#content table span {font-weight:normal}
.contentimages {float:left;width:115px;height:95px;clear:both}
.clear {clear:left}
a { color: black; text-decoration: underline; }
.limagecolumn {width:216px; float:left; display: inline;}
.rimagecolumn {width:186px; float:right;}

#date {
	font-family:Century Gothic, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	text-align:center;
	clear:both;
}


/*-----------END CONTENT & COLUMNS------------*/
/*----------- FORMS-------------*/
/*----------END FORMS-----------------*/
#footer {
	font-family:Century Gothic, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	text-align:center;
	clear:both;
}
#footer a img {border:0;}
img {border: none;}
/*--------END CSS--------*/