body {
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

a { 
	color: #0000CC;
	background-color: inherit;
}

a:hover {
	color: #BF3E17;
	background-color: inherit;
}

h1 {
	font: 160%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 3px 0 0 0;
	margin: 0;
}


h1 a {
	color: #BF3E17;
	background: inherit;
	text-decoration: none;
}

h1 a:hover {
	color: #3C6491;
	background: inherit;
	text-decoration: none;
}

h2 {
	margin: 8px 0 5px 0;
	padding: 0;
	font-size: 130%;
	letter-spacing: -1px;
	color: #808080;
	background-color: inherit;
}

h2 a {
	color: #000000;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../images/h2bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	
	padding: 0 0 0 20px;
}

h2 a:hover {
	background: url(../images/h2bghover.gif) no-repeat center left;
}

h3 {
	font-size: 200%;
	color: #000099;
	text-transform: capitalize;
	text-align: left;
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align: middle;
}

#header {
	clear: both;
	width: 900px;
	height: 60px;
	margin: 0 auto;
}

#header #logo {
	float: left;
	color: #000000;
	width: 500px;
	background-image: url(../images/logo.gif);
	height: 55px;
}

.slogan {
	float: right;
	border-left: 1px solid #CCCCCC;
	padding: 0 0 0 20px;
}

#headermenu {
	padding: 13px 0 5px 0;
	float: right;
	font-size: 80%;
}

#headermenu a {
	padding: 12px 13px 2px 11px;
	text-decoration: none;
	color: #414141;
	background: #ccc url(../images/header_menu_arrow.gif) no-repeat top center;
	margin: 0 0 3px 1px;
	border-bottom: 4px solid #BCBCBC;
}

#headermenu a:hover {
	color: #FFFFFF;
	border-bottom: 4px solid #2F4A6C;
	background-color: #3C6491;
	background-repeat: no-repeat;
	background-position: center top;
}

#headermenu .logout {
	background-color: #FF6600;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}

#headermenu .admin {
	background-color: #FF6600;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}

.content {
	border-top: 1px solid #FEFEFE;
	background: #FFFFFF url(../images/contentbg.gif) repeat-x left top;
	color: #000000;
	padding-top: 10px;
}

#right {
	width: 690px;
	padding-left: 20px;
	float: left;
	padding-right: 10px;
}

#articles {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#left {
	float: left;
	width: 180px;
}

#leftmenu {
	margin: 0;
	padding: 0;
}

#leftmenu a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2C8DAB;
	background-image: url(../images/menu_arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 19px;
}

#leftmenu a:hover {
	color: #FFFFFF;
	background-color: #237187;
	background-repeat: no-repeat;
	background-position: left center;
}

#rss {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 90%;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFFFFF;
	height: 200px;
}

#footer {
	clear: both;
	width: 880px;
	background: #3C6491 url(../images/footer_bg.gif) repeat-x top left;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#footer span {
	font-size: 90%;
}

form.search {
	padding: 0;
	margin: 0;
	font-size: 90%;
}

#searchform {
	background: #808080;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
}

input.text {
	width: 105px;
	border: 1px solid #eee;
	color: #000000;
	background: #d8d8d8;
}

input.text:hover { 
	border: 1px solid #FFFFFF; 
	background: #EEEEEE; 
	color: #000000; 
}

input.button {
	background: none;
	color: #FFF;
	background-color: #808080;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-weight: bold;
}

#updates .date {
	color: #808080;
	text-align: left;
	font-size: 90%;
}

#updates .brief {
	color: #808080;
	text-align: left;
}

#updates .title {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#updates .dottedline{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/horizontaldotted.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.paragraph {
	text-align: justify;
}

.paragraph p{
	padding-bottom: 15px;
}

.paragraph ul{
	margin-top: 0px;
	padding-top: 0px;
}

.paragraph ul li{
	padding-bottom: 10px;
}

.warning {
	font-size: 16px;
	color: #FF0000;
	text-align: center;
	padding: 5px;
	border: 1px dashed #FF6600;
	background-color: #FFFFFF;
}


table.long {
	border-collapse: collapse;
	width: 650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 24px;
}

table.short {
	border-collapse: collapse;
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 24px;
}

tr.yellow td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-bottom-color: #6699FF;
	background-image: url(../images/horizontaldotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-style: none;
	border-left-style: none;
}

td {
	padding: 0 0.5em;
	background-image: url(../images/horizontaldotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

td.title_short {
	width: 240px;
}

td.title_middle {
	width: 300px;
}

td.title_long {
	width: 330px;
}

td.category {
	width: 100px;
}

td.category_long {
	width: 150px;
}

td.datetime {
	width: 130px;
}

td.date {
	width: 80px;
}

td.number {
	width: 50px;
}

td.tools {
	width: 50px;
}

textarea.long {
	width: 465px;
}

input.long {
	width: 450px;
	border: 1px solid #999999;
}

input.short {
	width: 270px;
	border: 1px solid #999999;
}

input.veryshort {
	width: 180px;
	border: 1px solid #999999;
}

input.border {
	border: 1px solid #999999;
}

select.long {
	width: 200px;
}

label.short {
	width: 70px;
	float: left;
	text-transform: capitalize;
	font-size: small;
	font-weight: normal;
	text-align: left;
	clear: both;
	color: #666666;
}

label.long {
	width: 100px;
	float: left;
	text-transform: capitalize;
	font-size: small;
	font-weight: normal;
	text-align: left;
	clear: both;
	color: #666666;
}

label.extra_long {
	width: 150px;
	float: left;
	text-transform: capitalize;
	font-size: small;
	font-weight: normal;
	text-align: left;
	clear: both;
	color: #666666;
}

label.long_display {
	width: 100px;
	float: left;
	text-transform: capitalize;
	font-size: small;
	font-weight: normal;
	text-align: left;
	clear: both;
	color: #666666;
}


label.checkbox {
	text-transform: capitalize;
	font-size: small;
	font-weight: normal;
	color: #666666;
	padding-left: 10px;
}

.thread_tool {
	text-align: right;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 10px;
}

.thread_tool a{
	color: #FF6600;
}

.thread_tool a:hover{
	color: #0000FF;
}

.page_counter {
	text-align: right;
	padding-right: 15px;
	font-size: 90%;
}

.page_nav {
	font-size: 90%;
}

.page_nav a{
	color: #FF6600;
}

.page_nav a:hover{
	color: #0000FF;
}

table a{
	color: #666666;
}

.outdated {
	color: #CCCCCC;
}

hr{
	color: #CCCCCC;
	height: 1px;
}

.small_notice {
	font-size: 12px;
	color: #FF0000;
}

.submit_btn {
	padding-left: 70px;
}

form p {
	padding-bottom: 5px;
}

form a {
	color: #FF6600;
}

form a:hover {
	color: #0000FF;
}

.topic {
	font-size: 150%;
	font-weight: bold;
	color: #333333;
}

.subtopic {
	font-size: 120%;
	color: #666666;
}

.tag {
	font-size: 90%;
	color: #999999;
}

.block {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
	border-left-width: 8px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-color: #990000;
	border-top-style: none;
	border-left-style: solid;
	margin-top: 5px;
}

fieldset {
	margin-bottom: 5px;
}

fieldset p {
	padding-top: 5px;
	padding-left: 10px;
}

legend {
	text-transform: capitalize;
}

.forum_author {
	float: left;
	color: #666666;
	font-size: 16px;
	padding-top: 5px;
	padding-left: 5px;
}

.forum_time {
	float: right;
	font-size: 12px;
	color: #999999;
	padding-top: 5px;
}

.vcode{
	width: 450px;
	border: 1px solid #FF6600;
	background-color: #FFFFDF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 70px;
}

.fake{
	display: none;
}

.book_name {
	color: #990000;
	font-size: 120%;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
.website_name {
	font-size: 120%;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

.website_description {
	font-size: 90%;
	padding-left: 15px;
}

.website_description  p{
	padding-top: 0px;
	padding-bottom: 0px;
}

.book_author {
	font-size: 90%;
	padding-left: 15px;
}

.resource {
	height:450px;
}