
BODY {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	padding: 0px;
}
#header {
	color: #ffffff;
	background-color: #6699cc;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 0px;
}
#breadcrumbs {
	color: #336699;
	background-color: #99ccff;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}
#breadcrumbs H3 {
	margin: 0px;
}
#header H1 {
	display: none;
}
#header H2 {
	display: none;
}

#background {
	background-color: #ffffff;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}


#sidebar {
	float: right;
	width: 150px;
	margin-right: 20px;
	margin-top: 0px;
}


#content {
	background-color: #ffffff;
	margin-right: 190px;
	padding-left: 0px;
	padding-right: 20px;
	margin-top: 0px;
	margin-left: 20px;
	border-right: 1px solid #000000;
	font-size: 14px;
	line-height: 18px;
}

#content .forum {
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar .box, #sidebar .box2, #content .box {
	padding: 5px;
	font-size: 12px;
	margin-bottom: 16px;
	border: 1px dashed #000000;
}
#sidebar .box {
	background-color: #99ccff;
}
#sidebar .box2, #content .box {
	background-color: #6699cc;
}
#sidebar .box H4, #sidebar .box2 H4 {
	font-size: 14px;
	margin: 0px;
}
#sidebar .box H4 {
	color: #336699;
}
#sidebar .box2 H4 {
	color: #99ccff;
}
#sidebar .box P, #sidebar .box2 P {
	margin-top: 3px;
}
#sidebar .box UL, #sidebar .box2 UL {
	margin-top: 3px;
	margin-left: 0px;
	padding-left: 15px;
	list-style-type: square;
}
#sidebar a:link, #sidebar a:visited {
	color: #000000;
}
#sidebar a:hover {
	color: #ffffff;
}
#tabstrip {
	margin-bottom: 3px;
	position: relative;
	z-index: 2;
}
#tabstrip .tabactive, #tabstrip .tabinactive {
	font-weight: bold;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#tabstrip .tabactive {
	background-color: #99ccff;
	padding: 4px;
	margin-bottom: 0px;
	color: #336699;
	border-bottom: 1px solid #99ccff;
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-topright: .5em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
}
#tabstrip .tabinactive {
	background-color: #6699cc;
	padding: 4px;
	margin-bottom: 0px;
	color: #99ccff;
	border-bottom: 1px solid #000000;
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-topright: .5em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
}
#tabstrip .tabempty {
	padding: 4px;
	margin-bottom: 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
}
#tabstrip .tabinactive a:link, #tabstrip .tabinactive a:visited{
	color: #99ccff;
	text-decoration: none;
}
#tabstrip .tabinactive a:hover {
	color: #ffffff;
}

