/* CSS Document */

html { 
  padding:0px;
  margin:0px;
}

body{
  background-color:#99cc99;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
}

#container{
	width:100%;
	height:auto;
	margin:auto;		
}

/*  HEADER COMPONENTS */

#header{
	width:100%;
	height:auto;
	background-color:#99cc99;
}


#menu{
	width:98%;
	position:relative;
	left:1%;
	height:30px;
	background-color:#FFCC66;
	position:relative;
	bottom:0px;
	border-right:groove;
	border-bottom:groove;
	border-right-width:medium;
	border-bottom-width:medium;
	border-top:none;
	border-left:none;
}

.menuoptions{
	width:15%;
	height:10px;
	text-align:center;
	float:left;
	padding:7px 0px 5px 0px;
	font-weight:bold;
}

#logo{
	width:100%;
	text-align:center;
}


/*  BODY COMPONENTS */
#leftcol{
	width:15%;
	height:500px;
	float:left;
	text-align:center;
	background-color:#99cc99;
}

#rightcol{
	width:15%;
	height:500px;
	float:right;
	text-align:center;
	background-color:#99cc99;
}

#centerpadding{
	width:70%;
	height:10px;
	float:left;
	background-color:#99cc99;

}
 html>body #centerpadding{
	height:20px;
}

#center{
	width:70%;
	height:auto;
	padding:20px 0px 20px 0px;
	float:left;
	background-color:#FFCC66;
	overflow:hidden;
}

/*  COLUMN COMPONENTS */

.panel{
	position:relative;
	top:40px;
	margin:auto;
	width:90%;
	height:80px;
	background-color:#ffcc66;
	border-right:groove;
	border-bottom:groove;
	border-right-width:medium;
	border-bottom-width:medium;
	border-top:none;
	border-left:none;
		
}

.table{
	width:98%;
	text-align:center; 
	border-right:groove; 
	border-bottom:groove; 
	border-right-width:medium; 
	border-bottom-width:medium;
	border-top:none; 
	border-left:none; 
	margin:auto;
}

.tableborder{
	text-align:center;
	border:thin;
}

.tabletitle{
	font-weight:bold; 
	background-color:#FFCC66;
	color:#2F84CC;
}

.title{
	color: #FFFFFF;
	font-size: 14px;
	background-color: #2F84CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h2{
	color:#000000; 
	font-weight:bold;
}

a:link,a:visited{
	color:#2F84CC;
	text-decoration:none;
}

a:hover{
	color:#FFFFFF;
}

.normaltexts{
	font-weight:bold;
	color:#2F84CC;
}

.marked{
	font-weight:bold;
	color:#FFCC66;
}




