	/*** MAIN STYLES ***/
	html, HTML {
		overflow: -moz-scrollbars-vertical;
		}
	body { behavior:url(/js/global.htc); }
	li:hover { background-color:transparent; }
	body {
		font-family: arial, verdana, sans-serif;
		font-size: 62.5%;
		color: #656565;
		margin: 0;
		padding: 0;
		background-color: #F0F0F0;
		background-image:  url(../images/main_bg.gif);
		background-repeat: repeat-x;
		background-position: top center;
		text-align: center;
		}
	td {
		font-family: arial, verdana, sans-serif;
		font-size: 1em;
		color: #656565;
		}
	
	body.smallText #wrapper { font-size: 1em; }	
	body.mediumText #wrapper { font-size: 1.2em; }	
	body.largeText #wrapper { font-size: 1.4em; }
	
	body.smallText #central_column { font-size: 1em; }	
	body.mediumText #central_column { font-size: 1.2em; }	
	body.largeText #central_column { font-size: 1.4em; }
	
	input, select {font-family: arial, verdana, sans-serif; font-size: 10px; color: #656565; background-color: #FFFFFF; margin: 0;}
	textarea {font-family: arial, verdana, sans-serif; font-size: 11px; color: #656565; background-color: #FFFFFF; margin: 0;}
	a img, .link_img { border: none; }
	form { border: 0; margin: 0; padding: 0; }
	p { margin: 0; padding: 0 0 0.8em 0; }
	@media print { 
	.notforprint {display:none;}
	}
	@media screen {
	.notforscreen {display:none;}
	}
	@media handheld {
	.notforhandheld {display:none;}
	}
	.notforany {display: none;}
	/*** FONT STYLES ***/
	a { color: #6CAAE8; text-decoration: none; } 
	a:hover { color: #656565; text-decoration: underline; }
	hr { border: 0; margin: 8px 0px 0px 0px; padding: 6px 0px 0px 0px; width: 100%; height: 2px; border-top: 2px solid #000000; overflow: hidden; display: none; }
	h1 { margin: 0; padding: 0px 0px 10px 0px; color: #000000; font-weight: bold; font-size: 1.6em; }
	h2 { margin: 0; padding: 0px 0px 10px 0px; color: #000000; font-weight: bold; font-size: 1.4em; }
	h3 { margin: 0; padding: 0px 0px 10px 0px; color: #000000; font-weight: bold; font-size: 1.2em; }
	h4 { margin: 0; padding: 0px 0px 10px 0px; color: #000000; font-weight: bold; font-size: 1.2em; }
	h5 { margin: 0; padding: 0; color: #000000; font-size: 1em; font-weight: normal; }
	h6 { margin: 0; padding: 0; color: #FF0000; font-weight: bold; }
	h1 em, h2 em, h3 em, h4 em, h5 em { font-style: normal; color: #353535; }
	h1 span, h2 span, h3 span, h4 span, h5 span { color: #656565; } 
	em { } 
	strong { }
	strong em { font-style: normal; color: #353535; }
	strong span { color: #656565; }
	.error, .message, .mandatory { color: #FF0000; font-weight: bold; }
	.error-message { display: block; color: #222222; padding: 3px 4px 4px 4px; background-color: #FFDDDD; border: 1px solid #FF0000; margin: 0px 0px 10px 0px; }
	.anchor { height: 1px; overflow: hidden; display: none; }
	.lge { font-size: 1.2em; }
	.wht { color: #FFFFFF !important; }
	.normal, a.normal, .normal a { font-style: normal; color: #656565; }
	a:hover.normal, .normal a:hover { font-style: normal; color: #252525; }
	/*** LAYOUT STYLES ***/
	.accessibility { display: none; }
	#header {
	text-align: left;
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 35px;
	overflow: hidden;
	}
	#header .logo { float: left; }
	#content1 {
	text-align: left;
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-image: url(../images/content_mid_bg.gif);
	background-repeat: repeat-y;
 	background-position: top left;
	}
	#content2 {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-image: url(../images/content_top_bg.gif);
	background-repeat: no-repeat;
 	background-position: top left;
	}
	#content3 {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-image: url(../images/content_bot_bg.gif);
	background-repeat: no-repeat;
 	background-position: bottom left;
	padding-bottom: 24px;
	}
	#content {
	position: relative;
	float: left;
	padding-left: 55px;
	padding-top: 25px;
	width: 550px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	font-size: 1.3em;
	}
	.post img {
		display: block;
		margin: 10px auto;
		}
	.post img.wp-smiley {
		display: inline !important;
		margin: 0 !important;
		}
	#content_center ul {margin:0; padding:0;}
	#content_center ul li {list-style-type: none; background:  url(../images/bullet_arrow.gif) transparent; background-repeat:no-repeat; margin:0; padding-left:16px; background-position: 2px 4px;}
	#pushpin_photo {
	float: right;
	width: 310px;
	height: 254px;
	background-image: url(../images/pushpin_photo.gif);
	background-repeat: no-repeat;
 	background-position: center left;
	}
	#sidebar {
	float: right;
	width: 260px;
	padding: 0px 42px 50px 0px;
	padding-bottom: 50px;
	}
	#sidebar label {
	display: none;
	}
	#footer {
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 12px;
	text-align: center;
	}
	#footer a:link { color: #808080; text-decoration: none; } 
	#footer a:active { color: #808080; text-decoration: none; } 
	#footer a:visited { color: #808080; text-decoration: none; } 
	#footer a:hover { color: #808080; text-decoration: underline; }
	#footer #valid a {
	background-image: url(../images/valid.gif);
	background-repeat: no-repeat;
 	background-position: top left;
	color: #656565;
	padding-left: 16px;
	padding-right: 6px;
	font-size: 10px;
	}
	#footer #valid a:hover {
	color: #656565;
	}
	#footer img {
	margin-bottom: 8px;
	}
	#footer b {
	display: none;
	}
	#copyright {
	/* position: absolute;
	bottom: 0px; */
	width: 100%;
	height: 28px;
	background-image: url(../images/copyright_ha.gif);
	background-repeat: no-repeat;
 	background-position: top center;
	text-indent: -9999px;
	overflow: hidden;
	}
	.clear {
	clear: both;
	font-size: 2px;
	overflow: hidden;
	height: 1px;
	}
	.align_r {
	text-align: right;
	}
	.align_c {
	text-align: center;
	}
	.float_l {
	float: left;
	}
	.float_r {
	float: right;
	}
	#header ul {
		float: right;
		width: 184px;
		height: 34px;
		overflow: hidden;
		margin: 0;
		padding: 48px 0px 0px 0px;
		list-style: none;
		}
		#header ul li {
			display: inline;
			}
			#header ul li a {
				float: left;
				display: block;
				height: 34px;
				background-repeat: no-repeat;
				background-position: -200px 0px;
				text-indent: -9999px;
				overflow: hidden;
				}
			#header ul li a:hover,
			#header ul li a.selected {
				background-position: 0px 0px;
				text-decoration: none;
				}
			#header ul li.home a {
				width: 64px;
				background-image: url(../images/topnav_home.gif);
				}
			#header ul li.about a {
				width: 64px;
				background-image: url(../images/topnav_about.gif);
				}
			#header ul li.rss a {
				width: 42px;
				background-image: url(../images/topnav_rss.gif);
				}
	/* DELETE ME */
	
	#content h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #6CAAE8;
	padding: 0 0 1em 0 !important;
	}
	#content .date {
	float: right;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #6CAAE8;
	display: block;
	padding-top: 2px;
	}
	#content h2 a {
	background-image: url(../images/ttl_icon.gif);
	background-repeat: no-repeat;
 	background-position: 0px 4px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #6CAAE8;
	padding-left: 30px;
	}
	#content h2 a:hover {
	background-image:  url(../images/ttl_icon_o.gif);
	color: #656565;
	}
	#content h2 {
	background-image:  url(../images/ttl_icon_o.gif);
	background-repeat: no-repeat;
	background-position: -99px;
	}
	#content .post {
	clear: both;
	}
	#banner {
	margin-top: 10px;
	}
	.content_img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	}
	.content_img_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 8px;
	}

/* GENERIC WORD PRESS STYLES */

.post {
	line-height: 1.4em;
	padding-bottom: 20px;
	}
.postmetadata em, .dnd { display: none; }

/*	Begin Headers */

.description {
	text-align: center;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-size: 1.5em;
	color: #656565;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar .sidebar-links ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar .sidebar-links ul p, #sidebar .sidebar-links ul select {
	margin: 5px 0 8px;
	}

#sidebar .sidebar-links ul ul, #sidebar .sidebar-links ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar .sidebar-links ul ul ul, #sidebar .sidebar-links ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar .sidebar-links ul ol li {
	list-style: decimal outside;
	}

#sidebar .sidebar-links ul ul li, #sidebar .sidebar-links ul ol li {
	margin: 3px 0 0;
	padding: 0;
	font-size: 1.2em;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 4px 2px 3px 2px;
	#padding: 2px 2px 1px 2px;
	border: 1px solid #DCDCDC;
	background-image: url(../images/input_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #656565;
	}
#sidebar #searchform #s:focus {
	background-position: left -300px;
	border: 1px solid #CCCCCC;
	color: #000000;
	}

#sidebar #searchsubmit {
	width: 50px;
	height: 20px;
	border: 0 !important;
	background-image: url(../images/input_but_bg.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	cursor: hand;
	cursor: pointer;
	color: #656565;
	}
#sidebar #searchsubmit:hover {
	color: #000000;
	background-position: center -100px;
	}

.entry form {
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
.contactform label {
	clear: both;
	display: block;
	float: left;
	width: 100px;
	}

.contactform input,
.contactform textarea {
	width: 200px;
	padding: 4px 2px 3px 2px;
	#padding: 2px 2px 1px 2px;
	border: 1px solid #DCDCDC;
	background-image: url(../images/input_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #656565;
	}
.contactform textarea {
	width: 260px;
	}
.contactform input:focus,
.contactform textarea:focus {
	background-position: left -300px;
	border: 1px solid #CCCCCC;
	color: #000000;
	}
.contactform .contactleft {
	clear: both;
	margin: 10px 0 0 0;
	}
.contactform .contactright {
	margin: 10px 0 0 0;
	}
.contactform #contactsubmit {
	clear: both;
	width: 50px;
	height: 20px;
	border: 0 !important;
	background-image: url(../images/input_but_bg.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	cursor: hand;
	cursor: pointer;
	color: #656565;
	margin: 0 0 0 98px;
	}
.contactform #contactsubmit:hover {
	color: #000000;
	background-position: center -100px;
	}
/* End Form Elements */



/* Begin Comments */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover {
	background-color: #fff;
	}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	padding: 0px 8px;
	}