body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 30px;
	background: #FFFFFF url(../images/background.png) repeat-y;
	border-top-width: thin;
}
#holder {
	height: 385px;
	width: 950px;
	float: none;
}
#header {
	height: 385px;
	background-color: #B1C2FE;
	border: thin solid #000000;
	background-image: url(../images/DESRON10Back.png);
	background-repeat: no-repeat;
	background-position: center 90px;
}
#nav {
	width: 150px;
	font-style: normal;
	background-color: #B1C2FE;
	text-align: center;
	top: 387px;
	padding: 10 10 10 10;
	float: left;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	
}
#content {
	background-color: #FFFFFF;
	float: inherit;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	top: 387px;
	width: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 151px;
}
#footer {
	padding: 5px;
	font-size: 80%;
	left: 380px;
	top: inherit;
	width: 425px;
	float: left;
	position: relative;
}
.callout {
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding: 20px 10px 20px 20px;
	filter: Shadow(Color=#000, Direction=240);
	text-align: center;
}
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
}
p {
	font-size: 80%;
	color: #000000;
}
#content p {
	line-height: inherit;
	background-color: #FFFFFF;
}
#nav a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#nav a:visited { 
	color: #000099;
}

#nav a:hover, #nav a:active, #nav a:focus {  
	color: #FF0000;
}
#holder #content p {
}
