BODY
{
	COLOR: #000; /* default text color */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* General Settings */

H1 {



COLOR: #000000;



font-size: 14pt;







}











H2 {



COLOR: #000000;



font-size: 12pt;



}

H3 {



COLOR: #000000;



font-size: 10pt;



}
a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #686968;
}

li
{
	margin-bottom: 6px;
}



/* Begin Layout Settings */

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

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

.headerlink a:link, .headerlink a:visited
{
	width: 946px;
	height: 100px;
	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: 500px;
	float: left;
	display: block;
}

.midwrapper
{
	width: 740px;
	float: right;
	display: block;
}




.bodywrapper3col
{
	width: 675px;
	float: left;
	display: block;
}

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

.rightbar
{
	width: 175px;
	float: right;
	display: block;
	text-align: center;
}

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

}

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

/* End Layout */


/* Begin Navigation */


#menu
{
	margin-top: 20px;
}

/* Heading for Navigation (optional) */

#menu ul li h2
{
	margin-top: 0px;
	padding-top: 5px;
	font-size: 10pt;
	height: 35px;
	display: block;
	width: 200px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}


/* Define Main Navigation */

#menu ul li ul li a:link, #menu ul li ul li a:visited {
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #fff; /* text color */
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	width: 200px;

	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: #686968;
	text-decoration: none;
}

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

}


/* Define Sub Navigation Level 1 */

#menu ul li ul li ul li a:link, #menu ul li ul li ul li a:visited {
	background: url(images/sub-nav-bg.gif) no-repeat;
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #fff; /* text color */
	font-weight: normal;
	text-align: left;
	padding-top: 4px;
	padding-left: 30px;
	text-decoration: none;
	height: 30px;
	width: 175px;
	margin-bottom: 6px;
	border-bottom: solid 1px #fff;
	display: block; /* makes it so you don't need br's between the buttons */
}

#menu ul li ul li ul li a:hover {
	background-position: 0px -30px;
	text-decoration: none;
}

/* End Navigation */



.skygads
{
float: left;
display: block;
width: 350px;
padding: 5px;
}

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

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

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

}
