/* CSS Document */

body  {
	
	background-color: #415c70;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}

/* OVERALL CONTAINER */
#container { 
	width: 1000px;  
	margin: 0 auto;
	background-color: #e3f8fc;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;

	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
/*TOP IMAGE BEHIND TOP TEXT*/	
#banner {
height:90px;
background-color:#fff5ce;

}


#menu {
width: 1000px; 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px; 
	text-align:center;
	margin: 0 0 12px 0;
	background-color:#003399;
	height:24px;
	padding-top:4px;
	color:#ffffff;
}

#menu a:link {
color:#ffffff;
text-decoration:none;
}
#menu a:visited {
color:#ffffff;
text-decoration:none;
}
#menu a:hover {
color:#ffffff;
text-decoration:underline;
}
#menu a:active {
color:#ffffff;
text-decoration:none;
}

#samples {
width: 1000px;  
	text-align:center;
	margin: 12px 0 12px 0;

}


.bullet {
margin:0 11px 0 11px;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
color:#3c3c48;
font-style:normal;
}





/* LEFT COLUMN  */
#leftcol {
float:left;
width:440px;
margin:0 0 0 30px;
}
/* RIGHT COLUMN  */
#rightcol {
float:right;
width:440px;
margin:0 30px 0 0 ;

}
p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:18px;
color:#3c3c48;
font-style:normal;
}
#leftcol p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:18px;
color:#3c3c48;
font-style:normal;
}

#rightcol p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:18px;
color:#3c3c48;
font-style:normal;
}






/*DDS MENU TEXT */

.ddslinks {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:18px;
color:#003399;
}

.ddslinks a:link {
color:#003399;
text-decoration:none;
}
.ddslinks a:visited {
color:#003399;
text-decoration:none;
}
.ddslinks a:hover {
color:#0066FF;
text-decoration:underline;
}
.ddslinks a:active {
color:#003399;
text-decoration:none;
}



/*LINK COLOR*/
a:link {
color:#003399;
text-decoration:none;
}
 a:visited {
color:#003399;
text-decoration:none;
}
a:hover {
color:#0066FF;
text-decoration:underline;
}
a:active {
color:#003399;
text-decoration:none;
}




/* DIV TO CONTAIN DDS COPY WITH PADDING */
#ddscopy {
padding: 20px 25px 0px 20px;
}

/* TEXT DEFINITIONS FOR DDS */
#ddscol h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
color:#000000;
font-style:normal;
font-weight:500;
margin:0px;
}
#ddscol h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
color:#3c3c48;
font-style:normal;
font-weight:500;
}



/* END DDS COLUMN */



#clear {
clear:both;
}





