body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image:url(../img/gray_background.jpg);
	background-repeat:repeat;
}

a {
	color: #DF6A03;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
}

#wrapper {
	background-image:url(../img/background.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color:#292929;
	border: 1px solid #666666;
	
}

#header {
	color: #FFFFFF;
}

#header #headercontent h1 {
	color: #DF6A03;

	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight: bold;
	font-size: 32px;
}

#header #headercontent h2 {
	color: White;

	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

#content { 
	color: #FFFFFF;
}

#content #content-header {
	background-image: url(../img/contentbox-header.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#content #content-center {
	background-image: url(../img/contentbox-center.png);
	background-repeat:repeat-y;
}

#content #content-center #content-container {
	color: black;
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#content #content-center #content-container h3 {
	color: black;
	font-weight: bold;
	font-size: 14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#content #content-center #content-container h4 {
	color: black;
	font-weight: bold;
	font-style: italic;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#content #content-center #content-container #contextmenu {
	border: 1px dotted black; 
	background-color: silver;
}

#content #content-footer {
	background-image: url(../img/contentbox-footer.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#footer { 
	background-color:#292929;
	color: #FFFFFF;
	font-size: 10px;
}

/* =====================================================================
The 2-level Javascript menu styles
======================================================================*/

.basictab{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	font-weight: bold;
	
}

.basictab li a{
	text-decoration: none;
	color: White;
	
	outline: none;
}

.basictab li a:visited{
	color: white;
}

.basictab li a:hover{
	color: orange;
}

.basictab li a:active{
	color: white;
}

.basictab li.selected a{ /*selected tab effect*/
	color: #DF6A03;
}

.submenustyle{
	filter:alpha(opacity=0);
	-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
	width: 100%;
}

.submenustyle a{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

	
	color: white;
	text-decoration: none;
}

.submenustyle a.selected { /*selected tab effect*/
	color: #DF6A03;
}
.submenustyle a:hover{
	color: #DF6A03;
}
