body {
	margin: 0;
	padding: 0 0 30px 0;
	background-color: #052429;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b8c9d2;
	line-height: 16px;
}

.style2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
}

.style3 {
	font-size: 15px;
	color: #264A67;
}

.style4 {
	font-size: 11px;
	color: #5a7485;
	line-height: 13px;
}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b8c9d2;
	line-height: 16px;
}
.style6 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 13px;
}
.style7 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	color: #000;
	line-height: 18px;
}

p, td  {
	font-size: 11px;
	color: #b8c9d2;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

form {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #b8c9d2;}
input {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000;}
textarea {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #b8c9d2;}
formbuilder {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #b8c9d2; font-weight: normal}


div.switchcontent {
 	border-top: 1px #cc0000 solid;
 	border-bottom: 1px #cc0000 solid;
 	background: #660000;
 	text-align: left;
 	display: none;
}
	
a:link {color: #003366; font-weight: normal; text-decoration: underline}
a:active {color: #ffdf00; font-weight: normal; text-decoration: none}
a:visited {color: #003366; font-weight: normal; text-decoration: underline}
a:hover {color: #663300; font-weight: normal; text-decoration: underline}


h1 {font-family: Tahoma, Arial, sans-serif; font-weight: normal; font-size: 18px; color: #000;}

/***********************************************/
/* GALLERY IMAGES                                            */
/***********************************************/

.gallery {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

.gallery img {
	margin:5px;
	padding:5px;
	border: 1px solid #a9a9a9;
	padding: 4px;
  }

/***********************************************/
/* GALLERY IMAGES WITH CAPTIONS NO RIGHT NAV */
/***********************************************/

#gallery {
	width:480px;
}

#gallery img {
	border: 1px solid #a9a9a9;
	padding: 4px;
	background: #fff;
	margin-bottom:5px;
	}

#gallery .caption {
	display: inline;
	width: 120px;
	height: 130px;
	padding-bottom:10px;
	margin-bottom:10px;
	float: left;
	text-align: center;
} 

/***********************************************/
/* GALLERY IMAGES WITH CAPTIONS RIGHT NAV      */
/***********************************************/

#gallery2 {
	width:375px;
}

#gallery2 img {
	border: 1px solid #a9a9a9;
	padding: 4px;
	background: #fff;
	margin-bottom:5px;
	clear:right;
	}

#gallery2 .caption {
	display: inline;
	width: 120px;
	height: 110px;
	padding-bottom:10px;
	margin-bottom:10px;
	float: left;
	text-align: center;
	clear:right;
} 




#content {
	margin: 0 auto; 
	padding: 20px 0 20px 0;
	width: 800px; 
	background: #497784;
	}
	
#content_sub {
	margin: 0 auto;
	padding: 30px 0 0 25px; 
	width: 761px; 
	height: 238px; 
	background: url(/feature/alicia_psa/images/bg_content.gif) top center no-repeat;
	}
	
#content_sub div {
	margin: 0 10px 0 0;
	padding: 20px 0 0 0;
	width: 176px; 
	float: left;
	}
	
#content_sub img {
	border: none;
	}
	
#content_sub p {
	margin: 0;
	text-align: center; 
	color: #052429;
	}
	
#footer_container {
	padding: 0 20px 0 0;
	font: 11px Arial, Helvetica, sans-serif;
	background: #497784;
	}
	
#footer_container a {
	color: #b8c9d2;
	text-decoration: none;
	}
	
#footer_container ul {
	width: 500px;
	list-style: none;
	line-height: 95%;
	text-align: right;
	}

#footer_container li {
	display: inline;
	}
	
#footer_container li a {
	margin: 0 20px 0 0;
	}
	
#footer_container .alignleft {
	margin: 0 20px 0 0;
	float: left;
	}