body {
	margin: 5px;
	margin-right:0px;
	color:#000;
	background-color:#fff;
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	text-align:justify;
	width:995px;
	height:600px;
	line-height:16px;
}

img{
	border:solid 0px #000;
	margin:0px;
	padding:0px;
}

p{
	font-weight:normal;
}


a{
	text-decoration:underline;
	border: solid 0px #333;
	color:#000;
}

li a{
	text-decoration:none;
	color:#000;
}

a:active {
	text-decoration:underline;
	color:#000;
}



a:hover {
	text-decoration:none;
	color:#000;
}

input {
	height:16px;
	font-size: 90%;
	padding: 1px;
}

input.submit {
	height: 20px;
}	
	

h1 {
	color:#000;
	font-weight:bold;
	font-size: 170%;
	display:inline;
}

h2 {
	color:#000;
	font-size:100%;
	display:inline;
	text-align:center;
}

h3 {
	display:inline;
	color:#000;
	font-weight:normal;
	font-size: 100%;
}

table {
	padding:5px;
}
tr{
}


ul{
	margin-top: 0px;
	margin-bottom: 10px;
}

li{
	color:#000;	
}

li a:hover{ /* necessary as there is an IE bug, where hover doesn't work if there isn't a link */
	color:#b9003e;;
}

li a:active {
	text-decoration:underline;
	color:#000;
}

.container {
	width:100%; 
	border:1px solid #000;
	
}


.faintext {
	color:#595858;
	font-size: 95%;
}

.footer {
}

.relatedlink {
	color:#b9003e;
}

/* Layer control (CSS-P) */

.leftcolumn{
float: left;
width:155px; 
/*height:505px;*/

padding:10px;
padding-top:30px;
font-size:70%;
margin-top:100px;
margin-right:10px;
/*border:1px solid #000;
background-color:#eda;*/
background-repeat: no-repeat;
background-image:url(../images/left_block_background.jpg);
clear:both;

}

.middlecolumn{
float: left;
background-repeat: no-repeat;
background-image:url(../images/middle_block_background.jpg);
width:565px;
height:660px;
padding-top:20px;
padding-right:15px;
padding-left:20px;
/*text-align:left;*/
font-size: 75%;
margin-top:0px;

}

.rightcolumn{
float: left;
width:155px;
height:650px;
padding:10px;
font-size:70%;
margin-top:265px;
margin-left:20px;
text-align:left;
background-repeat: no-repeat;

background-image:url(../images/right_block_background.jpg);

}

