* {
	padding: 0;
	margin: 0;
}

body {
/*	font: 400 0.8em 'Verdana', 'trebuchet ms', "DejaVu Sans" , "Bitstream Vera Sans"; */
	font-size: 1em;
	font-family: 'Verdana';
	background: #FFF;
	min-height: 100%;
	}
	
a {
	text-decoration: none;
	color: #0d71c0;
	}

a:hover {
	text-decoration: underline;
	color: #ce7b00;
	}
	
#head {
	height: 200px;
	width: 100%;
	background: #FFF url('/images/bodybg.jpg') repeat-x top left;
	padding: 80px 0 0px 0;
	background-color: #444;
	}
	
.headtext {
	padding-left: 1em;
}

#head h1 {
	font: 400 4.6em 'century gothic','arial narrow',arial,sans-serif;
	color: #FFF;
	}
	
#head h2 {
	font-size: 1.0em;
	color: white;
	}

#nav {
	width: 1200px;
	padding-top: 34px; padding-bottom: 40px;
	font-size: 0px;
	position: absolute; top: 210px;
	}

#undernav {
	padding-top: 34px; padding-bottom: 29px;
	width: 980px;
	position: absolute; top: 270px;
}

#right {
	float: right;
	clear: none;
	width: 45%;
	margin: 30px 0 50px 0;
	color: #FFF;
	display: block;
	}

#content {
	width: 95%;
	margin: 0 auto;
}
	
#undernav ul, #nav ul {
	list-style-type: none;
	}

#undernav li a
{
	color: black !important;
}
	
#undernav li, #nav li {
	display: inline;
	}
	
#undernav li a, #nav li a {
	height: 84px; min-height: 84px;
	padding: 18px 30px 17px 30px !important;
	color: #FFF;
	text-decoration: none;
	font-size: 16px !important;
	}
	
#nav li a:hover {
	background-color: #DDDDDD;
	color: #000;
	}

#undernav li a:hover {
}

#right .box {
	margin: 10px;
	padding: 10px;
	border: 1px solid #FFFFFF;
}

#right .box h1 {	
	font: 18px 'century gothic','arial narrow',arial,sans-serif;
	color: #FFF;
}

#right p {
	line-height: 1.5em;
	padding: 10px 0;
	}
	
#right ul {
	list-style-type: none;
	}

#right li {
	margin: 0px;
	list-style:none;
	background: url('/images/rightlist_line.gif') repeat-x top left;
	}

#right li a {
	padding: 8px 2px 8px 25px;
	display: block;
	margin:  0;
	color:#FFF;
	text-decoration:none;
	background: url('/images/rightlist_bullet.gif') no-repeat left;
	}

#right li a:hover {
	background: #066 url('/images/rightlist_bullet.gif') no-repeat right;
	color:#FFF;
	}

#content {
	padding-top: 1em;
	padding-bottom: 1.0em;
}

#content h1, #content h1 a {
	font: 400 3.3em 'century gothic','arial narrow',arial,sans-serif;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 0.8em;
	}

#second {
	font-size: 0.5em;
	color: gray;
}

#imgright {
	float: right;
	padding-right: 0em;
	padding-left: 0.5em;
	border: 2px #ddd;
}

img {
	border-style: none;
}
	
#content h2, #content h2 a {
	font-weight: 500;
/*	font: 400 2.3em "Bitstream Vera Sans", 'century gothic','arial narrow',arial,sans-serif; */
	font-family: 'Verdana';
	font-size: 2.3em;
	margin-bottom: 0.3em;
	color: #000;
	}
	
#content h1 a:hover, #content h2 a:hover {
	text-decoration: underline;
	}
	
#content p {
	line-height: 130%;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	color: #000;
	}
	
#content p img.right, #content p img.left {
	clear: none;
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #EEE;
	}
	
#content p img.right {
	float: right;
	margin: 0 0 10px 15px;
	}
	
#content p img.left {
	float: left;
	margin: 0 15px 10px 0;
	}

.tableHeader {
	font-size: 2.0em !important;
	text-align: left;
}
	
p.info {
	border-top: 1px solid #CCC; border-bottom: 1px solid #CCC;
	background: #F3F3F3 url('/images/bullet.gif') no-repeat left center;
	font-size: 0.9em;
	padding: 10px 5px 10px 25px;
	float: right;
	}
	
.blockquote {
	display: block;
	background: #F3F3F3 url('/images/quote.gif') no-repeat top left;
	padding: 10px 10px 10px 25px;
	border-top: 1px solid #CCC; border-bottom: 1px solid #CCC;
	}
	
 ol li {
	margin-left: 25px;
	padding: 4px 0;
	color: #000;
	}

#content ul li {
	margin-left: 2.0em;
	color: #000;
}

#content ul ol {
	margin: 5px 20px;
	}
	
#content ul ol li {
	padding: 0;
	color: #000;
	font-size: 1.2em !important;
/*	background: url('/images/bullet.gif') no-repeat left center; */
	}
	
#content ul li p {
	padding: 0.4em !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.rsslink {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding-right: 4.0em;
}

.listheader {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.0em;
}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:10px Arial,san-serif;
	}

* html form input.text,

* html form textarea{
	border-color:#999;
	color:#999;
	}

.clearer {
	clear: both;
	line-height: 0; 
	height: 0; 
	font-size: 0;
	}

.footer {
	background-color: #262626;
	clear: both;
	padding: 1em;
}

.footer p {
	text-align: center;
	color: gray;
}

.sidebar {
	float: right;
	clear: right;
	text-align: center;
	width: 12%;
	border: 1px solid #ddd;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 1em;
	margin: 0;
	margin-top: 1em;
	margin-right: 0.5em;
}

#sidebar ul {
	list-style-type: none;
}

h4 {
	font-size: 1.8em;
	margin-top: 1.3em;
}

.blogimgright {
	position: relative;
	right: 0;
	float: right;
	margin-left: 1em;
}

#searchBox {
	float: right;
	padding-top: 0.9em;
}
