/* basic elements */
body {
	background-color: #626262;
	margin-left: 0px;
	margin-right:0px;
	margin-top: 0px;
}
a:hover, a:active, a:link, a:visited { 
	font-family: Verdana;
	font-size: 16px;
	color: White;
	text-decoration: none;
}
#content a:link, #content a:visited, #content a:active, #content a:hover{
	font-family: Verdana;
	font-size: 12px;
	color: #626262;
	text-decoration: none;
}

/* specific divs */
#content{
	background-color: White;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 30px;
}
#content table{
	font-family: Verdana;
	font-size: 12px;
	color: #626262;
	width: 100%;
}
#content td{
	width: 240px;
}
#end{
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#left_content{
	background-image: url(7.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#right_content{
	background-image: url(8.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#left_content_2{
	background-image: url(7.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#right_content_2{
	background-image: url(8.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#menu{
	color: White;
	font-weight: bold;
	font-size: 16px;
	margin-left: 15px;
	margin-bottom: 5px;
}
p.bodytext{
	font-family: Verdana;
	font-size: 12px;
	color: #626262;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
h1 {
	font-family: Verdana;
	font-size: 16px;
	color: #96A639;
	background-image: url(leaf.gif);
	background-position: right;
	background-repeat: no-repeat;
}