@charset "utf-8";

html{
	height: 100%;
}

body {
	margin: 0 0;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: justify;
	background-image: url(img/bg.jpg);
}
h1 {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0;
	color:  white;
}

h2 {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	color: #66CC00;
}

h3 {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFF;
	font-weight: normal;
}

h4 {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: white;
	text-align: left;
	font-weight: normal;
}
h5 {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0;
	color:   #66CC00;
}

table	{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	vertical-align: top;
}

p, ul {
	margin-bottom: 0.1em;
	line-height: 180%;
}

img{
	border: 0;
	}

a:link { 
	color: #FFFFFF;
	}
a:visited { 
	color: #66cc00;
	}
a:hover { 
	color: #FCFCFC;
	text-decoration: underlined;
	}
a:active { 
	color: #FCFCFC;
	}
	
#topsection{
height: 69px; /*Height of top section*/
margin-left: 200px;
background-image: url(img/top_bg.png);
background-repeat:no-repeat;
}

#contentwrapper{
float: left;
width: 830px;
margin-left: 200px;
background-image: url(img/content_bg.png);
}

#nav{
  font-family: "Trebuchet MS", Arial, sans-serif;
  background: #404040;
 }
 
 ul#minitabs{list-style: none;margin: 0;padding: 7px 0;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #66cc00;
  }
ul#minitabs li{display: inline; margin: 0 2px}
ul#minitabs a{text-decoration: none; padding: 0 0 3px;
  border-bottom: 4px solid #404040; color: #CCC}
ul#minitabs a#current{border-color: #ccc;color: #66CC00}
ul#minitabs a:hover{border-color: #ccc;color: #ccc} 

#leftcolumn{
margin-right: 85px; /*Set right margin to RightColumnWidth*/
}
#contentgen{
float: right;
width: 600px; /*Width of right column*/
margin-left: -85px; /*Set left margin to -(RightColumnWidth) */
margin-right: 85px;
padding: 5px 35px 5px 15px;
}

#footer{
clear: both;
background-image:url(img/footer.png);
background-repeat:no-repeat;
width: 100%;
height: 100px; 
margin-left: 200px;
text-align: left;
}


