html, body {
	margin: 		0px;
	padding: 		0px;
	font-family:		'Myriad Pro';
	font-size:		13px;
	background:		#000000;
	color:			#000000;
	width:			100%;
	height:			100%;
}

td, tr, .content {
	font-size:		13px;
}

A {
	color:			#6B132B;
	text-decoration:	none;
}

.menu {
	position:		absolute;
	background-repeat: 	repeat-y;
	background-position:	top left;
	background-image:	url( assets/menu_bar.jpg );
}

.menu A {
	text-transform: 	uppercase;
	color:			#000000;
	font-size:		14px;
	text-decoration:	none;
	padding-right:		50px;
	font-family:		'Myriad Pro';
}

.header {
	font-size:		21px;
	border-bottom:		1px solid #000000;
	padding-bottom:		5px;
	padding-top:		15px;
	width:			200px;
	white-space:		nowrap;
}

.menu A:hover {
	text-transform: 	uppercase;
	color:			#000000;
	text-decoration:	none;
}

A:hover {
	color:			#6B132B;
	text-decoration:	underline;
}

#wrapper {
   	min-height: 		100%;
   	margin: 		0 auto;
   	position: 		relative;
}

img {
	border:			0;
	padding:		0;
}

.footer {
	background-image:	url( assets/footer_rpt.jpg );
	background-position:	top left;
	background-repeat:	repeat-x;
	text-align:		center;
	position:		float;
	bottom:			0px;
	left:			0px;
	color:			#FFFFFF;
	font-size:		12px;
	padding-bottom: 	5px;
	padding-top:		20px;
}

.footer A {
	color:			#FFFFFF;
	font-weight:		bold;
}

.footer A:hover {
	color:			#FFFFFF;
}

.image {
	border:			1px solid #a5aeb6;
}

#wrapper {
   	min-height: 		100%;
   	margin: 		0 auto;
   	position: 		relative;
}

hr {
	color:			#000000;
}

#popitmenu{
	position: 		absolute;
	background-color: 	#a5aeb6;
	border:			1px solid black;
	font: 			normal 12px Verdana;
	line-height: 		18px;
	z-index: 		100;
	visibility: 		hidden;
	white-space: 		nowrap;
	padding:		5px;
}
			
#popitmenu a{
	width:			275px;
	padding-left:		5px;
	padding-right:		5px;
	text-decoration: 	none;
	color: 			black;
	display: 		block;
}

#popitmenu a:hover{ /*hover background color*/
	background-color: 	#DFE0E1;
}	
