html
{
	margin: 0px;
}

body         { font-family: Arial, Helvetica, Verdana, sans-serif; 
               text-align: center; margin: 0px; BACKGROUND-COLOR: #6699ff; }
.mainheader
{
	margin: 0px auto 10px auto;
	width: 890px;
	text-align: left;
}

.maincontent
{
	margin: 0px auto 0px auto;
	width: 890px;
	text-align: left;
 	background-color: #FFFFFF; 
}

.footer
{
	border-top: 1px solid #CCC;
	padding: 10px 0px 0px 0px;
	margin-bottom: 30px;
	clear: both;
	color: #999;
	font-size: 10px;
	text-align: center;
}	

.footer a
{
	color: #999;
	text-decoration: underline;	
}

.footer a:hover
{
	color: #666;
	text-decoration: underline;	
}

.footer a:active
{
 
	color: #333;
	text-decoration: underline;	
}


/* -- HEADER -- */

.header
{
	background-repeat: no-repeat;
	background-position: left top;
	height: 125px;
	border-right: #CCC;
	border-bottom: #FFB700;
	border-left: #CCC;
	border-width: 0px 1px 1px 1px;
	border-style: none solid solid solid;
	background-image: url(../images/back.gif);
}

#contact
{
	float: right;
	margin: 16px 23px 0px 0px;
	border: 0px;
}

#logo
{
	float: left;
	margin: 29px 0px 0px 22px;
	border: 0px;	
}

/* -- TOP NAV BAR -- */

.topnav
{
	background-color: #FFB700;
	background-image: url(topnavstrip.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	margin: 0px 0px 0px 0px;
	border-right: #FFB700;
	border-bottom: #FFB700;
	border-left: #FFB700;
	border-width: 0px 1px 1px 1px;
	border-style: none solid solid solid;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

.device
{
	background-image: url(topnavdevice.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 0px 3px 2px;
}

.topnav ul
{
	list-style: none;
	margin:0px;
	padding:0px;
}

.topnav li
{
	padding: 0px 4px 0px 7px;
	border-right: #000;
	border-width: 0px 1px 0px 0px;
	border-style: none solid none none;
	display: inline;
}

.topnav #last
{
	padding: 0px 4px 0px 7px;
	border-right: #000;
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
}

.topnav li a
{
	color: #000;
	text-decoration: none;
}

.topnav li a:hover
{
	color: #000;
	text-decoration: underline;
}

.topnav li a:active
{
	color: #FFF;
	text-decoration: underline;
}










