body {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}

img {
	
	margin-right : 10px;
	margin-left : 10px;
	margin-bottom : 10px;
	margin-top : 10px;
}

.mainmenu {
	width : 100%;
	height : 20px;
}

.mainmenu .menuitems {
	margin-left : 10px;
}

.mainmenu a{
	font-family : verdana;
	font-size: 75%;
	text-decoration : none;
	margin-right : 15px;
	font-weight : bolder;
	letter-spacing : 3px;
	padding : 3px;
}

.mainmenu a:hover {
	text-decoration: none;

}

.content {
	width : 85%;
	overflow-x : auto;
	float : left;
}

.content table {
	font-family: Verdana;
	margin-left : 10px;
	font-size: 12px;
	color: #595959;
	text-align: left;
	}

.content table th {
	background-image: url(images/Header_Long.gif);
	font-family: Verdana;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	padding: 4px;
	background-repeat: no-repeat;
	text-indent: 6px;
	}
		
.content p {
	font-family: verdana;
    font-size: 12px;
    }

.content a {
	font-size : 11px;
	font-family: Verdana;
	font-weight: bolder;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}

.lefthomepage {
	width : 8%;
	float : left;
}

.footer {
	width : 100%;
	height : 20px;
	clear: both;
	text-align : left;
	text-indent : 16%;
}

.footer p {
	font-family : verdana;
	font-size : 70%;
	margin-left : 50px;
}

.footer a {
	font-weight : bold;
}

.container {
	width : 100%;
	height : 100%;
}

ul.menu {
	margin-top : 20px;
	line-height : 30px;
}

ul.menu li {
	list-style-type : none;
	margin-left: -40px;
}

ul.menu li A {
	font-family : verdana;
	font-size : 12px;
	text-decoration : none;
	text-indent : 5px;
	display : block;
	width : 90%;
	border-left : thick solid;	
	font-weight : bolder;
	letter-spacing : 3px;
	padding : 2px;
}

