BODY {
	min-width: 930px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
        font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;

}

#content {
	margin: 15px auto;
	width: 930px; 
	/* min-height: 630px; */
	/* _height: 630px; IE hack */
	position:	relative;
	text-align:	left;
	background-color: #FFFFFF;
	padding-bottom: 40px;
	border: 1px solid #cccccc;
}
#top {
	top: 0;
	left: 0;
	/* min-width: 930px; */
	/* width: 100%; */
	height: 75px;
	margin: 0px;
	padding: 10px;
	/* border-bottom: 1px solid #000000; */
}

#topBorder {
	height: 6px;
	width: 100%;
	background-color: #666666;
	border-bottom: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}
#menuTable {
	height: 15px;
	width: 100%;
	border-bottom: 1px solid #000000;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
}
#menuTable td {
	width: 110px;
	background-color: #E80000;
	text-align: center;
	padding: 5px;
}
#menuTable td a {
	color: #FFFFFF;
	text-decoration: none;
}
#menuTable td a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#menuTable td a:visited {
	color: #FFFFFF;
}

#middle {
	top: 106px;
	margin-left: 0px;
	/* width: 885px; */
	/* min-height: 580px; */
	/* _height: 580px;IE hack */
	line-height: 1.5;
	overflow: visible;
	padding-left: 25px;
	margin-right: 25px;
	color: #505050;
	font-size: 15px;
	text-align: justify;
}

#right {
	float:	right;
	color: #505050;
	text-align: justify;
	font-size: 12px;
	width: 190px;
	line-height: 1.5;
	margin-right: 0px;
}

#right div {
	padding-top: 45px;
	padding-left: 0px;
	padding-right: 25px;
}

#right div p {
	font-size: 12px;
}
#right b {
	font-size: 11px;
	color: #333333;
	text-decoration:	none;
}

.grey_text_small {
	font-size:		9px;
	color:			#999999;
}
.grey_text_small a {
	text-decoration: none;
	color:	#000000;
}
.grey_text_small a:visited {
	color:#000000;
}
.grey_text_small a:hover {
	color:#000000;
	text-decoration: underline;
}
#middle_large {
	margin-top: 83px;
	margin-left: 185px;
	width: 585px;
	/* overflow: hidden; */
	color: #505050;
	font-size:	13px;

}
#middle h4 {
	font-size: 15pt;
	color: #871827; 
}
#middle h3 {
	font-size: 15pt;
	color: #871827; 
}
#middle h4 b {
	font-size: 13pt;
}

#middle hr {
        border: 1px solid #e40000;
}
#middle .underlined {
        border-bottom: 1px solid #505050;
}
#middle_header {
	width: 100%;
	height: 42px;
	margin-left: -33px;		/* rather ugly hack */
	padding-top: 3px;
	padding-left: 33px;
	text-align:	center;
}
#middle_header h2 {
	color: #e40000;
	font-size:18px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #e40000;
}
#middle_header .underlined {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #e40000;
}

#content a {
	text-decoration: none;
	color:#833333
}
#content a:hover {
	text-decoration: underline;
	color:#833333;
}
#content a:visited {
	color:#833333;
}
.label  {
        width: 175px;
        background-color: #cccccc;
        border-bottom: 1px solid #999999;
        border-right: 1px solid #999999;
        text-align: right;
}
.data   {
        border-bottom: 1px solid #999999;
        border-right: 1px solid #999999;
        text-align: left;
}

