body
{
	background-color: #CCC;
	margin: 0 auto;
	text-align: center;
}

#header { margin: 0 auto; height: 113px; width: 800px;text-align: center; }
#main
{
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	width: 800px;
	margin: 0 auto;

}
#content
{
	width: 587px;
	color: #000;
	font-family: Tahoma, Sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	min-height:350px;
	margin: 0 180px 0 0;
	
}

#innercontent
{
	margin: 0 40px 0 40px;
	padding: 20px 0 20px 0;
}

#homecontent
{
	padding: 20px 0 20px 40px;
	background-image: url(images/copter-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height:330px;

}


#hoemtext { margin: 0 140px 0 0; }

#sidebar
{
	float: right;
	width: 180px;
	text-align: left;
	margin: 16px 10px 0 10px;
	color: #FFF;
	font-family: Tahoma, Sans-serif;
	font-size: 11px;

}

#block
{
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	background-color: #EEEEEE;
	margin: 0 0 5px 0;
	padding: 3px 10px 3px 10px;
}


#sidebar li
{
	line-height: 18px;
	text-indent: 0px;
	list-style-type: square;
	list-style-position: default;
}


h1 {
color: #C00;
	font-family: Tahoma, Sans-serif;
	font-size: 18px;
	font-weight: bold;

}
h2 {

line-height: 12px;
color: #C00;
font-weight: bold;
font-size:14px;

}

#subtitle {

line-height: 12px;
color: #C00;
font-weight: bold;
font-size:12px;

}
h3
{
	color: #FFF;
	font-family: Tahoma, Sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#footer
{
	margin: 0 auto;
	height: 30px;
}





#linkbar
{
	background-color: #000;
	color: #FFF;
	font-family: Tahoma, Sans-serif;
	font-size: 11px;
	width: 800px;
	margin: 0 auto;
	padding: 8px 0 8px 0;
	font-weight: bold;
	text-align: left;
	text-indent: 2px;
}


#linkbar a:link {
	color: #FFF;
	text-decoration: none;
}


#linkbar a:visited
{
	color: #FFF;
	text-decoration: none;
}

#linkbar a:hover
{
	color: #F00;
	text-decoration: none;
}

#subtitle a:link {
	color: #C00;
	text-decoration: none;

}

#subtitle a:visited {
	color: #C00;
	text-decoration: none;

}


#subtitle a:hover {
	color: #C00;
	text-decoration: none;

}


#subtitle a:active {
	color: #C00;
	text-decoration: none;

}


#sidebar a:link {

color: #FFF;
text-decoration: underline;

}


#sidebar a:visited {

color: #FFF;
text-decoration: underline;
}


.term
{
	border-bottom: #FFF;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 0 0 8px 0;
}


a:link {
color: #C00;
text-decoration: underline;
}

a:visited {
color: #C00;
text-decoration: underline;
}

a:hover {
color: #F00;
text-decoration: underline;
}

a:active {
color: #C00;
text-decoration: underline;
}

.error {
color: #C00;
font-weight: bold;
}

SPAN.Title
{
    FONT-WEIGHT: lighter;
    FONT-SIZE: medium;
    COLOR: #ff0000;
    FONT-FAMILY: Verdana
}