@charset "utf-8";
#forum_link {
	float: right;
	margin-top: -150px;
	position: absolute;
	margin-left: 550px;
}

/* CSS Document */

body {
	background: #fff;
	padding: 0;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	line-height: 1.5;
}

.toc{
	border:1px solid #bbb;
	padding:0px 20px 20px 20px;
	background:#f1f2f2;
	margin:-10px 0px 30px 0px;
	position: relative;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

.toc ul li{
margin:10px;
padding:0;
list-style-position: inside;
list-style: url('/images/grey-arrow.gif') disc;
}

.content ul li{
margin:10px;
padding:0;
list-style-position: inside;
list-style: url('/images/grey-arrow.gif') disc;
}


h1 {
	padding-right: 10px;
	padding-left: 6px;
	font-size:150%;
	margin-bottom:-10px;
}

h2{
	padding: 20px 10px 0px 6px;
	font-size:125%;
	margin-bottom:-10px;
	
}

.box h3{
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 6px;
}

.content h3{
padding: 20px 0px 0px 6px;
font-size:110%;
margin-bottom:-10px;
}

p {
	padding: 0px 10px 0px 6px;
}
a img { 
	border: none;
}


a:link {
	color: #016c96;
	text-decoration: none; 
}
a:visited {
	color: #016c96;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}

.container {
	width: 980px;
	background: #FFF;
	margin: 0 auto; 
}

.header {
	background-color: #fff;
	background-image: url(images/header-3.jpg);
	background-repeat: no-repeat;
	height: 64px;
	padding-bottom:20px;
	position: relative;
}
.container .header #about {
	position: absolute;
	font-size: 0.7em;
	top: 72px;
	right: 2px;
}


.sidebar1 {
	float: right;
	width: 240px;
	padding-bottom: 10px;
	padding-top: 20px;
}

.image {
margin-bottom:20px;
}

.content {
	padding: 0;
	width: 740px;
	float: right;
}

.content h2 {
	color: #000;
	font-size: 150%;
	margin-top: 4px;
	margin-bottom: 12px;
}
.container .sidebar1 .box {
	font-size: 80%;
	border: thin solid #C3CFC8;
	margin-bottom: 10px;
	background-image: url(images/sidebar_header_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.container .sidebar1 .box h3 {
	font-size: 12px;
	color: #016c96;
	margin-top: 6px;
	margin-bottom: 12px;
	margin-right: 2px;
}

.container .content #welcome {
	float: left;
	width: 718px;
	margin-bottom: 20px;
}
.container .content #news {
	float: left;
	width: 718px;
	margin-bottom: 10px;
}
li.link, li.download, li.blog, li.rss{
	line-height:18px;
	margin-bottom:8px;
	background-repeat: no-repeat;
	background-position: left top;
}

li.link{
	background-image: url(images/right_arrow.png);
}

li.download{
	background-image: url(images/down_arrow.png);
}

li.blog{
	background-image: url(images/blog.png);
}

li.rss{
	background-image: url(images/rss.png);
}

.container .sidebar1 .box ul a {
	font-size:1em !important;
	list-style-position:inside;
	text-indent:-1em;
	text-decoration:none;
	color:#016C96;
	/* [disabled]background-image: url(images/right_arrow.png); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: left; */
}

.boxContent {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
}

ul {
	list-style:none;
}

ul li {
		padding-left: 20px;

}

.footer{
text-align:center;
font-size:small;
border-top:1px solid #bbb;
float:center;
clear:both;
width:100%;
padding:15px 0px 30px 0px;
margin-top:30px;

}

