body {

scrollbar-3dlight-color:#ffd700; 
scrollbar-arrow-color:#FF00FF; 
scrollbar-base-color:#000000; 
scrollbar-darkshadow-color:#339966; 
scrollbar-face-color:#008080; 
scrollbar-highlight-color:#eee; 
scrollbar-shadow-color:#222;
font-size:20px;
font-family: Georgia, Times, Tahoma;
margin: 0;
}
div#container {
padding-top: 100px;
margin-bottom: 35px;
}
ul.slideshow {
	list-style:none;
	width:600px;
	height:200px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	border: 1px solid #fff;
      text-align:left;
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:600px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

#inputArea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    background-color: #d6e5f4;
    padding: 10px;
}

#inputArea input[type="text"], #inputArea textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de;
    width: 300px;
    color: #ff00ff;
} .navigation A:hover {
 color: #c0c0c0;
 font-family: Palatino Linotype;
 font-size: 16px;
 text-decoration: none;
 font-weight:bold;
}

.navigation A:visited {
 color: #ffffff;
 font-family: Palatino Linotype;
 font-size: 16px;
 text-decoration: none;
 font-weight:bold;
}

.navigation A:link {
 color: #ffffff;
 font-family: Palatino Linotype;
 font-size: 16px;
 text-decoration: none;
 font-weight:bold;
}
.navigation {
 color: #FF00FF;
 font-size: 16px;
 font-family: Palatino Linotype;
 font-weight:bold;
}
.boxlink A:hover {
 color: #c0c0c0;
 font-family: Arial;
 font-size: 16px;
 text-decoration: none;
 font-weight:bold;
}

.boxlink A:visited {
 color: #ffffff;
 font-family: Arial;
 font-size: 16px;
 text-decoration: none;
 font-weight:bold;
}

.boxlink A:link {
 color: #ffffff;
 font-family: Arial;
 font-size: 16px;
 text-decoration: none; 
 font-weight:bold;
}
.boxlink {
 color: #ffffff;
 font-size: 16px;
 font-family: Times;
 border-bottom: 1px solid #FF00FF;
}

div#copyright A:hover {
 color: #eeeeee;
 font-family: Times;
 font-size: 12px;
 text-decoration: none;
 font-weight:bold;
}

div#copyright A:visited {
 color: #222222;
 font-family: Times;
 font-size: 12px;
 text-decoration: underlined;
 font-weight:bold;
}

div#copyright A:link {
 color: #222222;
 font-family: Times;
 font-size: 12px;
 text-decoration: underlined;
 font-weight:bold;
}

A:link {
 color: #ffffff;
 font-family: Times;
 font-size: 12px;
 text-decoration: underlined;
}
A:visited {
 color: #ffffff;
 font-family: Times;
 font-size: 12px;
 text-decoration: underlined;
}
A:hover {
 color: #eeeeee;
 font-family: Times;
 font-size: 12px;
 text-decoration: none;
}
.imgleft {
float: left;
padding: 6px 10px 6px 0px;
}
.imgright {
float: right;
padding: 6px 10px 6px 0px;
}

div#copyright
{
 font-family: Times;
 font-size: 12px;
	color: #000;
	background-color: #33ffcc;
	width:100%;
	position: fixed;
      min-height:30px;
      text-align:center;
      border-top: 4px solid #000;
      font-weight:bold;
	bottom:0;
	left:50%;
margin-left:-50%;
vertical-align:text-middle;
  box-shadow: 0px 0px 12px #000;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#00000')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}
div#statictopbar
{
 font-family: Times;
 font-size: 12px;
	color: #000;
	width:100%;
	position: fixed;
      min-height:100px;
	top:0;
	left:50%;
margin-left:-50%;
vertical-align:text-middle;
  z-index:1001;

}
a:focus {
	outline: none;
}
ul.sidenav {
	font-size: 14px;
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #339966;
	border-bottom: 1px solid #FF00FF;
	border-top: 1px solid #003867;
      text-align:right;
}
ul.sidenav li a{
	font-size: 14px;
      font-weight:bold;
	display: block;
	color: #fff;
	text-decoration: none;
	width: 155px;
	padding: 10px 10px 10px 35px;
	border-top: 1px solid #FF00FF;
	border-bottom: 1px solid #003867;
}
ul.sidenav li a:hover {
	font-size: 14px;
      background:#000;
	border-top: 1px solid #1a4c76;
opacity:0.7;filter:alpha(opacity=70);
}
ul.sidenav li span{	display: none; }
ul.sidenav li a:hover span {
	display: block;
	font-size: 12px;
	padding: 10px 0;
}
