@charset "utf-8";
/* CSS Document */

body {background-color: #bbb;}
/* General font families for common tags */
font,th,tr,td,p { font-family:Arial, Helvetica, sans-serif; color:#FFF; font-size:12px }
a:link,a:active,a:visited,a:hover { color : #fff; text-decoration: none ; font-weight:bold;}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:0px #0CF;
border-bottom-width: 6px;
width: 380px; /*width of featured content slider*/
height: 210px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	width: 380px; /*width of content DIVs within slider. Total width should equal slider's inner width + padding (390+5+5=400) */
	height: 100%;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
width: 370px; /*Width of pagination DIV. Total width should equal slider's outer width + border (400+10+10=420)*/
text-align: right;
background-color: ;
padding: 5px 5px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: white;
background: ;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #0CF;
}


#Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:600px;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:397px;
	height:172px;
}

#nav-up {
	position:absolute;
	left:397px;
	top:0px;
	width:403px;
	height:71px;
	background-image:url(images/nav_up.gif);
}

#navlft {
	position:absolute;
	left:397px;
	top:71px;
	width:47px;
	height:29px;
	background-image:url(images/navlft.gif);
}

#nav-bg {
	position:absolute;
	left:444px;
	top:71px;
	width:356px;
	height:29px;
	background-image:url(images/nav_bg.png);
	text-align:center;
	padding-top:4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:a7a7a7; 
	font-variant:small-caps; 
	font-size:16px;
}

#nav-dwn {
	position:absolute;
	left:397px;
	top:100px;
	width:403px;
	height:72px;
	background-image:url(images/nav_dwn.gif);
}

#body {
	position:absolute;
	left:0px;
	top:172px;
	width:800px;
	height:339px;
	background-image:url(images/body.gif);
}

#footgap {
	position:absolute;
	left:0px;
	top:511px;
	width:800px;
	height:41px;
	background-image:url(images/footgap.gif);
}

#footer {
	position:absolute;
	left:0px;
	top:552px;
	width:255px;
	height:48px;
	background-image:url(images/footer.png);
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#dbdbdb;
	text-align:center;
}

#down {
	position:absolute;
	left:255px;
	top:552px;
	width:545px;
	height:48px;
	background-image:url(images/down.gif);
}

