/* ALGEMENE TAGS */
body{
	background-color:#339933;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
	margin:0px;
	padding:0px;
	overflow: -moz-scrollbars-vertical;
}

h1{
	border-left:10px solid #339933;
	height:45px;
	text-align:left;
	padding-left:10px;
	padding-top:20px;
	display:inline;
	font-size:18px;
	font-weight:bold;	
	color:#333333;
}

h2{
	display:inline;
	font-size:14px;
	font-weight:bold;	
	color:#333333;
}

table{
	border:none;
}

td{
	border:none;
}

a{
	color:#339933;
	text-decoration:underline;
	font-weight:bold;
}

a:hover{
	color:#FFFFFF;
	background-color:#339933;
	text-decoration:underline;
	font-weight:bold;
}

img{
	padding:0px;
	border:none;
	margin:0px;
}

.clearer {
	clear: both;
	font-size: 1px;
	height:1px;
	overflow:hidden;
}

#header{
	width:770px;
	height:30px;
	margin:auto;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

#pageContainer{
	background-image:url(../images/bodybg.gif);
	background-repeat:repeat-y;
	background-position:center;
	width:770px;
	margin:auto;
	overflow:hidden;	
}

#menuContainer{
	width:210px;
	float:left;
	overflow:hidden;	
}

#textContainer{
	width:540px;
	float:left;
	overflow:hidden;	
}

#footer{
	background-image:url(../images/footer.gif);
	height:50px;
	background-color:#339933;
	background-repeat:no-repeat;
	overflow:hidden;	
}

div.content{
	padding:20px;
	padding-top:30px;
}

#menu{
	padding-left:20px;
}	

#menu a{
	font-weight:bold;
	font-size:15px;
	color:#333333;
	text-decoration:none;
	line-height:22px;	
}

#menu a:hover{
	background-color:#FFFFFF;
	text-decoration:underline;	
	color:#339933;
}

.backTop{
	text-align:right;
}

.backTop a{
	font-size:10px;
	
}

.heading{
	padding-bottom:10px;
}
