@charset "utf-8"

html, body {
	height: 100%;
}

body {
	margin: 0 0;
	padding: 0 200px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	background: #588647;

}
h2, h3 {
	font-family: Verdana, Helvetica, sans-serif;
}

h1 {
	font-size: 21px;
	font-family: "Trebuchet MS",Verdana, Helvetica, sans-serif;
	color: #669966;
	top-margin: 5px;
}

h2 {
	font-size: 13px;
	font-family: "Trebuchet MS",Verdana, Helvetica, sans-serif;
	height: 20px;
	margin: 0;
	border: 1px  dotted silver;
	color: #588647;
}

h3 {
	font-size: 11px;
	font-family: "Trebuchet MS",Verdana, Helvetica, sans-serif;
	color: #C0C0C0;
	text-align: left;
}
h4 {
	font-size: 13px;
	font-family: "Trebuchet MS",Verdana, Helvetica, sans-serif;
	height: 20px;
	margin: 0;
	border: 1px dotted silver;
	text-align: center;
}
table	{
	margin: 0 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
}

p, ul {
	margin-bottom: 1.8em;
	line-height: 180%;

}

img{
	border: 0;
	}

a:link { 
	color: #333333;
	}
a:visited { 
	color: #333333;
	}
a:hover { 
	color: #FCFCFC;
	background-color: #669966;
	text-decoration: dashed;
	}
a:active { 
	color: #FCFCFC;
	}


.ddmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 11px;
font-family: "Trebuchet MS",Verdana, Helvetica, sans-serif;
}

/*Top level list items*/
.ddmenu ul li{
position: relative;
display: inline;
float: left;
background-color: #FDFDFD; /*overall menu background color*/
}

/*Top level menu link items style*/
.ddmenu ul li a{
display: block;
width: 122px; /*Width of top level menu link items*/
padding: 0px 5px;
border: 1px solid silver;
border-left-width: 0;
text-decoration: none;
color: #669966;
}
	
/*1st sub level menu*/
.ddmenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.ddmenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.ddmenu ul li ul li a{
display: block;
width: 122px; /*width of sub menu levels*/
color: #669966;
text-decoration: none;
padding: 1px 5px;
border: 1px solid silver;
}

.ddmenu ul li a:hover{
background-color: #669966;
color: #ffffff;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows dd menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .ddmenu ul li { float: left; height: 1%; }
* html .ddmenu ul li a { height: 1%; }
/* End */

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.6;
}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #000000;
}

#topsection{
background: black;
height: 10px; /*Height of top section*/
margin: 0 0;
}

#logo{
width= 800px;
height: 100px;
background: #ffffff url(img/img01.jpg) no-repeat;
padding: 0 0;
}
#ddmenu{
clear: both;
float: left;
width= 800px;
height: 24px;
background: #ffffff;
padding: 0 0;
}
#contentwrapper{
float: left;
width: 100%;
background: white;
}

#contentcolumn{
width= 490px;
margin-right: 310px; /*Set right margin to RightColumnWidth*/
padding: 5px 35px 5px 15px;
background: white;
}

#rightcolumn{
float: right;
width: 310px; /*Width of right column*/
margin-left: -310px; /*Set left margin to -(RightColumnWidth) */
background: #ffffff url(img/left-texture.png) repeat-y;

}
#rightcolumn ul {
	margin: 10px;
	padding: 10px;
	list-style: none;
}

#rightcolumn li {
	margin-bottom: 5px;
}

#rightcolumn li ul {
	padding: 10px;
}


#rightcolumn p {
	padding: 5px 10px;
}

#rightcolumn h2 {
	font-size: 15px;
	font-family: "Trebuchet MS",Verdana, Helvetica, sans-serif;
	height: 20px;
	margin: 10px;
	padding: 5px 5px 3px 5px;
	color: #588647;
}
#rightcolumn h4 {
	font-size: 12px;
	font-family: "Trebuchet MS",Verdana, Helvetica, sans-serif;
	height: 20px;
	margin: 10px;
	padding: 5px 5px 3px 5px;
	color: #333333;
}

#rightcolumn a:link {
	color: #333333;
}

#rightcolumn a:hover {
	text-decoration: dotted;
}

#rightcolumn a:visited { 
	color: #333333;
	}

#rightcolumn a:active { 
	color: #FCFCFC;
	}

#footer{
clear: both;
background: #000000;
width: 100%;
height: 22px; 
}

#footer h2{
text-align: right;
}

.innertube{
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 5px;
}

</style>