/* CSS Document */

body{
	font-style:EuroStyle;
	font-size:12px;
	text-align: center;
}


#header hr,footer hr
{
	display:none;
}

html
{
	height:860px;
	
}

#container
{
	position:relative;
	width: 930px;
	height:860px;
	text-align:left;
    margin-left: auto;
    margin-right: auto;
    border:1px solid black;
}

#centralisedContent{
	 border:1px solid black;
	 margin-top:auto;
	 height:410px;
}

DIV.outer {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 680px;
      height: 15px;
      margin-left: -340px; /* half of width */
      margin-top: -7.5px;  /* half of height */
	  white-space: nowrap; /* wrapping breaks the effect */
	  background-color:white;
	  border:none;
	  float:left;filter:alpha(opacity=10);-moz-opacity:.25;opacity:.90;
	    
}
      
#ListMenu{
	width:200px;
	height:420px;
	margin-left:0px;
	float:left;
	background-color:#EBEBEB;
	color:white;
	padding-bottom:10px;
	border-bottom:1px solid #333333;

}

#textColumn{
	width:595px;
	height:425px;
	border-top:4px solid #333333;
	border-bottom:1px solid #333333;
	margin-left:205px;
	background-color:#EBEBEB;
	
}
	
#contentPane{
	width:800px;
	height:420px;
}

ul.navigation
{
	width:200px;
}
	
ul.navigation,ul.navigation li{
	list-style:none;
	margin:0px;
	padding:0px;
	float:none;
}

ul.navigation li{
  border-bottom:1px #CCCCCC solid;
  padding-top:5px;
  padding-bottom:5px;
  width:150px;
  padding:0px;
  text-transform:uppercase;
}

ul.navigation li.header{
	margin:0px;
	border-top:#333333 4px solid;
	border-bottom:#002D2D 1px solid;
	padding-top:4px;
	padding-bottom:4px;
    padding-left;10px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	background-color:white;
	color:#002D2D;
	width:200px;
	text-align:left; 
}

ul.navigation li.subheader{
	padding-top:10px;
	padding-bottom:10px;
	width:150px;
	background-color:white;
	border-bottom:1px solid #cccccc;
	padding-left:0px;
}

ul.navigation a
{
	text-decoration:none;
}


ul.navigation li.subheader a{
	padding-top:0px;
	padding-bottom:0px;
	width:150px;
	background-color:white;
	color:black;
}

#txtheader{
	background-color:white;
	border-bottom:1px solid black;
	height:22px;
	text-align:left;
	padding-left:10px;
	padding-top:3px;
	text-transform:uppercase;
	font-family:Tahoma;
	font-weight:bold;
	font-size:13px;
}
