body {
	background-color: #e6e6e6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footfade {
	background-image: url('graphics/bottom.jpg');
	background-position: center bottom;
	height: 48px;
	width: 100%;
	background-repeat: no-repeat
}

#outframe {
	background-image: url('graphics/back.jpg');
	background-repeat: repeat-y;
	background-position:  center 50%;
	width: 100%
}

#frame {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	background-color: #FFFFFF;
	}
	
#header {
	background-image: url('graphics/header.gif');
	height: 125px;
	background-color: #333333
}

#footer {
	background-image: url('graphics/footer.gif');
	height: 67px;
	background-color: #CCCCCC
}

#LogosL {
	float: left;
}

#LogosR {
	float: right;
}


#menu {
	background-color: #CCCCCC;
	background-image: url('graphics/menufade.jpg');
	height: 23px
}

.menudiv {
	background-image: url('graphics/menudiv.gif');
	float: left;
	height: 23px;
	width: 2px
}

#menuoption {
	float: left;
	height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

#menuoption a  {
	color: #333333;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-image: url('graphics/menufade.jpg');
}

#menuoption a:hover {
	color: #333333;
	text-decoration: none;
	background-image: url('graphics/menufadeover.jpg');
}

#col {
	float: left;
	width: 360px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.small {
	font-size: 9px;
	font-weight: bold;
	width: 75px;
}

.smallh {
	font-size: 9px;
	font-weight: bold;
	width: 55px;
}

.large {
	width: 210px;
}

.smallprint {
	font-size: 9px;
}

#content {
	clear: both;
	padding-top: 5px;
}

#clear {
	clear:both;
	height:1px;
	overflow:hidden;
	width: 760px;
}
  	
#col a {
	color: #f9b42a;
}

#col a:hover {
	color: #76C9E0;
}