body { 
	margin: 0px; 
	padding: 0px;
	background: #fff; 
}

body div, td, p { 
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	color: #000;
}

ul, li {
	list-style: square;
	padding-bottom: 6px;
}

h1, h2, h3 {
	font-weight: normal;
	font-size: 26px;
	margin: 0px;
	padding-bottom: 10px;
}


input, textarea, select{ 
	font-size: 12px;
	color: #333333;
	padding-left: 2px;
}

.siteWrapper {
	margin: 0 auto;
	width: 994px;
}

.header {
	background: #34465B;
	height: 15px;
	width: 100%;
}

.leftCol {
	background: #34465B; 
	width: 200px;
	min-height: 500px;
	height: 500px;
}

.adminNav {
	background: #EAEAEA;
	font-weight: bold;
	padding: 8px;
}

.content{
	padding:8px; 
	border-left: 1px solid #e6e6e6;
	text-align: left;
	min-height: 500px;
	width: 778px;
}

.footer {
	border-top: 1px solid #e6e6e6;
	text-align: center;
	padding: 8px;
	margin-top: 2px;
}


A 		{ color: #34465B; text-decoration:underline; font-weight:bold;}
a:visited	{ color: #34465B; text-decoration:underline; font-weight:bold;}
a:hover		{ color: #333333; text-decoration:underline; font-weight:bold;}
