body {
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	font-family: "Lucida Grande", sans-serif;
	font-style: normal;
	background-color: #ffffff;
	background-image: url(images/square.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left;
}

div#container {
	width: 760px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 5px;
	border: none;
}

div#header {
width: 750px;
height: 132px;
padding-left: 10px;
border-bottom: 1px #999999 dashed; }

div#navbar {
	border-top: 1px #999999 dashed;
	font-family: "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
	border-bottom: none;
	font-weight: normal;
	padding: 5px;
	width: 725px;
}

#navbar a:link, #navbar a:visited {
color: #006666;
background-color: #ffffff;
text-decoration: none;
border: none;
display: inline;
padding-top: 3px;
padding-left: 18px;
padding-bottom: 3px;
padding-right: 18px;
}

#navbar a:hover, #navbar a.current {
color: #ffffff;
background-color: #006666;
text-decoration: none;
border: none;
}

div#main{
	padding-top: 0px;
	padding-left: 20px;
	text-align: left;
	float: left;
	background-color: #ffffff;
	color: #000000;
	width: 500px;
}

div#right {
	float: right;
	padding-top: 10px;
	padding-left: 20px;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	font-size: 11px;
	line-height: 17px;
	font-family: "Lucida Grande", sans-serif;
	width: 190px;
	border-left: 1px #999999 dashed;
	border-bottom: 1px #999999 dashed;
}

h3 {
font-size: 20px;
color: #000000;
background-color: #ffffff;
font-family: "Georgia", serif;
font-style: normal;
font-weight: normal;
line-height: 20px;
}

.subhead {
	border: 0px;
	font-family: "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 14px;
}

h2
{
	font-size: 22px;
	color: #000000;
	background-color: #ffffff;
	font-family: "Georgia", serif;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	padding-bottom: 0px;
}

h2 a:link {
color: #000000;
background-color: #ffffff;
text-decoration: none;
}

h2 a:visited {
color: #000000;
background-color: #ffffff;
text-decoration: none;
}

h2 a:hover {
color: #003399;
background-color: #ffffff;
text-decoration: none;
}

.posted {
font-size: 11px;
color: #000000;
background-color: #ffffff;
font-family: "Lucida Grande", sans-serif;
font-style: normal;
}

.archived {
font-size: 11px;
color: #000000;
background-color: #ffffff;
font-family: "Lucida Grande", sans-serif;
font-style: normal;
}

blockquote {
font-size: 13px;
color: #003399;
background-color: #ffffff;
font-family: "Lucida Grande", sans-serif;
font-style: normal; 
}

a:link {
color: #006666;
background-color: #ffffff;
text-decoration: none;
}

a:visited {
color: #006666;
background-color: #ffffff;
text-decoration: none;
}

a:hover {
color: #003399;
background-color: #dddddd;
text-decoration: underline;
}

div#footer {
clear: both;
width: 740px;
padding: 1%;
text-align: left;
font-size: 11px;
line-height: 18px;
font-family: "Lucida Grande", sans-serif;
border-top: 1px #999999 dashed;
background-color: #ffffff;
}