BODY
{
	COLOR: #000; /* default text color */
	font-family: tahoma;
	font-size: 10pt;

}

/* General Settings */

H1
{
	COLOR: #000;
	FONT-FAMILY: arial;
	font-size: 14pt;

}

H2
{
	COLOR: #000;
	text-decoration: none;
	FONT-FAMILY: arial;
	font-size: 12pt;
}

H3
{
	COLOR: #000;
	text-decoration: none;
	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: 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: 75px;
}

.headerlink {
display: block;
width: 990px;
height: 75px;
text-decoration: none;
}




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

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

.bodywrapper
{
	width: 890px;
	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;
}


/* Define Main Navigation */

#menu ul li ul li a:link, #menu ul li ul li a:visited {
	FONT-FAMILY: tahoma;
	font-size: 10pt;
	color: #0000ff; /* text color */
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	width: 95%;

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

#menu ul li ul li a:link span, #menu ul li ul li a:visited span {
	padding: 5px;
	display: block;

}


/* 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: 95%;
	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 */



/* Google AdSense */

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

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

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

.footergads
{
text-align: left;
display: block;
padding-bottom:10px;
}


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

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

/* End Google AdSense */


.careerdirectory li

{
	COLOR: #000; /* default text color */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	margin-bottom: 6px;

}


.careerdirectory ul

{
	list-style-image:url("images/bullet.gif");
	
}

.double-skygads
{
float: left;
display: block;
width: 700px;
padding: 10px;
}

.review table td
{
	COLOR: #000; /* default text color */
	font-family: tahoma;
	font-size: 10pt;
}

