body.main {
	background-color: #bacdff;
	padding-top: 15px;
}
.topNav {
	font-size: small;
	text-align: center;
}
#sidebar {
	float: left;
	width: 150px;
}

#sidebarLinkPanel {
	background-color: #a2b2de;
	width: 100%;
	font-size: small;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-color: #90a0c5;
}

#sidebarCopyright {
	width: 100%;
	font-size: x-small;
	text-align: center;
}
	
.sidebarHeader {
	color: white;
	background-color: #90a0c5;
	width: 100%;
}

.sidebarLink {
	text-align: left;
	margin-left: 1em;
}

.sidebarLink a { text-align: left; width: 100%; }
	.sidebarLink a:link { color: #336600; text-decoration: none; }
	.sidebarLink a:visited { color: #336600; text-decoration: none; }
	.sidebarLink a:hover { color: #339900; text-decoration: underline; }

.sidebarCurrentPage {
	margin-left: 1em;
	text-align: left;
	color: white;
}

#content {
	margin-left: 160px;
	border-width: 2px;
	border-style: solid;
	border-color: #a2b2de;
	padding: 10px;
	width:70%;
}
h1 {
	text-align: center;
	font-size: x-large;
}
ul {
	width:80%;
}
.siteTitle {
	padding-top: 10px;
	text-align: left;
}
.alert {
	color: red;
	background-color: white;
	border: thick double red;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 1em;
	padding: 1em;
}
.osAlert {
	color:red;
}
.importantNote {
	color: black;
	background-color: white;
	border: thin black;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 1em;
	padding: 1em;
}
img.logoImageLeft {
	float:left;
	width: 128px;
	height: 128px;
	margin-right:20px;
}
.paymentButton {
	float:left;
	width:130px;
	margin-bottom:12px;
}
.paymentBlurb {
	text-align:left
}

img.featureImageLeft {
	float: left;
	margin: 10px;
}
a img.featureImageLeft {
	border: outset medium #a2b2de;
}
img.featureImageRight {
	float: right;
	margin: 10px;
	border: outset medium #a2b2de;
}
.featureHeading {
	font-size: large;
	font-weight:bold;
	text-align: center;
	padding-top: 2em;
}
.featureDescription {
	vertical-align: middle;
}
.notebene {
	font-size: small;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	border-style: solid;
	border-color: #a2b2de;
	padding: 1em;
}

.sidebar {
	float:right;
	width:30%;
	margin-left:25px;
	border-style: solid;
	border-color: #a2b2de;
	padding: 1em;
	background-color:#a0b8e0;
}
	
