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

/* General Settings */

H1
{
	font-family: arial;
	COLOR: #333365;
	font-size: 14pt;
	text-align: left;

}

H2
{
	font-family: arial;
	COLOR: #333365;
	font-size: 12pt;
	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;
}

li
{
	margin-bottom: 6px;
}


/* Begin Layout Settings */

.wrapper
{
	width: 1000px;
	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: 150px;
}

.headerlink a:link, .headerlink a:visited
{
	width: 975px;
	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;
}


.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;
}

/* 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-weight: normal;
	text-align: left;
	text-decoration: none;
	width: 200px;
	FONT-FAMILY: tahoma;
	font-size: 10pt;
	color: #fff; /* text color */
	border-bottom: solid 0px #061348;
	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;
}


/* 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: 200px;
	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: 360px;
padding: 5px;
}

.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;
font-weight: bold;
}

.bodyinside li
{
	margin-left: 200px;
}


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

}
