body
{
background-color:#cccccc;
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
colour:#002302;
}

#container
{
position:relative;
margin-left:auto;
margin-right:auto;
width:1000px;
background-color:#ffffff;
}

#top{
background:url("images/top.jpg") no-repeat;
width:100%;
height:35px;
}

#content
{
background:url("images/content.jpg") repeat;
width:100%;
z-index:1;
}

#header
{

width:100%;
z-index:1;
}

#middle{
background:url("images/middle.jpg") no-repeat;
height:71px;
width:100%;
z-index:1;
}

#bottom
{
background:url("images/content.jpg") repeat;
width:100%;
height:40px;
z-index:1;
}

#footer{
background:url("images/footer.jpg") no-repeat;
width:100%;
height:35px;
z-index:1;
}

#contenttext
{
position:relative;
top:40px;
left:230px;
width:700px;
color:#333333;
font-size:0.8em;
font-weight:normal;
z-index:2;
border-left:dotted 1px #599710;
padding-left:20px;
min-height:400px;
}


h1
{
color:#599710;
font-size:1.5em;
font-weight:bold;
padding-bottom:10px;
margin:0px;
z-index:2;
}

h2
{
color:#002302;
font-size:1.2em;
font-weight:bold;
}

em
{
color:#599710;
font-size:1.1em;
font-weight:bold;
line-height:30px;
}

#menu
{
position:absolute;
top:190px;
color:#002302;
font-size:0.9em;
width:940px;
text-align:right;
font-weight:bold;
z-index:2;
}

#submenu
{
position:absolute;
margin-left:30px;
top:230px;
color:#333333;
font-size:0.7em;
font-weight:bold;
z-index:2;
}


a:link
{
text-decoration:none;
color:#002302;
font-weight:bold;
}

a:visited
{
text-decoration:none;
color:#002302;
font-weight:bold;
}

a:hover
{
text-decoration:none;
color:#66cc00;
font-weight:bold;
}

a:active
{ 
text-decoration:none;
color:#66cc00;
font-weight:bold;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 115px; /* Width of Menu Items */
font-size:1.1em;
color:#599710;
line-height:30px;
text-align:right;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 105px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
font-size:1.1em;
color:#002302;
text-decoration: none;
padding: 1px 5px;
border-bottom: 1px dotted #599710;
margin-left:5px;
}

.suckerdiv ul li a:visited{
color:#002302;
}

.suckerdiv ul li a:hover{
background-color: #8db810;
}

/*.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}*/

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

#indent
{
float:left;
width:373px;
}

#adsense
{
border:dotted 1px #8db810;
padding:0px;
margin: 0 0 5px 10px;
float:right;
}

#greentip2
{
margin-left:398px;
border:dotted 1px #8db810;
padding:10px;
}