@charset "utf-8";
/* CSS Document */


* { margin: 0px; padding: 0px; }

body {
	background-color:#5C6E7F; margin-left:5px;
	font-family:Arial, Helvetica, sans-serif; font-size:14pt;
}



#PageWrapper { background:url(../banzay_images/content.png) repeat-y center;
	position: relative; top:0; z-index:10;
 	width: 300px; margin: 0 0;
	text-align: left;
}


#ContentWrapperFixedHeight {
	width: 300px;
	padding: 10px 0px 0px 0px; margin: 0 auto;
}



#LinksDisplayWrapper, #LinksDisplayWrapper {
	/*width:300px;*/
}



div.LinksDisplay {
	font-family:Arial, Helvetica, sans-serif; font-size:10pt;
	background-color:#FFFFFF; margin-left: 5px;
	width:290px; height:auto; margin-bottom: 10px;
	border-style:solid;	border-color: #9CACB8; border-width:1px;
}




div.LinksDisplay ul a {
	display:block; width:270px; height:30px; line-height:30px;
	color: #000033;	text-decoration:none; padding-left:8px; font-weight:bold;
	border: #CCC 1px solid;
	border-left: #CCC 2px solid;
	
	margin-bottom: 3px;
}


div.LinksDisplay h1 {
	padding-left:10px; padding-top:2px; padding-right:10px; margin-bottom:5px;
	border-bottom:thin dotted #000099; 
	background-color: #E0E4E9; color:#000000; background-image:url(../banzay_images/links_header.png); background-repeat:repeat-x;
	text-align:left; font-family:"Courier New", Courier, monospace; font-size:12pt;
}



/***************** Content Side-Menu *****************/
#ContentSideMenu {
	margin-top:10px; margin-bottom:10px; margin-left:10px;
	width:200px; background-color:#FFFFFF;
	border-style:solid;	border-color: #444444; border-width:1px;
}

#ContentSideMenu h1 {
	border-bottom:thin dotted #000099;
	text-align:center; font-family:"Courier New", Courier, monospace; font-size:13pt;
	margin-bottom:5px;
}

#ContentSideMenu ul {
	list-style:none;
}

#ContentSideMenu ul a {
	display:block; width:290px; padding-left:10px;
	color: #000033;	text-decoration:none; line-height:20pt;
}

#ContentSideMenu ul a:hover {
	color: #FFFFFF; background-color:#333333; font-weight:bold;
}










