/* DEFAULTS START */

body { 
   	color: #000000; 
   	font-size: 11px;
   	font-family: Verdana, Geneva, Arial, sans-serif;  
   	font-weight: normal; 
	background: #ffffff; 
	text-align: center;
	margin: 0px 0px;
	padding: 0px 0px;
}

/* DEFAULTS END */

/* LAYOUT START */
#capsule {
   width: 780px;				/* set the width of the entire page */
   margin: 0px auto;              /*ensure the capsule is centered */
   background-color: #ffffff;
   border-left: 1px solid #000000;
   border-right: 1px solid #000000;  
}

#capsule_header {
	 width: 780px;
	height: 159px;
	 margin: 0px 0px;
    padding: 0px 0px;
  	 background-image: url(../images/banner_bkgd.jpg);
	background-position: right 35px ;
    background-repeat: no-repeat;
}
#capsule_header img{
	float: left;
}
#capsule_header #subhead1{
	color: ffffff;
	float: left;
	width: 589px;
	height: 107px;
	
}

#capsule_header #subhead2{
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	float: left;
	width: 591px;
	height: 29px;
    background-image: url(../images/banner_ds.gif);
	background-position: left top ;
    background-repeat: repeat-x;
}


#capsule_body {
 	
    width: 780px;
	clear: left; /* clears any floats from the header */
	margin: 0px 0px;
    padding: 0px 0px;
    background-image: url(../images/left_bkgd.gif);
	background-position: 0px 0px;
    background-repeat: repeat-y;
}	
#left_pane{
	float: left;
	width: 189px;
	text-align: left;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px;
}
#right_pane{
	float: left;
	width: 591px;
	text-align: left;
	margin: 0px 0px;
    padding: 0px 0px;
}
.clear{
	clear: left;
}
#capsule_footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
    text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
    color: #ffffff;
}

/* LAYOUT END */


/* SITE NAVIGATION */
#capsule_header #nav{
	text-align: right;
	float: left;
	width: 589px;
	height: 20px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
 	padding: 3px 0px 0px 0px;
 	/*border: 1px solid #000000;  */
}
#nav ul{
	list-style: none;
 	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 0px 0px;
}
#nav li{
	display: inline;	
 	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 0px 0px;
}
#nav a{
  	margin: 0px 0px 0px 0px;
 	padding: 0px 6px 5px 6px;
 	color: #ffffff;
 	text-decoration: none;
 	/*text-transform: uppercase;*/
 	font-weight: bold; 
}
#nav a:link{
 	color: #ffffff;
 	text-decoration: none;
}
#nav a:hover{
 	color: #189CBD;
 	text-decoration: none;
}
/* END SITE NAVIGATION */

/* COMPONENTS START */

#left_pane h1{
	color: #ffffff;
 	margin: 0px 0px 0px 0px;
 	padding: 50px 10px 0px 10px;
 	font-size: 12px;
 	line-height: 18px;
}

/*#right_pane h1{
 	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 5px 0px;
 	font-size: 14px;
 	color: #000000;
}

#right_pane p{
	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 5px 0px;
 	font-size: 11px;
 	line-height: 18px;
}*/
#address{
	float: left;
	clear: both;
	color: #ffffff;
	text-align: center;
 	margin: 0px 0px 0px 0px;
 	padding: 5px 0px 0px 0px;
 	font-size: 10px;
 	width: 189px;
 	/*border: 1px solid #000000;*/
}
#address p{
	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 5px 0px;
}
/*#right_pane img{
	float: right;
	clear: right;
	margin: 0px 0px 10px 20px;
 	padding: 0px 0px 0px 0px;
 	border: 1px solid #000000;
}*/

#content{
	margin: 0px 0px 0px 0px;
 	padding: 10px 20px 0px 20px;

}
/* COMPONENTS END */

/*LINKS*/
#capsule_footer a:link{
 	color: #ffffff;
 	text-decoration: underlined;
}
#capsule_footer a:hover{
 	color: #A20005;
 	text-decoration: none;
}
#capsule_footer a:visited{
 	color: #ffffff;
 	text-decoration: underlined;
/* LINKS END */

