body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #666699;
	text-align: center; /*this centers the holder for ie*/
	margin: 0px;
	padding: 0px;
}
.tl {
	background: url(../images/corner-left.gif) 0 0 no-repeat;
	background-color: #FFFFFF;
}
.tr {
	background: url(../images/corner-right.gif) 100% 0 no-repeat;
	padding:11px 0 1px 17px;
}

#holder {
	width: 760px;
	background-image:url(../images/pg_bg.gif);
	text-align: left;
	margin: 14px auto 0 auto; /* the auto left and right centers the holder */
}
#header {
	background: #FFFFFF;
}
#topnav {
	background:URL(../images/vandamme01MASTERSliced_01.jpg) no-repeat;
	background-color: #AF1A20;
	padding:4px 0;
	border-bottom: 1px solid #000000;
}
#topnav ul {
	list-style:none;
	margin:0;
	padding:0 0 0 140px;
}
#topnav li {
	display:inline;
	margin:3px 12px 3px 0;
}
#topnav a {
	color:#CB9499;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
#container {
	background:url(../images/pg_bg.gif);
}
#nav {
	width: 164px; /* a float must be given a width was 140 */
	float: left; /* If you want a float to appear alongside another element, it must precede that element in the source order of the document */
	/*padding: 15px 10px 15px 10px; */
	background-image:url(../images/cellbackground.gif);
	min-height:400px;
}
#content { /*Avoid using a width on a block element following a float; use a margin on the same side of the float instead */
	margin: 0 140px 40px 180px; /* was 165 */
	padding: 0;
}
#footer {
	padding: 12px 12px 12px 189px;
	border-top: 1px solid #877D6C;
	font-size: 10px;
	color: #736B5E;
	background-color:#FFFFFF;
}
.callout {
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding: 20px 10px;
}
.brclear { /*Since a float is taken "out of the flow" of the document, a float inside another container must be cleared in order for the parent container to enclose it properly */
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
p {
	font-size: 11px;
	line-height:16px;
}

#content p.first {
	padding: 20px 0 0 0;
}
#content p.last {
	padding:0 0 20px 0;
}
#nav a:link { 
	color: #736B5E;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited { 
	color: #666;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #333;
}
.comments {
	font:Georgia, "Times New Roman", Times, serif 10px;
	color: #669966;
}
/* forms */
.form table {
	margin: 0;
}
.form th {
	font-size:11px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	/*color:#3333CC;*/
	padding:6px 0 6px 0;
}
.form th.two-column {
	color:#AF1A20;
	font-weight:bold;
}
.form td {
	padding:2px;
}
.form td .input {
	font-size:12px;
	padding:6px 0 6px 0;
}
img.leftimage {
	float:left;
	margin:4px 12px 2px 0;
}
.Headline {
	display:block;
	font-size: 16px;
	font-weight: bold;
	color:#000080;
	line-height:20px;
	padding:20px 0 0 0;
}

