/* Copyright by Oxagon Ltd. All rights reserved. */
/* This is NOT freeware or open source code.  */
/* No part of this code may be used, copied to another server or redistributed in any way without the written consent of oxagon ltd. */

.homepage-container {
	background-image: url(nestedbgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 100%;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.homepage-image {
	margin-top: 22px;
	margin-bottom: 75px;
}
.homepage-menu {
	margin: 0px;
	text-align: left;
	padding: 0px;
	height: 40px;
}
.homepage-menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
}
.homepage-menu a:hover {
	color: #FF0000;
}
ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 120px;
	margin-bottom: 0px;
	margin-left: 120px;
}
li {
display: inline;
list-style-type: none;
padding-right: 20px;
}
.container-copyright {
}
.container-copyright p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #252525;
}
.container-copyright a {
	text-decoration: none;
	color: #252525;
}
.container-copyright a:hover {
	text-decoration: none;
	color: #FFFFFF;
}