body
{
	height: 100%;
	width: 1000px;
	margin: 25px auto;
	/*background-color: saddlebrown;*/ 
	background: white url(../graphics/background.png) no-repeat fixed top center;
	font-family: arial,verdana,helvetica;
	font-size: 12px;
	color: #222222;
}

a
{
	color: #008CD1;
	text-decoration: none;
	outline: none;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

ul
{
	margin-left: 0px;
	padding-left: 20px;
}

div#navbar
{
	width: 1000px;
	height: 75px;
	border: 0px solid black;
	margin-left: -1px;
	margin-bottom: 15px;
	background-color: white;
}

div#navbar *
{
	vertical-align: middle;
}

div#banner
{
	width: 1000px;
	height: 165px;
	border: 0px solid black;
	margin-left: -1px;
	margin-bottom: 10px;
	background-color: red;
}

div#mainbody
{
	width: 986px;
	margin-left: -1px;
	margin-bottom: 5px;
	padding: 5px 5px;
	overflow: auto;
	border: 2px groove black;
	background-color: white;
}

div#footer
{
	width: 1000px;
	height: 15px;
	text-align: center;
	border: 1px solid black;
	margin-left: -1px;
	background-color: white;
}

div.topnav
{
	float: left;
	width: 450px;
	height: 70px;
}

ul#nav
{
	position: relative;
	float: right;
	display: block;
	list-style-type: none;
	margin-top: -1px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
}

ul#nav li
{
	float: left;
	display: block;
	width: 63px;
	height: 41px;
	line-height: 15px;
	background-color: #84C9EA;
	margin: 0px 5px 0px 0px;
	border: 0px inset black;
	border-bottom: none;
	text-align: center;
}

ul#nav li a
{
	text-decoration: none;
	color: black;
	outline: none;
}

ul#nav li:hover
{
	background-color: black;
}

ul#nav li:hover a,ul#nav li:hover a span.smallchina
{
	color: white;
	outline: none;
}

ul#nav li ul
{
	width: 140px;
	position: relative;
	display: block;
	list-style-type: none;
	visibility: hidden;
	font-weight: normal;
	font-size: 10px;
	margin-top: 8px;
	margin-left: -20px;
}

ul#nav li ul li
{
	width: 140px;
	height: 15px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid black;
	border-bottom: 0px;
	text-align: left;
	padding-left: 5px;
}

ul#nav li:hover ul
{
	visibility: visible;
}

ul#nav li:hover ul li a
{
	color: black;
}

ul#nav li:hover ul li:hover a
{
	color: white;
}

ul.linklist
{
	list-style-type: none;
	margin-bottom: 10px;
}

ul.linklist a
{
	color: #008CD1;
	outline: none;
}

.verylarge
{
	font-size: 15px;
	font-weight: bold;
}

.large
{
	font-size: 13px;
	font-weight: bold;
}

.small
{
	font-size: 11px;
	font-weight: normal;
}

.verysmall
{
	font-size: 10px;
	font-family : arial,verdana,helvetica;
	font-weight: normal;
}

.navheader
{
	font-family: times new roman,times,serif;
	width: 200px; 
	height: 70px;
}

.navtexttop
{
	text-decoration: none;
	color: black;
}

.navtexttop:hover
{
	color: #008CD1;
}

.directions
{
	width: 250px;
	height: 70px;
}

.china
{
	color: red;
	font-family: georgia,arial,helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.smallchina
{
	color: black;
	font-family: georgia,arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.verysmallchina
{
	color: black;
	font-family: georgia,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.blue
{
	color: #008CD1;
}

.red
{
	color: red;
}

.center
{
	text-align: center;
}