@charset "UTF-8";
body {
	height: 100%;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 0px;
	font-size: 12px;	
}
h1 {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 15px;
}
p {
	font-size: 12px;
	line-height: 13px;
	margin-top: 7px;
}
table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:link {
	color: #FFFFFF;
	font-size: 12px;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
}
.pLeft {
	width: 240px;
	float: left;
	padding-right: 7px;
}
.pLeftLarge {
	width: 240px;
	float: left;
	padding-right: 7px;
	font-size: 15px;
	line-height: 19px;
}
#content {
	height: 525px;
	width: 740px;
	margin-top: -300px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	position: absolute;
	border: medium double #CCCCCC;
	background-image: url(../assets/images/background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 75px;
	padding-left: 30px;
	padding-right: 30px;
}
#top  {
	margin-left: 225px;
}
#menu {
	height: 109px;
	width: 172px;
	position: absolute;
	left: 37px;
	top: 349px;
}
#copy {
	position: absolute;
	top: 353px;
	left: 266px;
	width: 500px;
}
#fourstar {
	position: absolute;
	left: 260px;
	top: 150px;
}
#copyright  {
	position: absolute;
	width: 730px;
	top: 565px;
	left: 35px;
	text-align: right;
}
.border {
	border: 1px solid #FFFFFF;
}

