/*CSS CODE*/
body{
background-color:#CCCCCC;
	margin: 0px;
	padding: 0px;
}
#mantag{
position:absolute;
	left:0px;
	top:0px;
	padding: 0px 0px 0px 10px;
}
#skip{
	position: absolute;
	top: -300px;
}	
#container
{
width: 900px;
margin: 0px auto;
background-image: url(/images/bg2.gif);/* Green stripe on left AND right hand Sides */ 
background-repeat: repeat-y;
background-color: #fff;
color: #333;
border: 1px solid #336600;
line-height: 130%;
}


#crumbloc{
	position:absolute;
	top:101px;
	left:0px;
	padding-left:4px;
}
#top #crumbloc .breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:120%;
	font-size: 9px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	/*margin-bottom: 5px; 1px 2px*/
}
#top #crumbloc .breadcrumbs a:link {color: #ff0000; font-weight: bold; text-decoration: none;}
#top #crumbloc .breadcrumbs a:hover {color: #336600; font-weight: bold; text-decoration: none;}

#leftnav
{
float: left;
width: 130px;
margin: 0;
padding: 0px;

}
#leftnav #nav .title {
	background-color:#009900;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	padding: 3px 0 5px 3px;	
	border: 0px solid #cde5c1;
	width: 130px;
	color: #ffffff;
}
#leftnav #nav .title a{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:underline;
}
#leftnav #nav .title a:hover{
	background-color:#FFFFFF;
	color: #ff0000;
	text-decoration:none;
}
#leftnav #nav ul {
	list-style-type: None;
	padding:0;
	margin:0;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

#leftnav #nav ul li {
	list-style: None;
	border-bottom: 1px solid #C5AEA6;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	width: 130px;
	width:/**/129px;
	w\idth: 130px;
	line-height: 100%;
	line-height:/**/120%;
	line-height: normal;
	margin-bottom: -2px;
	margin-bottom:/**/ -5px;
	ma\rgin-bottom: 0;
	
}

#leftnav #nav>ul li {
	list-style: None;
	border-bottom: 1px dotted #6D5D50;
}

#leftnav #nav li a {
	left:0px;
	list-style: None;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #009900;
	padding: 1px 0 1px 1px;
	padd\ing: 2px 0 2px 2px;
}

#leftnav #nav li a:hover, #nav li a:focus {
	list-style: None;
	background-color: #ffffff;
	color: #ff0000; 
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftnav #nav li {border-bottom: 1px solid #EEE;list-style: None;}

/* fix for browsers that don't need the hack */
html>body #leftnav #nav li {border-bottom: none;list-style: None;}

/***** Ends the navigation *****/
#rightcol
{
float: right;
width: 190px;
margin: 0;
padding: 0px 0px 0px 0px;
}

#content
{
margin-left: 135px;
border-left: 0px solid gray;
margin-right: 0px;
border-right: 0px solid gray;
padding: 0em;
}

#content #gqpic{
	float:left;
	padding: 0px 8px 4px 0px;
}
#content #toppic{
top: 0px;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #336600;
background-color: #cde5c1;
border-top: 0px solid gray;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:normal;
}

#leftnav p, #rightcol p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
   
   
/************************************************************************************************************

 Header file without html tables added 22/02/06 by jon
/************************************************************************************************************/
#top {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height: 115px;
	z-index:1;
	background-color: #ffffff;
	border-bottom: 1px solid #009900;
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	background-position:center top;
}
#mpglogo {
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	height:80px;
	z-index:2;
	background-color:transparent;
}
#flashbanner {
	position:relative;
	top:9px;
	width:467px;
	height:60px;
	z-index:2;
	margin-left:250px;
	background-color:transparent;
	border-bottom:2px solid #cde5c1;
	border-right:2px solid #cde5c1;
	border-left:2px solid #006600;
	border-top:2px solid #006600;
}
#sponsorAd{
	position:absolute;
	top:9px;
	width:160px;
	height:60px;
		z-index:2;
	margin-left:725px;
	background-color:#ffffff;
	border-bottom:2px solid #cde5c1;
	border-right:2px solid #cde5c1;
	border-left:2px solid #006600;
	border-top:2px solid #006600;
}
/************************************************************************************************************/
.DBAlist{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height:110%;		
}
.DBAlist a:link{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; font-weight: normal; text-decoration: none;}
.DBAlist a:active{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; font-weight: normal; text-decoration: none;}
.DBAlist a:hover{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; font-weight: normal; text-decoration: underline;}
.DBAlist a:visited{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; font-weight: normal; text-decoration: none;}
