table {
	width: 100%;
}
img {
	padding: 10px;
}
#contentDiv div {
	width: 100%;
}
td {
	vertical-align: top;
}
#mainDiv {
	margin: auto 50px;
	min-width: 650px;
}
#headerDiv li {
	float:left;
	display:block;
	font-size:107%;
	width:auto;
	margin-right:0.8em;
}

#sideDiv ul {
	padding: 0px;
	margin: 0px;
}

#sideDiv li {
	display:block;
	font-size:107%;
	width:auto;
	border-bottom: 1px dashed black;
	padding: 5px;
}

#titleDiv {
	border-bottom: 1px dotted black;
	font-size: 200%;
}

#headerDiv {
	padding-bottom: 5px;
	border-bottom: 1px dotted black;
	color: #007DEF;
}

#contentDiv {
	margin-right: 160px;
	padding: 15px 30px;
	min-height: 350px;
	border-right: 1px dashed black;
	color: black;
}

#sideDiv {
	float: right;
	width: 160px;
	border-left: 1px dashed black;
}

#footerDiv{
	border-top: 1px dashed black;
	width: 100%;
	text-align: right;
}

.clear {
	clear: both;
}

a {
	color: #007DEF;
	text-decoration: none;
}

a:visited {
	color: #007DEF;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

a.navlink, a.navlink:visited {
	color:#007DEF;
	text-decoration:none;
}

.linkColor {
	color: #007DEF;
}

.copyright {
	color:#A4A4A4;
	font-size:95%;
	padding-top:4px;
}

.contentSubItem
{
	text-align: left;
	margin: 3px 10px;
}
.contentItemTitle
{
	width: 100%;
	border-bottom: 1px dashed black;
}
.contentItemImageDiv
{
	width: 150px;
	float: left;
}
.contentItemImage
{
	width: 150px;
}

.aMain, .h3Sub {
	font-weight: bold;
	display: inline;
}

.aMain {
	font-size: 130%;
}
.h3Sub {
	font-size: 100%;
}
.badge
{
	margin: 5px;
	float: left;
	border: 1px black dashed;
}

#badges div{
	width: auto;
}

.ulist {
	display: inline-table;
	vertical-align: top;
	padding-left: 5px;
}

.ulistSpacing{
	padding-right: 20px;
	float: left;
}

.ulist ul{
	margin-top: 0px;
}
.listImage{
	vertical-align: top;
}
.listImage > img{
	width: 150px;
}
