﻿BODY
{
	COLOR: #000; /* default text color */
	font-size: 10pt;
	font-family: tahoma;
	margin: 10px;
	/*background: url(images/back.gif)repeat-x;*/
	background-color: #fff;
}

/* General Settings */

H1
{
	FONT-FAMILY: tahoma;
	COLOR: #000;
	font-size: 12pt;
	text-align: center;
}

H2
{
	FONT-FAMILY: tahoma;
	COLOR: #000;
	font-size: 10pt;
	text-align: left;

}



a:link, a:visited {
	text-decoration: underline;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


/* End General Settings */


/* Begin Layout Settings */

.wrapper
{
	width: 1000px;
	border: solid 1px #000;
	display: block;
	background: url(images/body-bg.gif) repeat-y;
	background-position: left top;
	text-align: left;
}

.header
{
	/*background: url(images/header.jpg) no-repeat;*/
	height: 111px;
}

.headerlink a:link, .headerlink a:visited
{
	width: 990px;
	height: 140px;
	display: block;
	text-decoration: none;
}


.leftbar
{
	width: 200px;
	float: left;
	display: block;
}

.leftbar li, .leftbar ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.bodywrapper
{
	width: 790px;
	float: right;
	display: block;
}



.bodyinside
{
	padding: 10px;
	text-align: left;
}

.bodyinside ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

.bodyinside li

{
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 4px;
padding-left: 20px;
}


.footer
{
	display: block;
	clear: both;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
}





/* End Layout */


/* Begin Navigation */


#menu
{
	margin-top: 20px;
}

/* Define Main Navigation */

#menu ul li ul li a:link, #menu ul li ul li a:visited {
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	width: 200px;
	FONT-FAMILY: arial;
	font-size: 9pt;
	color: #fff; /* text color */
	border-bottom: solid 1px #fff;
	display: block; /* makes it so you don't need br's between the buttons */
}

#menu ul li ul li a:hover {
	background-color: #FFF;
	text-decoration: none;
	color: #000;
}

#menu ul li ul li a:link span, #menu ul li ul li a:visited span {
	padding-left: 10px;
	display: block;
	padding-top: 6px;
}

#menu h4
{
	FONT-FAMILY: tahoma;
	COLOR: #072966;
	font-size: 12pt;
	text-align: left;
}




/* End Navigation */

/* Define Google AdSense and Affiliate Links */

.skygads
{
float: left;
display: block;
width: 360px;
padding: 10px;
}

.mainbodytext ul 
{
list-style-position:inside;
}

.mainbodytext ol 
{
list-style-position:inside;
}


.footergads
{
float: left;
display: block;
padding-top:10px;
padding-bottom:10px;
}

.headergads
{
text-align: center;
display: block;
padding-top:10px;
padding-bottom:10px;
}

.bluelinks
{
text-align: center;
display: block;
}




@media print
{
.wrapper, .header, 
{
	width: 640px;
}
.leftbar
{
	display: none;
}
}
