BODY
{
	COLOR: #000; /* default text color */
	font-family: tahoma;
	font-size: 10pt;
}

/* General Settings */

H1
{
	COLOR: #000;
	FONT-FAMILY: arial;
	font-size: 16pt;
}

H2
{
	COLOR: #000;
	text-decoration: underline;
	FONT-FAMILY: arial;
	font-size: 10pt;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}

a:hover 
{
	text-decoration: underline;
	color: #0000ff;
}


/* Begin Layout Settings */

.wrapper
{
	width: 950px;

	display: block;
	background: url(images/bg.jpg) repeat-y;
	background-position: left top;
	text-align: left;
	postition: relative;
}

.header
{
	background: url(images/header.jpg) no-repeat;
	height: 125px;
	postition: relative;
	display: block;
	background-color: #dde1e3;

}

.headerlink a:link, .headerlink a:visited
{
	width: 500px;
	height: 118px;
	display: block;
	text-decoration: none;
	float: left;
}


.leftbar
{
	width: 100px;
	float: left;
	display: block;
}

.leftbar li, .leftbar ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.bodywrapper
{
	width: 835px;
	float: right;
	display: block;
}


.bodyinside
{
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}


.footer
{
	display: block;
	clear: both;
	background-color: #000;
	color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
	background: url(images/footer.jpg) repeat-x;
}

/* End Layout */


/* Begin Navigation */


#menu
{
	margin-top: 1px;
}

/* Heading for Navigation (optional) */

#menu ul li h2
{
	margin-top: 0px;
	padding-top: 5px;
	font-size: 10pt;
	height: 35px;
	display: block;
	width: 100px;
	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: tahoma;
	font-size: 10pt;
	color: #000000; /* text color */
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	width: 100px;
	border-bottom: solid 0px #000;
	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;
}

#menu ul li ul li a:link span, #menu ul li ul li a:visited span {
	background-color: #;
	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: 100px;
	margin-bottom: 6px;

	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;
}



.searchbox
{
	width: 340px;
	float: right;
}

td
{
	font-family: tahoma;
	font-size: 10pt;
}
