body {
	margin:0;
	padding:;
	background:#ffffff;
	/* background:#232323; */
	font:12px Arial, Helvetica, sans-serif;
	color:#cccccc;
}
a {
	color:#3c3c3c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1{
	font-size:16px;
	font-weight:normal;
	font-color:#cccccc;
	}

img{
	border:none;
	}
.header {
	background:#232323;
	margin:0;
	padding:4px 0 4px 0;
}

.welcometext {
	font-family:helvetica, arial, sans-serif;
	font-size:110px;
	font-weight:bold;
	color:#cccccc;
	margin:40px 0;
	/*text-shadow: 1px 1px red;*/
}
.welcometext a {
	color:#cccccc;
	text-decoration:none;
}
.welcometext a:hover {
	color:#80F9FE;
	text-decoration:underline;
}
.navbar {
	background:#878787;
	width:100%;
	height:20px;
	padding:0;
}
.navleft {
	padding:4px 0;
	float:left;
	font-size:11px;
	font-weight:bold;
	list-style:none;
	text-align:left;
}

.navright {
	font-weight:normal;
	float:right;
	text-align:right;
	padding:4px 0;
	font-size:11px;
	list-style:none;
}

.navbar ul {
	margin:0;
	padding:0;
}
.navbar li {
	display:inline;
}
.navbar a {
	color:#3c3c3c;
	text-decoration:none;
}
.navbar a:hover {
	color:#ffffff;
}
.navbar #active {
	color:#ffffff;
}
#print #nav-print a {
	color:#ffffff;
}
.footer {
	font-size:11px;
	color:#878787;
	margin:50px 0 20px 0;
	text-align:center;
}
pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}
	
.sliderbody {
	background-image:url('images/tablebg.gif');
	height:595px;
	width:100%;
}

/* Easy Slider */

#slidetext {
	margin-left:0;
	}
span#prevBtn a {
		/*background-color:#232323;*/
		color:#cccccc;
		font-weight:normal;
		width:355px;
		height:20px;
		float:left;
		padding:4px 20px 0 0;
		margin:1px 0 0 0;
		font-size:10px;
		text-align:right;
		}
span#prevBtn a:hover {
		/*background-color:#444444;*/
	}



span#nextBtn a {
		/*background-color:#232323;*/
		color:#cccccc;
		float:right;
		font-size:10px;
		font-weight:normal;
		width:355px;
		height:20px;
		padding:4px 0 0 20px;
		margin:1px 0 0 0;
		text-align:left;
		}					
span#nextBtn a:hover {
		/*background-color:#444444;*/
		}
		

#slider ul {
		width:750px;
		margin:0;
		padding:0;
		list-style:none;
		}
		
#slider {
	margin:20px 0 0 0;
}

#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:750px;
		height:525px;
		overflow:hidden; 
}		
	
#slider a {
	text-decoration:none;
}

/* // Easy Slider */

/* caption styling */

.caption-top, .caption-bottom {
	color: #cccccc;	
	padding: 10px 0 8px 10px;	
	font-weight: normal;
	font-size: 11px;
	font-family: arial;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
}
.caption-top {
   border-width: 0;
}
.caption-bottom {
   border-width: 1px 0 0 0;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }

