body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
	background-image: url(../images/img_39.gif);
}

a:link { color: #B52C07; }
a:visited { color: #600; }

a:hover, a:active
{
	color: #fff;
	background-color: #B52C07;
}

h2
{
	color: #369;
	font: 140% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #333;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	margin: 0 auto;
	width: 750px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
}

#header
{
	margin: 0;
	height: 162px;
	width: 100%;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	position: relative;
	/*border: 1px none #fff;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #36f;
	margin: 0;
	padding: 0;
}

#navtop
{
	line-height:120%;
	background-color: #282828;
}
/* float clear */
#nav:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
#nav
{
	list-style:none;
	margin:0 3em;
	padding:8px 0 0;
	position:relative;
	top:1px;
	background: url(../images/line.gif) repeat-x bottom
}
#nav li
{
	background:url(../images/navtabs.gif) no-repeat 0 -40px;
	float:left;
	margin:0 8px 0 0;
	padding:0;
	white-space:nowrap;
	position:relative
}
#nav li a
{
	text-decoration:none;
	background:url(../images/navtabs.gif) no-repeat 100% -40px;
	position:relative;
	display:block;
	color:#555;
	border:none;
	padding:4px 20px 3px 8px;
	margin-left:6px;
	right:-6px
}

#nav li.active
{
	background:url(../images/navtabs.gif) no-repeat left top}

#nav li.active a
{
	padding:4px 20px 4px 8px;
	background:url(../images/navtabs.gif) no-repeat right top;
	color:#333
}

#nav li a:hover
{
	color:#333
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	margin-top: 20px;
	float: right;
	width: 165px;
	border-left: 1px dotted #aaa;
	padding-left: 15px;
}

#menu h3 { 
	color: #666;
	margin-right: 1em;
  	border-bottom: 1px dotted #999;
}

#contents {  margin: 20px 200px 40px 20px; }
#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px dotted #999; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #eee;
	text-align: right;
	font-size: 90%;
}

#adfooter
{
	clear: both;
	text-align: center;
}

#adfooter a:hover 
{
	
	background-color: none;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#skipmenu a
{
	color: #666;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

/* TABLES */

.table1 {border: 2px solid #0C365D; border-collapse:collapse;width:99%;}
.table1 td {background: #fff url("/images/sprites.gif") repeat-x 0 -1600px;padding:3px;border: 1px solid #fff}
.table1 th {text-align:left;border: 1px solid #fff}
.table1 thead th {color:#fff;font-size:145%;background: #900 url("images/sprites.gif") repeat-x 0 -1300px;padding: 10px 6px}
.table1 tbody th {color:#fff;font-size:115%;background: #88b8db url("images/sprites.gif") repeat-x 0 -1400px;padding: 6px}
.table1 tbody th.sub {font-size:100%;color:#000;background: #efefef url("images/sprites.gif") repeat-x 0 -1500px;padding: 6px}

.clearfix {
	display: inline-block;
}  

 /* Holly Hack Targets IE Win only \*/
 
 * html .clearfix {height: 1%;}
 .clearfix {display: block;}
 
 /* End Holly Hack */


