body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #3F899E;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	font-size: 80%;
}

/* holder styles */
#holder {
	width: 1000px;
	background: #3F899E url(../Dipsolimages/back.jpg) repeat-y; /* This image creates the three column faux effect */
	text-align: left;
	margin: 0 auto 0 auto;
}

/* header styles */
#header {
background:url(../Dipsolimages/header.jpg) no-repeat;
}
.callout {
	font: bold 130% Arial, "Arial", Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 30px 10px;
}

/* navigation styles */
#nav {
	width: 120px;
	float: left;
	padding: 0px 0px 0px 25px; /* side padding is added to total width above for a 160px "real total" */
}
#nav h1 {
    font-size:20px;
	font-style:italic;
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	font-weight:bold;
}
#nav a:link { 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited { 
	color: #FFFFFF;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color:#333333;
}

/* content styles */
#content {
	margin: 0px 18px 0px 160px;
	padding: 5px;
}
#content p {
    font-family:Arial, Helvetica, sans-serif;
	line-height: 140%;
	color:#666666;
	font-size:14px;
}
#content h1 {
    font-size:18px;
	color: #000000;
	font-weight:bold;
}
#content h2 {
    font-size:100%;
	color: #666666;
	font-weight:bold;
}
#content h3 {
    font-size:100%;
	color: #40566F;
	font-weight:bold;
}
#content h5 {
    font-size: 70%;
    font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
    color: #666666;
    line-height: 130%;
}
#content a:link { 
	color: #3F899E;
	text-decoration: none;
}
#content a:visited { 
	color: #3F899E;
}
#content a:hover, #nav a:active, #nav a:focus {  
	color: #000000;
}
#content li {
     font-size: 80%;
	 font-family:Arial, Helvetica, sans-serif;
	 color:#666666;
	 line-height: 130%;
	 text-indent: 15px;
}
/* footer styles */
#footer {
	padding: 5px 5px 5px 160px;
	font-size: 80%;
	color: #000000;
}
#footer a:link { 
	color: #3F899E;
	text-decoration: none;
}
#footer a:visited { 
	color: #3F899E;
}
/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.leftimage {
float:left;
margin-right: 10px;
margin-left: 0px;
}
.rightimage {
float:right;
margin-left:15px;
margin-right:5px;
margin-bottom: 5px;
}
.rightimage1 {
float:right;
margin-left:5px;
margin-top:5px;
margin-right: 300px;
margin-bottom: 10px;
}
.rightimage2 {
float:right;
margin-left:150px;
margin-top:5px;
margin-bottom: 10px;
border:2px solid #40566F;
}
.rightimage3 {
float:right;
margin-left:5px;
margin-top:0px;
margin-right: 2px;
margin-bottom: 2px;
}