body
{ padding:0px; 
margin:0px; 
font-size: 14px; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align:center;
 }

#framer
{
	width:785px;
	overflow:hide;
	position:relative;
}

#header_photo 
{
	 
	width:785px;
	height:145px;
}

#topnav
{
	width:785px;
}


#col_left
{
	float:left; 
	 width:595px;
overflow:hidden;
}

#header_text
{
position:relative;	
text-align:left;
}

#header_text p
{ margin:0px;padding:0px;}

#header_text_top
{
width:100%;
height:12px;
background-image:url('images/header_top_bkgnd.jpg');
background-repeat:repeat-x;
}

#header_text_bottom
{
width:100%;
height:12px;
/* padding-bottom is only for IE which is why px is offset by a space, Firefox ignores */
padding-bottom:8 px;
background-image:url('images/header_bottom_bkgnd.jpg');
background-repeat:repeat-x;	
}

#page_content
{
width:595px;
text-align:left;

}

#col_right
{
	 float:right; 
	width:190px;
overflow:hidden;

}


.navcell { border-right:solid 1px white; }

.header { background-image:url('images/bkgnd_header.jpg'); background-repeat:repeat-x; height:145px; font-size:14px;}

.orange_bar { 
background-image:url('images/bkgnd_orange_bar.jpg'); 
height:24px; 
line-height:24px; 
width:785px; 
font:verdana,sans-serif; 
font-size:12px; 
color:#666666; 
font-weight:bold;
padding-left:5px;
}

#footer_bar
{
	width:785px; 
	height:25px; 
	line-height:25px; 
	color:white; 
	font-size:10px; 
	font-family:arial,sans-serif,sans;
	background-color:#666666; 
	padding:2px;
	 float:right;
margin-top:20px;
text-align:left;
}

#footer_bar a
{
color:white;
}


h2{ font-size:14px; }

.post 
{ 
padding-bottom:5px;
border-bottom:dotted 2px #cccccc;
margin-bottom:5px;
}

small {  font-size:11px; color:#666666;}
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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 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 {
font-size:11px;
color:#666666;
border-left:solid 1px #cccccc;
}

#sidebar hr
{
margin:0px;
padding:0px;
border:0px;
border-top:dotted 2px #cccccc;
width:100%;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	 padding-top:3px;
	padding-bottom:3px;
	
	}

#sidebar ul li a {
	list-style-type: none;
	list-style-image: none;
	 
	width:125px;
	text-decoration:none;
	color:#666666;
}



#sidebar ul li a:hover {
	list-style-type: none;
	list-style-image: none;
	 
	background-color:#ffffcc;
	width:125px;
	text-decoration:underline;
	color:blue;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}



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

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

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


.form_button
{
border:2px orange;
color:gray;
font-weight:lighter;
background-image:url('images/search_button.jpg');
}

.form_text
{ background-color:white;
margin-left:0px;
border:solid 1px black;
padding:0px;
font-size:12px;
font-weight:normal;
}


.dotted_hr
{
margin:2px;
padding:2px;
border:none;
border-top:dotted 2px #cccccc;
width:100px;
height:2px;
}


.comment_row1
{
background-color:#dddddd;
padding:6px;
}

.comment_row2
{
background-color:#FFCC66;
padding:6px;
}


#page_content ul
{
list-style-type:none;
line-height:35px;
}
/* End Various Tags & Classes*/