﻿body,HTML,Form
{
	/*background-color: #161e2b;*/
	background-color:#000000;
	margin:0px;
	padding:0px;
	height:100%;
}
#header
{
	text-align: left;
	height: 119px;
	width: 802px;
	background-color: #000000;
}
#Container
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	min-height: 100%;
}
#navigation
{
	margin: 3px;
	text-align: left;
	position: relative;
	top: 3px;
	height: 33px;
	width: 701px;
	z-index: 2;
	left: 0px;
}
#content
{
	width: 800px;
	padding-bottom: 70px;
}
#footer
{
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
	margin: 3px;
	background-color: #000000;
	margin-top: -70px; /* negative value of footer height */
	height: 70px;
	padding: 10px;
}
#footerText
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
.table
{
	font-family: Verdana;
	background-color: #242225;
	border: 1px solid #808080;
	margin: 3px;
	text-align: left;
	color: #FFFFFF;
	font-size: 13px;
}
.displayComment
{
	font-family: Verdana;
	font-size: 12px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	color: #333333;
	margin: 3px;
}
.btn
{
	border: 1px solid #333333;
	font-family: Verdana;
	font-size: 13px;
	background-color: #3366FF;
	color: #FFFFFF;
}
.commentHeader
{
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.tableHeader
{
	border: 1px solid #CCCCCC;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	background-color: #333333;
}
/* menu */
#jsddm
{	margin: 0;
	padding: 0}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
{
	background-position: #CC0000;
	display: block;
	background: #800000;
	padding: 5px 12px;
	text-decoration: none;
	border-right: 1px solid white;
	width: 80px;
	color: #EAFFED;
	white-space: nowrap;
	font-family: 'Courier New' , Courier, monospace;
	font-size: medium;
	border: 1px solid #FFFFFF;
}


	#jsddm li a:hover
{
	background-position: #666666;
	background: #FF9900;
	font-family: 'Courier New' , Courier, monospace;
	color: #000000;
	font-size: medium;
}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
			background: #9F1B1B}
		
		#jsddm li ul li a:hover
{
	background-position: #FF9900;
	background: #FF9900;
}
#mImage
{
	width:250px;
	float:left;
}
/* menu */
#slideshow 
{
        position:relative;
        width: 550px;
        height:388px;
        float:right;
	top: 0px;
	left: 0px;
	z-index:1;
}

        #slideshow IMG 
        {
        	position:absolute;
            z-index:8;
            opacity:0.0;
	top: 0px;
	left: 0px;
}

        #slideshow IMG.active {
            z-index:10;
            opacity:1.0;
        }

            #slideshow IMG.last-active {
                z-index:9;
            }
