body {
	text-align:center;
	margin:0;
	background:url(../images/gif.gif) repeat-y center #FFFFCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 1.6;
}
#container {
	width: 768px;
	margin: 0 auto;
	text-align:left;
}
#topMenu {
	height: 25px;
	width: 768px;
	background-color: #425772;
}
#content {
	width: 768px;
}
#sidebar {
	float: left;
	width: 188px;
	overflow:hidden;
}
#main {
	float: right;
	width: 580px;
	overflow:hidden;
}
#topRight {
	height: 188px;
	width: 580px;
	overflow:hidden;
	background:url(../images/title2a.jpg) bottom left no-repeat #425772;
}
.clr {
	clear:both;
}
#search {
	text-align: right;
	float:right;
	margin-right: 20px;
	margin-top: 10px;
	width:400px;
	background: #425772;
	height: 26px;
	padding: 8px 15px;
	padding-right: 15px;
	font-size: 12px;
	color: #666666;
}
#sidebarContent {
	font-size: 12px;
	color: #333333;
	margin-right: 15px;
	margin-left: 15px;
}

#mainContent {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 12px;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #336600;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 16px;
	font-weight: bolder;
	color: #333300;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

h5 {
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #6633FF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
