/* CSS Document */
body{
	font-size:12px;
	text-align:center;
	margin:0px;
	background-image:url(../graphics/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	
}

#frame {
	width:1000px;	/* change value to adjust width */
	text-align:left;
	margin:5px auto;
	padding:0px;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	background-color:#FFFFFF;
	}

#content{
	width: 840px;
	margin-left: 150px;
	top: 220px;
	}

#content table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	}


#footer{
	width:1000px;
	height:100px;
	background-color:#333333;
}
#footer table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	}
	
#copyright{
	width:1000px;	/* change value to adjust width */
	text-align:center;
	margin:0px auto;
	padding:0px;
	}

#copyright table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	font-weight:normal;
	text-align:center;
	}
	
#copyright a		        { text-decoration: none; }
#copyright a:link       	{ color: #000000; font-weight:bold }
#copyright a:visited    	{ color: #000000;  font-weight:bold }
#copyright a:active     	{ color: #000000; font-weight:bold }
#copyright a:hover  	   	{ color: #000000; font-weight:bold }

.ERROR {
	font-weight: bold;
	color: #FF0000;
}

.medHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	font-weight:bold;
	}
