/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 14px;
	color: #006666;
}

p, ol, ul, td {
	font-size: 12px;
}

a {
	color: #996633;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a.footer {
	color: #FFFFCC;
}

a.link {
	font-size: 11px;
}

#outer {
	text-align:left;
	width:100%;
	margin:0px;
	padding:0px;
	background:#ffffff;
	min-width: 780px;
 }

#hdr {
	height:150px;
	color: #333333;
	background-image: url(images/top-bkg.jpg);
 }

#bodyblock {
	position:relative;
	color: #333333;
	width:100%;
	height:100%;
	background-color: #408080;
 }

#l-col {
	float:left;
	color: #333333;
	width:200px;
 }

#cont {
	background:#ffffff;
	color: #333333;
	text-align:left;
	margin-left: 200px;
	padding: 10px;
 }

#ftr {
	clear:both;
	height:auto;
	margin:0;
	background-color:#000000;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
 }

