body 
{
	background: url(images/back.jpg) #444444;
	color:#303030;
	font:76% Tahoma,Verdana,Arial,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

a 
{
  color: rgb(0,0,200);
	text-decoration:none;
}

a:hover 
{
  color: rgb(0,0,200);
	text-decoration:underline;
}

p 
{
	line-height:1.5em;
	margin:0 0 15px;
	padding: 0px;
	text-align:justify;
}

td
{
  vertical-align: top;
}

p.byline 
{
	font-weight:bold;
	text-align:left;
}

p.question
{
	font-weight:bold;
}

p.answer
{
	font-weight:normal;
	padding-left: 10px;
}

#container 
{
	background: url(images/bodybg.jpg) #f0f0f0 repeat-x;
	color:#303030;
	margin:0;
	min-width:600px;
	padding:0;
	text-align:left;
	width:900px;
}

#sitename 
{
	color:white;
	height:90px;
	margin:0 20px 10px;
	text-align:left;
}

#sitename h1,#sitename h2 
{
	font-weight:400;
	margin:0;
	padding:0;
}

#sitename h1 
{
	font-size:2.4em;
	padding-top:20px;
}

#sitename h1 a 
{
	color: #666666;
	text-decoration: none;
}

#sitename img 
{
	border: 0;
}

#sitename h2 
{
  display:none;
	font-size:1.6em;
}

#wrap 
{
	clear:both;
	font-size:0.9em;
	padding:0;
	margin-top: 5px;
}

#mainmenu 
{
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#mainmenu ul.level1 
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#mainmenu ul 
{
	background: #b0b0b0 url(images/menubg.jpg) center left repeat-x;
	padding: 0 0 0 5px;
	margin: 0px;
	border-bottom: 1px solid #fff;
}

#mainmenu li 
{
	display: inline;
	line-height: 25px;
	margin-left: -4px;
	padding: 0px;
	font-size: 0.9em;
	list-style: none;
	text-transform: uppercase;
}

#mainmenu a 
{
	color: #5c5c5c;
	padding: 6px 9px 6px 9px;
	text-decoration: none;
	border-right: 1px solid #B0B0B0;
}

#mainmenu a:hover

{
	background: url(images/menuhover.jpg) repeat-x left center
}

#mainmenu li.current a 
{
	color: black;
}

#mainmenu li.current a

{
	background: url(images/menuhover.jpg) repeat-x left center
}
#mainmenu li.currentparent a

{
	background: url(images/menuhover.jpg) repeat-x left center
}

#leftside
{
	margin:0;
	padding:0 10px 10px;
	width:165px;
}

#rightside 
{
	margin: 17px 0 0 15px;
	padding:0 10px 10px;
	width:165px;
}

#leftsidelarge,#rightsidelarge 
{
	margin:0;
	padding:0 10px 10px;
	width:250px;
}

#leftside,#leftsidelarge
{
	float:left;
	margin-right:10px;
}

#rightside,#rightsidelarge
{
	float:right;
	margin-left:10px	;
}

#rightside img, #rightsidelarge img 
{
	border: 0px;
}

#leftside h2, #rightside h2, #leftsidelarge h2, #rightsidelarge h2 
{
	font-size: 1.4em;
	margin-top: 10px;
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #BEBFC3;
}

#leftside ul, #rightside ul, #leftsidelarge ul, #rightsidelarge ul 
{
	padding-left: 0px;
	margin: 0px;
}

#leftside li, #rightside li, #leftsidelarge li, #rightsidelarge li 
{
	list-style: none;
}

#leftside UL.box LI A, #leftsidelarge UL.box LI A

{
	color: #5c5c5c;
}

li#extlinks
{
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	display:block;
	margin-top:4px;
	padding:5px 4px 4px 10px;
	position:relative;
	text-transform: capitalize;
	width:140px;
}

li#extlinks > p 
{
	font-style: italic;
	margin:0 0 5px;
}

li#extlinks li
{
    list-style: circle outside;
}

li#intlinks li
{
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	display:block;
	margin-top:4px;
	padding:5px 4px 4px 10px;
	position:relative;
	text-transform: uppercase;
	width:140px;
}

li#intlinks ul li a
{
	font-size:1.0em;
	width:125px;
	color: #5c5c5c;
}

div.sublinks
{
  padding-top: 5px;
  padding-left: 10px;
	text-transform: none;
	letter-spacing: 0;
}

li#intlinks ul.children li li
{
	padding-left: 10px;
}

li#intlinks ul.children li li a
{
	width: 115px;
}

div.content,div.contentalt 
{
	background-color:#fafcff;
	border:1px solid #909090;
	color:#2a2a2a;
	padding:15px 20px 5px;
}

div.content 
{	
	margin: 22px 200px;
}

div.contentalt 
{	
	margin:0 200px 0 20px;
}

div.content h1,div.contentalt h1,div.contentalt h2 
{
	background-color:inherit;
	color:#606060;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 15px;
	padding:0;
}

div.content h1,div.contentalt h1 
{
	border-bottom: 1px solid #b0b0b0;
}

div.content h2 
{
	font-size:1.6em;
	color:#606060;
}

#footer 
{
	background:#8b8b8b url(images/footerbg.jpg) top left repeat-x;
	clear:both;
	color:#000;
	font-size:0.9em;
	font-weight:normal;
	margin:0;
	padding:2px 0;
	text-align:center;
	width:100%;
}

a.footer 
{
	color: #000
	font-weight:normal;
}

a.footer:link
{
	color:#000;
	font-weight:normal;
}

a.footer:active
{
	color:#000;
	font-weight:normal;
}

a.footer:visited
{
	color:#000;
	font-weight:normal;
}

a.footer:hover 
{
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}

.entry img, .entrytext img 
{
	border: 1px solid #b0b0b0;
	margin: 5px;
	padding: 5px;
}

.entry a:hover img, .entrytext a:hover img 
{
	border: 1px solid #505050;
	padding: 5px;
}

.left 
{
	background:#fafbfc;
	border:1px solid #b0b0b0;
	float:left;
	margin: 5px 15px 6px 0px;
	padding:5px;
}

.right 
{
	background:#fafbfc;
	border:1px solid #b0b0b0;
	float:right;
	margin: 5px 0px 6px 15px;
	padding:5px;
}

.noalign 
{
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin: 5px 5px 5px 5px;
	padding:5px;
}

.alt 
{
	background:#e8e9ea;
}

blockquote 
{
	border: 1px dashed #b0b0b0;
	padding: 10px;
	margin: 30px;
	text-align:justify;
}

blockquote.plain 
{
	border: 0px;
}

blockquote p 
{
	padding: 0px;
	margin: 0px;
}

.small 
{
	font-size:0.8em;
}

.large 
{
	font-size:1.4em;
}

.center 
{
	text-align:center;
}

.category 
{
	border-bottom: 1px solid #b0b0b0;
}

.date 
{
	margin-top: -10px;
	padding-top: 0px;
	border-bottom: 1px solid #b0b0b0;
}

#page 
{
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.navigation 
{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #b0b0b0;
}

.bottomnavigation 
{
	margin: 30px 0 0 0;
	padding: 5px 0 30px 0;
	border-top: 1px dashed #b0b0b0;
}

.alignleft 
{
	float: left;
	text-align: left;
  width: 550px;
}

.alignright 
{
	float: right;
	text-align: right;
  width: 200px;
}

.entry, .entrytext 
{
	overflow: hidden;
}

* html.entry, * html.entrytext 
{
	overflow: visible;
	height: 1px;
}

* html.entry p, * html.entrytext p 
{
	width: 99%;
	overflow: hidden;
}

.entrytext 
{
	padding-top: 0px;
}

.clearingdiv 
{
	clear:both;
	height:30px;
	width:1px;
}

.hide 
{
	display:none;
}

