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

}

/* General Settings */

H1
{
	COLOR: #000;
	FONT-FAMILY: arial;
	font-size: 16pt;
	padding-left: 180px;

}

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

li
{
	margin-bottom: 6px;
}



/* Begin Layout Settings */

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

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

.headerlink a:link, .headerlink a:visited
{
	width: 980px;
	height: 300px;
	display: block;
	text-decoration: none;
}


.bodywrapper
{
	width: 980px;
	display: block;
	text-align: left;
}


.bodyinside
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	display: block;
}


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

.footer a
{
	color: #fff;
}

/* 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: tahoma;
	font-size: 10pt;
	color: #282C3B; /* 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: #FFF;
	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;
}


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

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

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

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

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


.main td
{
	font-family: tahoma;
	font-size: 10pt
}

.main li
{
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1 .1em;
}

.main ul
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.ytwrapper
{
	display: block;
	float: left;	
	width: 400px;
}


