@charset "utf-8";
body  {
	background-image: url(../images/bg-orangewave.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.twoColFixLtHdr #container  
{
    top:10px;
	width: 840px;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	background-repeat: repeat-x;
	background-position: bottom;
	min-height:100%;
	position:relative;
	border-left-width: 1px;
	border-left-color: #000000;
	border-right-color: #000000;
	border-right-width: 1px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header  
{
	background-image: url(../images/header.jpg);
	position:relative;
	height: 160px;
	width: 840px;
	padding: 0px;
	margin: 0px;
}
/* BUBBLE PLASTIC HORIZONTAL MENU */
.bubplastic.horizontal {
	list-style: "none";
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(../images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg-bubplastic-button.gif) top left no-repeat;
}
.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 20px;
	float: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 20px;
	background: transparent url(../images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-blue.gif) top right no-repeat;
}
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}/* END BUBBLE PLASTIC HORIZONTAL MENU */
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	background-image: url(../images/bg-darkgradientstripe.png);
	background-repeat: repeat;
	padding-top: 0px;
	color: #FFFFFF;
	font-weight: normal;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sidebar-title  {
	font-family: "Gill Sans MT", "Century Gothic", Verdana, Arial;
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;
	background-repeat: repeat;
	background-position: top;
	text-align: center;
	color: #FFFFFF;
	padding: 0px;
	background-image: url(../images/bg-gridgradent.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar   p  {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #mainContent { 
	margin-top: 0;
	margin-right: 0px;
	margin-left: 180px;
	color: #666666;
	font-family: "Gill Sans MT", "Century Gothic", Verdana, Arial;
	background-color: #FFFFFF;
	font-size: 16px;
	text-align: justify;
	padding: 0;}
#mainContent p {
	padding-right: 20px;
	padding-left: 20px;
}
#footer  {
	padding-top: 0;
	padding-bottom: 0;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #3366CC;
	background-color: #333333;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/bg-graygrid.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding-left: 10px;
	height: 120px;
	color: #FFFFFF;
	text-align: center;
} 
#footer a:link { 
	color: #FFFFFF;
	}
#footer a:visited { 
	color: #FFFFFF;
	}
#footer a:hover { 
	color: #FFFF99;
	}
#footer a:active { 
	color: #FFFF99;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: "Gill Sans MT", "Century Gothic", Verdana, Arial;
	font-size: 24px;
	color: #ffb70b;
	text-align: center;
}
h2 {
	font-family: "Gill Sans MT", "Century Gothic", Verdana, Arial;
	font-size: 20px;
	color: #FF9900;
}
h3 {
	font-size: 16px;
	color: #3366CC;
}
h4 {
	text-align: center;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
a:link { 
	color: #3366FF;
	}

a:visited { 
	color: #3366FF;
	}
a:hover { 
	color: #00CCFF;
	}
a:active { 
	color: #3366FF;
	}
form {
	padding: 0px;
	margin-top: -10px;
	margin-right: 10px;
	margin-left: -10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

legend {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
fieldset {
	width: 160px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset ol {
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
label {
	padding-left: 0px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
}
input.btn {
	color:#0099FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #66CCFF;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
	border-left-color: #66CCFF;
	background-color: #FFFFFF;
	margin-top: 6px;
}
input.btnhov { 
 border-color: #c63 #930 #930 #c63;
}
table {
	border-collapse:collapse;
	margin-left: 30px;
	margin-bottom: 30px;
    text-align: left;
}

tr {

}
thead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
	color: #666666;
}
.thead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #dedede;
	color: #003366;
}
.odd {
	color: #003366;
	background-color: #dedede;
}