body {
	background-color: #DFE6F1;
	margin: 0;
	}
h1 {
	font-size: 24px;
	color: #7E9AC4;
	vertical-align: bottom;

	}
h2 {
	font-size: 20px;
	color: #7E9AC4;
	}
h3 {
	font-size: 15px;
	color: #7E9AC4;
	}
p { 
	font-size: 12px;
	}
img {
	border: 0;
	}
.maintable {
	background-color: #fff;
	width: 800px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	}
.header_top {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: 2D5B9E;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 75px;
	vertical-align: bottom;
	padding-right: 10px;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	}
.header_bottom {
	height: 100px;
	}
.header_left {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	width: 200px;
	height: 100px;
	background-image: url(../images/header_left.gif);
	background-repeat: no-repeat;
	}
.header_right {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	width: 600px;
	height: 100px;
	background-image: url(../images/header_right.gif);
	background-repeat: no-repeat;
	}
.menu {
	padding: 15px;
	width: 170px;
	}
.content {
	width: 368px;
	/*min-width: 440px;*/
	padding: 15px;
	}	
.sponsor {
	width: 200px;
	padding-top: 80px;
	/*
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px; */
	background-image: url(../images/sponsor_bg.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold,
	}
.footer {
	text-align: center;
	color: #999;
	font-size: 11px;
	height: 50px;
	}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #6C9DCE;
	}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	}
