@charset "utf-8";
/* CSS Document */

p {
	text-align: justify;
	font: normal 16px Century Gothic;
	color: rgb(0,0,0);
}

h2 {
	text-align: justify;
	font: normal 20px Century Gothic;
	text-indent: 50px;
	color: rgb(0,0,0);
}

h3 {
	text-align: justify;
	font: normal 20px Century Gothic;
	color: rgb(0,0,0);
}

h4 {
	text-align: justify;
	font: normal 16px Century Gothic;
	color: rgb(0,0,0);
}

h5 {
	text-align: justify;
	font: normal 16px Century Gothic;
	text-indent: 30px;
	color: rgb(0,0,0);
}


body  {
	font: normal 12px Century Gothic;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}


.thrColAbsHdr #container { 
	position: relative; 
	width: 1000px;  
        height: 1045px;	
        background: #FFFFFF;
	margin: 0 auto; 
	border: 0px;
	text-align: left;
	overflow: hidden;
} 

.thrColAbsHdr #header {
        position: absolute;
	top: 0px;
	right: 0px;
        width: 256px;
        height: 20px;
        border: 0px;
        margin: 0;
        padding: 0px;
	overflow: hidden;
}

.thrColAbsHdr #banner {
	position: absolute;
	top: 20px;
        left: 0px;
        width: 1000px;
        height: 120px;
        background: rgb(218,210,194);
	background-image: url('images/TopBanner.jpg');
        border: 0px;
	margin: 0;
	padding: 0px;
	overflow: hidden;
}

.thrColAbsHdr #nuspa0 {
	position: absolute;
	top: 60px;
        left: 848px;
        width: 152px;
        height: 45px;
        border: 0px;
	margin: 0;
	padding: 0px;
	overflow: hidden;
}

.thrColAbsHdr #icons { 
        position: absolute;
	top: 140px;
	left: 0px;
	width: 1000px;
        height: 30px;
	background: #C11B17;	
	border: 0px;
        margin: 0px;
        padding: 0px;
	overflow: visible;
}

.thrColAbsHdr #tvbox {
        position: absolute;
	top: 185px;
	left: 0px;
        width: 1000px;
        height: 200px;
	background-image: url('images/tv0.jpg');
        border: 0px;
        margin: 0;
        padding: 0px;
	overflow: hidden;
}

.thrColAbsHdr #title {
        position: absolute;
	top: 180px;
	left: 0px;
        width: 730px;
        height: 40px;
	background-image: url('images/title.jpg');
        border: 0px;
        margin: 0;
        padding: 10px;
	overflow: hidden;
	font: normal 22px Century Gothic;
	color: rgb(255,255,255);
}

.thrColAbsHdr #title1 {
        position: absolute;
	top: 0px;
	left: 0px;
        width: 660px;
        height: 40px;
 	background: transparent;
        border: 0px;
        margin: 0;
        padding: 10px;
	overflow: hidden;
	font: normal 22px Century Gothic;
	color: rgb(255,255,255);
}

.thrColAbsHdr #mainContent {
	position: absolute;
	top: 390px;
        left: 0px;
        width: 640px;
        height: 560px;
	background-image: url('images/background.jpg');
        border: 0px;
	margin: 0px;
	padding: 20px;
        overflow: auto;
}

.thrColAbsHdr #mainText {
	position: absolute;
	top: 40px;
        left: 5px;
        width: 664px;
        height: 540px;
	border: 0px;
	margin: 0px;
	padding: 5px;
        overflow: auto;
	font: bold 20px Century Gothic;
	color: rgb(0,0,0);
}

.thrColAbsHdr #mainTextInformation {
	position: absolute;
	top: 40px;
        left: 5px;
        width: 664px;
        height: 540px;
	border: 0px;
	margin: 0px;
	padding: 5px;
        overflow: auto;
	font: normal 16px Century Gothic;
	color: rgb(0,0,0);
}

.thrColAbsHdr #side {
	position: absolute;
	top: 390px;
        right: 0px;
        width: 295px;
        height: 580px;
	background-image: url('images/side.jpg');
        border: 0px;
	margin: 0px;
	padding: 10px;
        overflow: auto;
	font: normal 22px Century Gothic;
	color: rgb(255,255,255);
}

.thrColAbsHdr #sideads1 {
	position: absolute;
	top: 40px;
        right: 2px;
        width: 301px;
        height: 240px;
 	background: transparent;
        border: 0px;
	margin: 0px;
	padding: 5px;
        overflow: auto;
	font: normal 16px Century Gothic;
	color: rgb(0,0,0);
}

.thrColAbsHdr #sideads2 {
	position: absolute;
	top: 290px;
        right: 2px;
        width: 301px;
        height: 100px;
 	background: transparent;
        border: 0px;
	margin: 0px;
	padding: 5px;
        overflow: auto;
	font: bold 16px Century Gothic;
	color: rgb(0,0,0);
}

.thrColAbsHdr #sideads3 {
	position: absolute;
	top: 410px;
        right: 2px;
        width: 301px;
        height: 160px;
 	background: transparent;
        border: 0px;
	margin: 0px;
	padding: 5px;
        overflow: auto;
	font: bold 16px Century Gothic;
	color: rgb(0,0,0);
}

table {
	font-size: 100%;
	background: rgb(255,255,255);
	border: 0;
}

table.menu {
	font-size: 18px;
	position:absolute;
	visibility:hidden;
}

td.menu a{
	display: block;
	background: rgb(217,59,43);
	color: white;
	padding: 4px;
	text-decoration: none;
	border-top-width: 0;
	border-bottom: 1px solid rgb(255,255,255);
	font: normal 16px Century Gothic;
	color: rgb(255,255,255);
	text-decoration:none;
}

* html td.menu a{ 
	display: inline-block;
}

td.menu a:hover{
	background: rgb(220,102,75);
	font: normal 16px Century Gothic;
}

.thrColAbsHdr #footer { 
	position: absolute; 
	top: 995px;
	left: 0px;
	width: 1000px;
	height: 50px;
	background-image: url('images/footer.jpg');
	border: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font: normal 12px Century Gothic;
	text-align: center;
} 

.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;
}
