﻿body 
{
	background-color: #002f50;
	font-size: 12px;
	font-family: Trebuchet MS;
	margin: 0px;
	padding: 0px;
}

div#wrapper
{
	margin: auto;
	position:relative;
	top:10px;
	width:768px;
	background-color:white;
	left: 0px;
}

div#entranceMenu
{
	position:relative;
	width:768px;
}

div#innerwrapper
{
	position:relative;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	margin-top:5px;
	background-color:#f4f092;
}


h3
{
	margin-top:0px;
	padding-top:0px;
}


h2
{
	margin-top:0px;
	padding-top:0px;
}

div#head
{
	position:absolute ;
	width: 768px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	top:5px;
	background-color:White;
	
}

div#spacer
{
	position:relative;
	
	width:740px;
	background-color:white;
}

div#search
{
	position:relative;
	left:0px;
	width:252px;
	height:150px;
	background-color:White;
}

div#innersearch
{
	position:relative;
}



div#menu
{
	position:relative;
	left:0px;
	width:168px;
	background-color:White;
	top: 205px;
	height: 235px;
}


div#columns
{
	
	width:768px;
	top:205px;
	background-color:white;
	margin-left:auto;
	
	left: 0px;
}

div#side1
{
	position:absolute;
	width:150px;
	top:0px;
	left:5px;
}

div#content
{
	position:relative;
	width:482px;
	top:7px;
	left:236px;
	background-color:White;
	
}

div#demVid
{
	position:relative;
	width:400px;
}

div#side2
{
	position:absolute;
	width:150px;
	top:0px;
	left:600px;
}

div#foot
{
	position:absolute;
	width:768px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	top: 1057px;
	left: 0px;
}

div#contentHeader
{
	width:595px;
}

div#leftContent
{
	position:absolute;
	width:250px;
	font-family:Trebuchet MS ;
	font-size:12px;
}

div#rightContent
{
	position:relative ;
	width:345px;
	left:250px;
}

.grid-view
{
	padding: 0;
	margin:0;
	border: 1px solid #333;	
}

.grid-view tr.header
{
	height: 46px;
	background-image: url('images/grid_bg.gif');
	background-repeat:repeat-x;
	font-family: Californian FB;
	font-size:14px;
	color:black;
	text-align: center;
	vertical-align:middle;	
}

.grid-view tr.normal
{
	
}

.grid-view tr.alternate
{
	
}

.data-view
{
	padding: 0;
	margin:0;
	border: 1px solid #333;	
}

.data-view tr.header
{
	height: 46px;
	background-image: url('images/grid_bg.gif');
	background-repeat:repeat-x;
	font-family: Californian FB;
	font-size:14px;
	color:black;
	text-align: center;
	vertical-align:middle;	
}

.accordionHeader
{
    border: 1px solid #009900;
    color: white;
    background-color: #990000;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align :center;
}

.accordionContent
{
    font-family :Trebuchet MS ;
    font-size :8pt;
    background-color: #FFFFFF;
    border: 1px dashed #009900;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 background-color: #990000;
    color: white;
}

#categories 
{
	width: 100%;
	text-align: center;
	vertical-align: top;
}



.links:hover
{
	text-decoration: none;
	background-color: Yellow;
}