body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #990000;
}
#header {
	position: relative;
	height: 75px;
	width: 750px;
	float: left;
}
#links {
	font-size: 10px;
	float: right;
	height: 20px;
	margin-top: 5px;
}
#menu {
	font-size: 13px;
	float: none;
	height: 35px;
	width: 100%;
	margin: 0px;
	background-image:  url("../_images/menu_bg.gif");
	background-repeat: repeat-x;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu a {
	background-image:  url("../_images/menu_bullet.gif");
	background-repeat: no-repeat;
	width: 122px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	text-decoration: none;
	margin: 0px;
	display: block;
	float: left;
	color: #999999;
	height: 23px;
}
#menu a:hover {
	background-image:  url("../_images/menu_bullet_o.gif");
	background-repeat: no-repeat;
	color: #990000;
}
#content {
	position: relative;
	height: 550px;
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
}
#home {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image:  url("../_images/home_bg.gif");
	background-repeat: repeat-x;
	top: 0px;
}
#footer {
	position: relative;
	height: 100px;
	width: 100%;
	background-image:  url("../_images/footer_bg.gif");
	background-repeat: repeat-x;
	padding-top: 20px;
	font-size: 9px;
	color: #999999;
}
#browser {
	height: 252px;
	width: 448px;
	margin-top: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#toc {
	height: 252px;
	width: 300px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin: 10px 0px 0px;
	padding: 0px;
}
#toc2 {
	height: 252px;
	width: 350px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin: 10px 0px 0px;
	padding: 0px;
}
#toc2 h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 6px 0px 0px 5px;
	height: 25px;
}
#toc h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 6px 0px 0px 5px;
	height: 25px;
}
#toc2 #box {
	font-size: 11px;
	height: 250px;
	overflow: auto;
	position: relative;
	display: block;
	width: 325px;
	padding: 5px;
}
#toc #box {
	font-size: 11px;
	height: 250px;
	overflow: auto;
	position: relative;
	display: block;
	width: 380px;
	padding: 5px;
}
#toc2 #box p {
	padding: 2px;
	margin: 0px;
}
#toc #box p {
	padding: 2px;
	margin: 0px;
}
#toc2 #box h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 7px 0px 7px 0px;
	padding: 0px;
	color: #999999;
	border-bottom: 1px solid #eeeeee;
}
#toc #box h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 7px 0px 7px 0px;
	padding: 0px;
	color: #999999;
	border-bottom: 1px solid #eeeeee;
}
#toc #box img {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	float: left;
}
#article {
	line-height: 20px;
}
#article #imgBox1 {
	padding: 0px;
	margin: 0px 20px 10px 0px;
	float: left;
	font-size: 9px;
	color: #666666;
}
#article #imgBox1 p {
	padding: 0px;
	margin: 0px;
	width: 300px;
}
#article #imgBox1 img {
	width: 300px;
}
#article #imgBox2 {
	padding: 0px;
	margin: 0px 0px 15px 15px;
	float: right;
	font-size: 9px;
	color: #666666;
}
#article #imgBox2 p {
	padding: 0px;
	margin: 0px;
	width: 200px;
}
#article #imgBox2 img {
	width: 200px;
}
#article .sq {
	margin: 2px 7px 0px 0px;
	float: left;
	padding: 0px;
}
#article h1 {
	font-size: 22px;
	color: #990000;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	font-weight: normal;
	display: block;
}
#article h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#sideBar {
	float: right;
}
