body {
	text-align:center;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	background-image: url(../images/gif.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body, td, tr, div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 1.6;
}
#container {
	width: 765px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topMenu {
	height: 25px;
	width: 765px;
	background-color: #425772;
}
#content {
	width: 768px;
}
#sidebar {
	float: left;
	width: 188px;
	background-color: #FFF;
	overflow:hidden;
}
#main {
	float: left;
	width: 577px;
	overflow:hidden;
	background-color: #FFF;
}
#topRight {
	height: 188px;
	width: 577px;
	overflow:hidden;
	background-color: #CCC;
	background-image: url(../images/title3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sidebarContent {
	font-size: 12px;
	color: #333;
	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: #009;
	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;
}
