body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;
	color: #505363;
}

a {
	color: #567BA9;
	text-decoration: none;
}

.wrapper {
	margin: 0 auto;
	text-align: center;
	width: 766px;
	background: url(images/bleh.gif);
}

#header {

}

#contentWrapper {
	margin: 0 auto;
	text-align: left;
	width: 752px;
	font-size: 0.7em;	
}

.sideWrapper {
	float: left;
	width: 228px;
	background-color: #e1edfb;
}

.content {
	float: right;
	width: 510px;
}


#sideHeader {
	padding-top: 2px;
	border-left: #8fb0d7 20px solid;
	background: #b7d4f7;
}

#sideHeaderRow {
	border-bottom: #bdccde 1px dashed;
	margin-left: 15px;
	font-weight: bold;
	margin-top: 2px;
	padding-bottom: 2px;
	/* margin-bottom: 2px; */
	margin-right: 10px;
}

#sideHeaderRow a{
	color: #235ca3;
}

#sidebar {
	padding-top: 5px;
	border-left: #bdccde 20px solid;
	background-color: #e1edfb;
}

#sidebarRow {
	border-bottom: #bdccde 1px dashed;
	margin-left: 15px;
	font-weight: bold;
	margin-top: 5px;
	padding-bottom: 5px;
	/* margin-bottom: 5px; */
	margin-right: 10px;
}

.content table {
	font-size: 11px;
	padding-top: 5px;
}

h1 {
	color: #567BA9;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2 {
	color: #567BA9;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}

.clearspace {
	clear: both;
	height: 10px;
}

/* Hides from IE-mac \*/
* html .clearspace {height: 1%;}
/* End hide from IE-mac */

#footer {
	font-size: 0.7em;
	margin: 0 auto;
	text-align: center;
	width: 752px;
	border-top: #567BA9 3px solid;
	clear: both;
	background: #fff;
}
