BODY
{
	COLOR: #000; /* default text color */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	background: url(images/background.gif) repeat-x;
}

/* General Settings */

H1
{
	COLOR: #4086AA;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt;

}

H2
{
	COLOR: #4086AA;
	text-decoration: underline;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
}

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


a:hover {
	text-decoration: underline;
	color: #0000ff;
}


/* Begin Layout Settings */



.headertext
{
	display: block;
	width: 500px;
	font-family: tahoma;
	font-size: 10px;
	color: #555555;
}


.topmenu
{
	display: block;
	float: right;
	width: 375px;
	font-family: tahoma;
	font-size: 10px;
	color: #555555;	
	text-align: right;
}

.topmenu a
{
	font-family: tahoma;
	font-size: 10px;
	color: #555555;	
	text-decoration: none;
}


.bottommenu
{
	display: block;
	font-family: tahoma;
	font-size: 10px;
	color: #555555;	
}

.wrapper
{
	width: 950px;
	border: solid 0px #000;
	display: block;
	text-align: left;
}

.header
{

	height: 100px;
}

.headerlink a:link, .headerlink a:visited
{
	width: 950px;
	height: 50px;
	display: block;
	text-decoration: none;
	background: url(images/logo.gif) no-repeat;
}


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

}

.leftbar ul
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style: none;

}

.leftbar li

{
	display: block;
	width: 175px;
	margin: 0px;
	padding: 0px;
	list-style: none;

}


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



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

.footer
{
	display: block;
	clear: both;
	background-color: #FFF;
	color: #555555;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
	border-top: solid 1px #CCC;

}

/* End Layout */


/* Begin Navigation */


#menu
{
	margin-top: 5px;
}


/* Define Main Navigation */

#menu ul li a:link, #menu ul li a:visited
{
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #555555; /* text color */
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	width: 175px;
	border-bottom: solid 1px #AAA;
	display: block; /* makes it so you don't need br's between the buttons */
}



#menu ul li a:hover

{
	color: #91C3DC; /* text color */

}

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



/* End Navigation */





/* Google AdSense */

.headergads

{
	display: block;

}

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

.footergads

{
	display: block;
	clear: both;
	text-align: center;
	padding-top: 50px;
}

/* End Google AdSense */

.bluelinks
{
text-align: center;
display: block;
font-weight: bold;
padding-bottom: 10px;
}




/* Misc */

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

}
