body {
	color: #333333;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #A3A3A3;
	padding: 0px;
}
a {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	color: #333333;
	padding-bottom: 3px;
	font-size: 250%;
	padding-top: 2px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 a {
	text-decoration: none;
	color: #006699;
}
h2 {
	color: #333333;
	padding-bottom: 3px;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-transform: uppercase;
}
h3, h5 {
	color: #CC0033;
	margin: 10px 0px;
	padding: 5px 0px 0px;
	font-size: 160%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9999;
	font-weight: normal;
}

h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
.spacer {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 420px;
	height: 80px;
	display: block;
}

#page {
	width: 950px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 5px solid #FFFFFF;
}
/* header area */
#header {
	position: relative;
	text-align: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	border-bottom-width: 0px;
	background-image: url(images/logoBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 165px;
	padding: 0px;
}
#headerimg .description{
	position: absolute;
	left: 93px;
	bottom: 3px;
	color: #FFCCFF;
	font-size: 14px;
}
#nav {
	height: 32px;
	padding: 0px;
	margin: 0px;
	background-color: #10568D;
	list-style-image: none;
	list-style-type: none;
	background-image: url(images/topLinkBg.gif);
	background-repeat: repeat-x;
	
}
#nav li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	text-decoration: none;
}
#nav .page_item a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 95%;
	line-height: 32px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#nav .page_item a:hover {
	text-decoration: underline;
}


/* content area */
#content {
	width: 550px;
	float: right;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.post {
	clear:both;
	text-align: justify;
}
.postSpan {
	background-color: #0066CC;
	border: 1px solid #006699;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFFFCC;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}


.entry {
	clear: both;
	padding-top: 10px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
	border: 0px;
}

/*sidebar */
#sidebar {
	float: right;
	width: 180px;
	color: #565656;
	overflow: hidden;
	margin-top: 5px;
	padding: 0px;
}

#sidebar h2, #sidebar .sidebartitle{
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(images/leftHeadBg.gif);
	background-repeat: repeat-x;
	font-size: 95%;
	text-align: center;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
}

#sidebar a {
	font-size: 95%;
}
#sidebar a:hover{
	text-decoration: none;
}


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

#sidebar li {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/*search form */

.search input {
font-size: 12px
}
#searchform {
	margin: 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #A9A9A9;
	width: 90px;
	height: 20px;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	border: none;
	width: 67px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
	background-color: #CC0000;
}

/* footer area */
#footer {
	clear: both;
	font-size: 95%;
	text-align: center;
	color: #666666;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f3f3f3;
}
#footer a, #footer a:visited {
	color: #999999;
}
#footer li {
	display: inline;
	padding-right: 7px;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.bookmarks {
	background-color: #f3f3f3;
	padding: 5px;
	margin: 2px;
	border: 1px solid #CCCCCC;
}
#l_sidebar {
	width: 180px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right:0px;
}
#l_sidebar h2 {
	color: #FFFFFF;
	font-weight: bold;
	list-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 95%;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #BBBBBB;
	background-image: url(images/leftHeadBg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
}
#l_sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#l_sidebar li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
}
#l_sidebar ul li {
	list-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	text-indent: 10px;
	background-color: #DBDBDB;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#l_sidebar ul li a {
	text-decoration: none;
	margin: 0px;
	color: #000000;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 8px;
	display: block;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#l_sidebar li.current_page_item {
	background-color: #FFFFFF;
	
}
#l_sidebar ul li a:hover {
	color: #3366FF;
	text-decoration: none;
}
#l_sidebar ul ul li {
	list-style: none;
	text-indent: 10px;
	background-color: #f3f3f3;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
#l_sidebar ul li ul li a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;

}
#holder {
	overflow: hidden;
	width: 760px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}
#recentPosts {
	padding-right: 8px;
	padding-left: 8px;
	border: 2px solid #B6B09E;
	background-color: #F6F1DF;
	padding-top: 8px;
}
#recentPosts ul {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
dl {
	line-height: 110%;
	padding: 0;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 95%;
}
dt, dd {
	margin: 0;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
dt {
	width: 200px;
	float: left;
	clear: both;
}
#flags {
	text-align: left;
	width: 800px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: left;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#flags ul {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#flags li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#flags a {
	color: #666666;
	text-decoration: none;
}
