@charset "utf-8";
/* CSS Document */

a img,:link img,:visited img {
	border : none;
	}
	
.imageRight {
	float: right;
	padding-left:10px;
	padding-bottom: 5px;
}

.breakclear {
	clear:both;
}

.heading {
	font-size:14px;
	font-weight:bold;
}

.footer {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}

#coverImage {
	height: 280px;
	width: 170px;
	text-align:center;
	float:right;
}

#bodyEnvelope {
	width: 800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#header{ 
	width:250px;
	height:116px;
	float:left;
	padding-right:5px;
}

#menuRight {
	width: 545px;
	padding-top:90px;
	height: 50px;
	float:right;
}

.menuRight {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight: bold;
	color:#ff0000;
	display:inline;
	padding:29px;
}

.menuRight a{
	color:#ff0000;
	text-decoration:none;
}

.menuRight a:hover {
	color:#ffffff;
	text-decoration:none;
}

#menuLeft {
	width: 250px;
	height: auto;
	float:left;
	padding-top:20px;
}

.menuLeft {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	padding-left:25px;
	padding-bottom:15px;
}

.menuLeft a{
	color: #ffffff;
	text-decoration:none;
}

.menuLeft a:hover {
	color:#ff0000;
}

#bodyRight {
	width: 550px;
	min-height: 410px;
	background-image:url(images/background.gif);
	background-repeat:no-repeat;
	float:right;
}

#bodyContent {
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E8E8E8;
}

#bodyContent a{
	color:#E8E8E8;
	text-decoration:underline;
}

#bodyContent a:hover{
	color:#DD0000;
	text-decoration:none;
}

#coverWrap {
	width: 800px;
	height: 160px;
	text-align:center;
}

#covers {
	padding-left:15px;
	padding-right:15px;
	float: left;
}


#footer {
	width: 800px;
	height: 32px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}

#footer li {
	display:inline;
	padding:10px;
}

#footer a {
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:hover {
	text-decoration:underline;
	color:#FF0000;
}

