﻿body
{
    vertical-align: baseline;
    letter-spacing: normal;
    background-color: #1A9DFB;    
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
	margin:0;
	padding:0;
}

A:link
{
    text-decoration: underline;
    color: #0094fe;
    font-size: 1em;
    font-weight: normal;
}
A:visited
{
    text-decoration: underline;
    color: #0094fe;
    font-size: 1.0em;
    font-weight: normal;
}
A:active
{
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
    color: #0094fe;
    font-size: 1.0em;
    font-weight: bold;
}

div#frame 
{
	position: relative; 
	margin: 0px auto 0px auto; 
	height:100%; 
	width: 792px; 
	background-color: #000000; 
	top: 2px;
}

div#Container  
{
	text-align: left;
	background-color:#000000;	
	position: relative; 
	height: auto; 
	margin: 0px 46px 0px 46px; 
}

div#TitleBar
{
	width: 700px;
	position: relative;
	top: 0px;
	padding-top:10px;
	padding-bottom:1px;
}

div#Navigation
{
	background: #000000;
	height: 20px;
	width: 700px;
	position: relative;
	top: 1px;
}

div#Main
{
	background: #D7D7D7;
	width: 680px;
	position: relative;
	top: 1px;
	min-height: 200px;
	padding-right: 10px;
	padding-left: 10px; 
	padding-bottom: 10px; 
	padding-top: 10px;	
}

div#Footer
{
	background: url(../images/footerback.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 700px;
	position: relative;
	top: 2px;
	padding-bottom: 20px; 
}

div#RightSidePanel
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 46px;
    background-color: #000000;
    
}
    
div#LeftSidePanel
{
	position: absolute; 
	top: 0px; 
	bottom:0px; 
	left: 0px;
	height: 100%; 
	width: 46px; 
    background-color: #000000;
	
}

div#navbuttons  a 
{
	background: url(../images/button.gif) no-repeat;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(0,0,0); 
	border : none;
	float: left;
	line-height: 20px;
	width: 100px;
	text-align: center;
	text-decoration: none;
}

div#navbuttons a.buttonPressed 
{
	background: url(../images/button_pressed.gif) no-repeat;
	z-index: 0;
	line-height: 20px;
	color: rgb(255,255,255);
}

.banner
{
	background-image : url(../images/banner/rotate.php);
	background-repeat: no-repeat;
	position: relative;
	height:102px;
	width:700px;
	z-index :0;
}



