body {
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
}

h1 {
	display: none;
}

h2 {
	font-family: Arial, sans-serif;
	color: #036;
	font-size: 18px;
	margin-bottom: 5px;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #369;
	font-size: 15px;
}

#logo {
	background-color: #036;
	background-image: url(../images/page-logo.gif);
	background-repeat: no-repeat;
	height: 76px;
}

#nav {
	position: absolute;
	left: 420px;
	top: 50px;

}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	list-style: none;
	display: inline;
}

#nav a {

	display: block;
	float: left;

	background-image: url(../images/content-linksep.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;


	padding: 5px 15px;

	color: #CCC;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;

}

#nav a:hover {
	color: #EEE;
	background-color: #369;
}

#nav a:active {
	color: #f00;
	background-color: #369;
}

#body {
	margin-left: 250px;
	padding: 20px;
	background-image: url(../images/background-page.jpg);
	background-repeat: repeat-x;
	line-height: 160%;
	font-size: 13px;
}

form {
	margin: 0px;
	line-height: 180%;
}

p {
	text-align: justify;
	font-size: 13px;
	line-height: 160%;
}

label {
	font-size: 11px;
}

.bordered {
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #ccc;
}
.bordered h2 {
	font-size: 14px;
	margin: 0px;
}

.floaty {
	display: block;
	width: auto;
	float: left;
	line-height: 150%;
}
.floatr {
	float: right;
	border: 1px solid #333;
	margin: 0px 20px;
}
a img.floatr {
	border: 0px;
}
.floats {
	border: 0px;
	float: right;
	margin: 0px 20px;
}
.textinput {
	width: 100%;
}

input,select,textarea {
	font-family: Verdana;
	font-size: 13px;
}


.bodysection {
	border-bottom: 1px solid #ccc;
	max-width: 800px;
}

.bodysection h2 {
	1
}
.bodysection .left {
	float: left;
}

.bodysection p {
	margin-left: 200px;
	font-size: 12px;
}

#left {

	float: left;
	left: 0px;
	top: 76px;
	padding: 15px;

	background-image: url(../images/background-left.jpg);
	background-repeat: no-repeat;

	width: 220px;
	height: auto;

	font-size: 11px;

}

#left p {

	color: #666;

	text-align: justify;
	font-size: 11px;
	line-height: 150%;
}

#leftlinks ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#leftlinks li {
	list-style: none;
	display: inline;
}

#leftlinks a {
	display: block;
	padding: 5px 4px;
	font-size: 12px;

	color: #000;

	text-decoration: none;
}

#leftlinks a:hover {
	text-decoration: underline;
	background: #fff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#footer {
	clear: both;
	background: #003366;
	color: #fff;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 270px;
	padding-right: 10px;
	line-height: 140%;
}

#footer a {
	color: #ccf;
	text-decoration: none;
}

#bodypic {
	width: 100%;
	height: 200px;
	background-image: url(../images/background-bodypic.jpg);
}

#bodypic img {
	float: right;
}
.clearer {
	clear: both;
}

.support_box {
	padding: 10px;
	margin-right: 10px;
	width: 45%;
	height: 200px;
	float: left;
	background: #ffc;
	background-image: url(../images/background-yellow.jpg);
	background-repeat: repeat-x;
	border: 1px solid #cca;
}

.support_box h3 {
	margin-top: 0;
}
.small {
	font-size: 11px;
}

.knowledgebase_entry {
	border-bottom: 1px solid #ccc;
}
.knowledgebase_entry a {
	color: #036;
	font-size: 14px;
}