body {
	margin: 0px;
	padding : 0px;
	background-color: #ccffff;
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	color: #000033;
}
a {
	color: #2a295b;
	text-decoration: underline;
}
a:hover {
	color: #2a295b;
	text-decoration: none;
}
a:visited {
	color: #2a295b;
}
h3, h2, h1 {
	color: #000066;
	margin-top: 3px;
	margin-bottom: 2px;
}
h3, h1.underlined {
	border-bottom: 1px solid #000066;
}
.padded {
	padding-left: 15px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
}
.leftbox {
	padding-left: 4px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 3px;
	background-color: #a8d1d4;
}
ul.nav {
	margin: 0px;
	padding: 0px;
	list-style-image: url("images/bullet.png");
	list-style-position: inside;
}
a.nav {
	color: #2a295b;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	text-decoration: underline;
}
.section {
	border-bottom: 2px dashed #000033;
	margin-top: 2px;
	margin-bottom: 8px;
}
#footer {
	background-color: #a8d1d4;
	color: #5b588f;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 15px;
	font-size: small;
}
.blogheader {
	border: 1px dashed #5b588f;
	padding-left: 4px;
	padding-right: 4px;
	color: #2a295b;
}
.blogheaderinfo {
	text-align: right;
	font-size: 90%;
}
.blogtitle {
	font-size: 110%;
	font-weight: bold;
}
.blogbody {
}
.blogreadmore {
	margin-top: 6px;
	font-size: 85%;
}
.blogpagenav {
	font-size: 90%;
	text-align: center;
}
.blogentry {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
img {
	border: 0px;
}
.whiteborder {
	border: 1px solid #ffffff;
}
.blackborder {
	border: 1px solid #000000;
}
.faqQuestionBlock {
	margin-bottom: 8px;
}
.faqQuestion {
	font-size: 105%;
}
.faqAnswer {
	margin-left: 4em;
}
h3.faq { }
h2.faq { }
div.faq { }
ul.faq { }
li.faq { }
a.faq { }
.codeSection {
	margin-bottom: 20px;
}
