@charset "UTF-8";




body {
	font: 'GeosansLightRegular', Courier New, Courier, monospace;
	font-size: 1em;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

@font-face {
	font-family: 'GeosansLightRegular';
	src: url('font/geosanslight-webfont.eot');
	src: local('☺'), url('font/geosanslight-webfont.woff') format('woff'), url('font/geosanslight-webfont.ttf') format('truetype'), url('font/geosanslight-webfont.svg#webfontWSTFtkhc') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'MankSansRegular';
	src: url('manksans-webfont.eot');
	src: local('☺'), url('manksans-webfont.woff') format('woff'), url('manksans-webfont.ttf') format('truetype'), url('manksans-webfont.svg#webfont4WlULSzm') format('svg');
	font-weight: normal;
	font-style: normal;
}


body,td,th {
	color: #999;
}
.oneColLiqCtr #container {
	/*width: 100%;*/  /* this will create a container 80% of the browser width */
	
	background: #FFFFFF;
	margin-top: 50px; /* the auto margins (in conjunction with a width) center the page */
    margin-left: 25px;
	margin-right: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: auto;
	font-size: 1.5em;
}
/*.oneColLiqCtr #header {
	float: left;
	width: 100%;

}*/
.oneColLiqCtr #mainContent {
 /* remember that padding is the space inside the div box and margin is the space outside the div box */
 border: none;



}

.oneColLiqCtr .thumbnail img {
	 margin-top: 0px;
	/* margin-left: 20px;*/
	text-decoration:none;
	border: none;
	padding-right: 5px;
	padding-left: 10px;
}




#mainContent #Table_01 tr td ul {
	width: 1250px;
	height: 50px;
	padding: 0px;
	margin-top: 0px;
	
	color: #999;
}

.nav_menu  {
	list-style-type:none;
	width: 50%;
	position: relative;
	top: -70px;
	left: 500px;
	color: #999;
	text-decoration:none;
	font-family: 'GeosansLightRegular', Courier New, Courier, monospace;
	font-size: 16px;
}

li {
	display:inline;
	
	clear: left;
	margin:0px;
	padding:0px 20px 0px 20px;
	list-style-type:none;
	
	
}
.mynewLogo {
	border: 0;
}


li a.link, a.visit 
 {   
    margin:0;
	text-decoration:none;
}
a:hover, a:active {
	color: #333;
	text-decoration:none;
}



#info {
	font-size:1em;
	color: #000;
	width: 320px;
	float: right;
	margin-left: 15px;
	/*line-height: 1.2;*/
	text-decoration:none;
/*	margin-bottom: 30px;*/

	
}

#info a:link {
	color: #800080;
	text-decoration:none;
}
#info a:hover {
	color: #FF0080;
	font-weight: bold;
	text-decoration:none;
}
