body {
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	font-family: verdana, trebuchet MS, arial, sans-serif;
	font-size: 11px;
	text-align: center;
    color:#000;
	line-height: 20px;
	margin-bottom: 20px;
	}

a:visited, a:active, a:link {
	color: #6699CC;
	text-decoration: underline;
}
a:hover {
	color: #8CA4B0;
	text-decoration: none;
}

p {
	line-height: 18px;
	margin-bottom: 10px;
}

p.posted {
	line-height: 15px;
    margin-top:-5px;
	margin-bottom: 25px;
    color: #999;
    padding-bottom:4px;
    border-bottom: 1px dotted #999;
}

#container {
	background-color: #FFFFFF;
	width: 750px;
	margin: 0px auto 0px auto;
	text-align: left;
	border-left: 26px solid #FFFFFF;
	border-right:26px solid #FFFFFF;
}
#sidebar {
	background: #6699CC url(images/Logo.jpg) no-repeat scroll top left;
	float: left;
	width: 230px;
	text-align: center;
	padding: 240px 5px 550px 5px;
}
#sidebar a:visited, #sidebar a:active, #sidebar a:link {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	}
#sidebar a:hover {
	color: #000;
	font-weight:bold;
	text-decoration: none;
	}
#sidebar h2 {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
    margin-top: 20px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

#weblog img {
	border: 1px solid #000;
	}

#content {
	float: left;
	width: 500px;
	}


#weblog {
	float: left;
	margin: 10px 10px 10px 10px;
	border: 1px solid #000;
	border-top-width: 8px;
	border-bottom-width: 8px;
	background-color: #FFF;
	padding: 10px;
	width: 500px;
	}

#archives {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #DDD;
	border-top-width: 10px;
	background-color: #FFF;
	padding: 10px;
	width: 491px;
}

h2 {
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 20px;
}

h3  {
	color: #333;
	font-size: 11px;
	text-decoration:none;
	}

#weblog h2 {
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
    margin-top: 20px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
	}


#weblog h3  {
       margin-top:15px;
	}

#weblog h3 a {
	color: #333;
	font-size: 11px;
	text-decoration:none;
	}
.whitebold  { 
	font-size: 11px;
	font-weight : bold;
	color :#FFFFFF; }
.required  {
	font-weight : bold;	
	color :#cc3333;
}
.red  {
	font-weight : bold;	
	color :#cc3333;
}
.small  {
	font-size: 9px;
}
.formfield  {
	font-size : 10px;
	font-family: verdana, trebuchet MS, arial, sans-serif;
	color: #000000;
	background-color : #FFFFFF;
}
div.row {  clear: both;  padding-top: 10px; }
div.row span.label { float: left;  width: 150px; text-align: right; }
div.row span.formw { float: right; width: 235px; text-align: left;  } 
div.row span.required { float: left;  width: 150px; text-align: right; }

.button  {
	font-size: 10px;
	font-weight: bold;
	font-family: verdana, trebuchet MS, arial, sans-serif;
	color: #fff;
	padding: 2px;
	background-color : #6699CC;
}
