/* General Styles */

body{
	margin: 20px;
	background:#2F4960;
}

p{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	line-height: 100%;
}

.whiteText{
	color: #FFFFFF;
}

.signature{
	font-family: Times New Roman, serif;
	font-style: italic;
	color: #FFFFFF;
}


/* Menu Styles */

.menu{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.menu a:link{
	color: #FFFFFF;
	text-decoration:none;
}

.menu a:visited{
	color: #999999;
	text-decoration:none;
}

.menu a:hover{
	color: #2F4960;
	text-decoration:none;
}

.menu a:active{
	color: #999999;
	text-decoration:none;
}

/* Link Styles */

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #0A2457;
}

a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
}

a:active {
	text-decoration: none;
}


/* Main Box */

.background{
	width:1024px;
	height:685px;
	background: url('mainImage.jpg');
	border: 2px solid white;
}

.textBox{
	float: right;
	margin: 115px 20px 0 0;
}

.copyrightBox{
	float: right;
	margin: 2px 20px 0 0;
}

.main {
	width: 1024px;
	margin: 30px 40px;
}