body {
	background-color: #55759c;
	margin: 0px;
	text-align: left;
}

#pagecontainer {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic; 
}

.doubleSpaceBold {
	padding-top: 4.5px;
	padding-bottom: 5px;
}

.doubleSpace {
	padding-top: 5px;
	padding-bottom: 5px;
}

.h1 {
	font-size: 40px;
	padding-bottom: 10px;
}

.h2 {
	font-size: 30px;
}

.h3 {
	font-size: 20px;
}

.bold {
	font-weight: bold;
}	

img {
	border: 0;
}

a:link {
	color: #333300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.darkerColor {
	color: #000000;
	background-color: #999966;
}

.lighterColor {
	color: #000000;
	background-color: #cccc99;
}

.alternateColor {
	color: #FFFFFF;
	background-color: #000066;
}

.smallSize {
	font-size: 9px;
}

.normalSize {
	font-size: 12px;
}

.defaultFont {
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	background-color: #ffffff;
}

#footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#footer p {
	padding-top: 10px;
}

#content {
	margin-top: 5px;
	width: 760px;
	float: left;
}

.blogPost {
	/*border: 5px solid #CCCC99;*/
	background-color:#FFFFFF;
	margin-bottom: 5px;
}

.postContent {
	padding: 10px 10px;
	border: 1px solid #A0A0A0;
}

#leftnav li a:hover {
	background-color:#F0F0F0;
}

#leftnav li a {
	background-color:#FFFFFF;
	border-bottom:1px solid #A0A0A0;
	color:#333333;
	display:block;
	padding:4px 15px;
	text-decoration:none;
	width:120px;
	font-family:helvetica,arial,sans-serif;
	font-size:small;
	line-height:130%;
	font-weight:bold;
}

#leftnav {
	float: left;
}

#leftnav ul 
{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left: 0px; 
margin-top: 0px;
margin-bottom: 0px;
}