/* CSS Document */

a:link {color: #000000;text-decoration: none}
a:visited {color: #000000; text-decoration: none}
a:hover {color: #000000; text-decoration: underline}
a:active {color: #000000; text-decoration: none}


html, body
{
	height:100%;
	background-color:#ffce00;
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Times New Roman;
	font-size:7pt;	
}
.fullht {height:100%;}
table
{
	padding:0;
	margin:0;
	border-width:0px;
}
.wrapper
{
	border-style:solid;
	border-color:#404040;
	border-width:1px;
}
.topMenu
{
	background-color:#404040;
	color:White;
	padding-right:10px;
	text-align:right;
	height:27px;
	font-weight:bold;
}
.header
{
	height:90px;
}
.menu
{
	background-image:url(img/menubg.png);
	background-repeat:repeat-x;
	height:30px;
	text-align:left;
}
a img
{
	text-decoration:none;
	border-width:0px;
}
.footer
{
	background-color:#007229;
	height:60px;
	text-align:center;
	color:White;
	font-weight:bold;
	line-height:20px;
}

.footer a:link {color: #ffffff;}
.footer a:visited {color: #ffffff;}
.footer a:hover {color: #ffffff;}
.footer a:focus {color: #ffffff;}
.footer a:active {color: #ffffff;}


.content
{
	background-color:White;
	padding:14px;
	color:#404040;
	height:100%;
}
.copyright
{
	color:#808080;
	font-weight:normal;
}

.copyright a:link { color: #808080; } 
.copyright a:visited { color: #808080; } 
.copyright a:active { color: #808080; } 
.copyright a:hover { color: #808080; } 
.copyright a:focus {color: #808080;}


.leftPanel
{
	width:280px;
	vertical-align:top;
}
.rightPanel
{
	line-height:16px;
	font-size:8pt;
        vertical-align: top;
        padding-left:10px;
}
.displayImg
{
	border-width:1px;
	border-color:#808080;
	border-style:solid;
}
.heading
{
	background-color:#df4b24;
	color:White;
	width:254px;
	padding:6px;
	font-weight:bold;
}
#slideshow {
	position: relative;
	width: 260px;
	height: 150px;
	overflow: hidden;
	border: 1px solid #000000;
}
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
}

img.floatClearleft { 
     float: left; 
     clear: left; 
     margin: 4px; 
} 

img.floatClearright { 
     float: right; 
     clear: right; 
     margin: 4px; 
} 
