body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #cccccc;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#holder {
	width: 800px;
	background: #ffffff;
	text-align: left;
	margin: 0 auto 0 auto;
}
#header {
    background-image:url(img/header.jpg);
    width: 800px;
	height: 244px;
	border-bottom: 20px solid #ff6600;
}
#nav {
	width: 180px;
	float: left;
	padding: 40px 0px 0px 25px;
}
#content {
	width: 513px;
	margin: 0 0 0 0px;
	background: #ffffff;
	padding: 40px;
	float: left;
	border-left: 1px solid #666666;
}
#img {
	float: right;
	margin: 0 0 25px 25px;
}
#footer {
	background: #666666;
	padding: 5px 25px 5px 25px;
	font-size: 90%;
	color: #ffffff;
    clear:both;
}
.callout {
	margin: 0;
	padding: 0px 0px;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
}
p {
	font-size: 80%;
}
#content p {
	line-height: 140%;
}
.rot {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	line-height: 140%;
}
#content li {
	font-size: 80%;
	line-height: 140%;
	list-style-position: outside;
	list-style-type: disc;
}
#content table {
	font-size: 80%;
	line-height: 140%;
	list-style-position: outside;
	list-style-type: disc;
}
#content a:link {
	color: #6666666;
	text-decoration: none;
}
#content a:visited { 
	color: #999999;
	text-decoration: none;
}

#content a:hover, #content a:active, #content a:focus {  
	color: #ff6600;
	text-decoration: none;
}
#nav a:link { 
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#nav a:visited { 
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover, #nav a:active, #nav a:focus {  
	color: #ff6600;
}
h3 {
	font: 130% Arial, Helvetica, sans-serif;
	color: #990000;
}
h4 {
	font: 100% Arial, Helvetica, sans-serif;
	color: #990000;
}
