body {
	background-image: url(../images/shared/back01.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f6f4eb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color:#0073A3;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

.topLinksSmall, .topLinksSmall a:link, .topLinksSmall a:visited, .topLinksSmall a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #929292;
	text-decoration: none;
}
.topLinksSmall a:hover{
	color: #000000;
}
.lowerLinksSmall, .lowerLinksSmall a:link, .lowerLinksSmall a:visited, .lowerLinksSmall a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0073a3;
	text-decoration: none;
}
.lowerTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

.lowerLinksSmall a:hover{
	color: #000000;
}
.mainBodyLinks{
	color: #0073a3;
	text-decoration: none;
	font-size: 12px;
}
.dropDownMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.boldText{
	font-weight: bold;
}
.goButton {
	background-image: url(../images/shared/go.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.mainBodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
.subBodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 19px;
	color: #333333;
}
.boldHeadline{
	font-size: 18px;
	color: #0073a3;
	font-family: Arial, Helvetica, sans-serif;
}
.mainHomeLinks {
	color: #0073a3;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.newsDates {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.homeBlogHeadlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	font-weight: bold;
}

/*    BEGIN BLOG STYLES    */

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

#content h2 a {
	color: #0073A3;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

#content h2 a:hover {
	text-decoration:underline;
}

#content small {
	position:relative;
	top:-15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}


#content .entry {
	position:relative;
	top:-15px;
}

#content .postmetadata {
	position:relative;
	top:-10px;
}

#content .postmetadata a, #content .navigation a {
	color: #0073A3;
	text-decoration:none;
}

#content .postmetadata a:hover, #content .navigation a:hover {
	text-decoration:underline;
}

#content .post {
	margin-bottom:30px;
}

#content .pagetitle {
	font-family:Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 20px;
}

#s {
	width:146px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0px;
}

#sidebar ul h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #666666;
	display:none;
}

#sidebar #archives {
	background-image: url(../images/blog/archives.gif);
	background-repeat:no-repeat;
	padding-top: 60px;
	padding-left:10px;
}

#sidebar #categories-1 {
	background-image: url(../images/blog/categories.gif);
	background-repeat:no-repeat;
	padding-top: 60px;
	padding-left:10px;
}

#sidebar #search {
	background-image: url(../images/blog/search.gif);
	background-repeat:no-repeat;
	padding-top: 60px;
	padding-left:10px;
}

#sidebar #links {
	background-image: url(../images/blog/links.gif);
	background-repeat:no-repeat;
	padding-top: 60px;
	padding-left:10px;
}

#sidebar #subscribe-me {
	background-image: url(../images/blog/subscribe.gif);
	background-repeat:no-repeat;
	padding-top: 70px;
	padding-left:10px;
}

#sidebar #meta {
	background-image: url(../images/blog/login.gif);
	background-repeat:no-repeat;
	padding-top: 60px;
	padding-left:10px;
}

#sidebar ul a {
	color: #0073A3;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	position:relative;
	margin-bottom: 10px;
	top: -20px;
	left:10px;
}

#sidebar ul a:hover {
	text-decoration: none;
	color:#999999;
}

#searchSubmit {
	margin: 5px 0px 0px 0px;
}

#aboutThisBlog {
	background-color: #e2f4f6;
	margin:0px;
	padding-bottom:3px;
}

#aboutThisBlog p {
	position:relative;
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:11px;
	line-height:19px;
	margin:0px;
	padding:0px 10px 10px 10px;
}

