/* Main Controls */
body {
	background-color: #E6DEBA;
}
.container {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#336699;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top:-10px;
	left:0px;
	text-align:center;
	width: 790px;
}
.pageContainer {text-align:left;}
table {border-collapse: collapse;}
p     {line-height: 1.5em;}
#logo {padding: 10px 10px 10px 50px;}
ul li    {list-style-type: square; list-style-position: outside; list-style-image:url(images/square.gif);}
li a  {vertical-align: middle;}
a     {font-weight: bold; color:#003366; font-size: 11px; text-decoration: none;}

/* All Pages */
.header      {background-color:#003366; padding: 12px 10px 12px 0px;}
.headline    {font-weight: bold; border-bottom: 2px solid #003366;}
.mainContent { padding: 0px 40px 0px 40px; font-size: 11px; color: #336699; background-color:white;}
.nav         {background-color:#6699CC; padding: 10px 4px 10px 4px; text-align:center;}
.nav a       {color: white; text-decoration: none; font-size: 11px; padding: 0px 10px;}
.subnav      {background-color:#B3CCE6; padding: 2px; text-align:center;}
.subnav a    {color: #336699; text-decoration: none; font-size: 11px; padding: 0px 4px;}
.buttons     {font-weight: bold; font-size: 16px;}
.buttons a   {color: white; text-decoration:none; padding-right: 50px;}
.footer      {background-color: #003366; color: white; font-size: 11px; text-align:center;}
.footer  a   {color: white;font-weight:normal; }

/* Home Page */
.titleText   {font-size: 16px; font-weight: bold;}
.titleBlue    {background-color:#336699; color: white; font-weight: bold; font-size: 14px; padding: 2px 2px 2px 6px;}
.titleGreen   {background-color:#669933; color: white; font-weight: bold; font-size: 14px; padding: 2px 2px 2px 6px;}
.titleMagenta {background-color:#993399; color: white; font-weight: bold; font-size: 14px; padding: 2px 2px 2px 6px;}
.titleOrange  {background-color:#FF9933; color: white; font-weight: bold; font-size: 14px; padding: 2px 2px 2px 6px;}
.titleRed     {background-color:#CC0000; color: white; font-weight: bold; font-size: 14px; padding: 2px 2px 2px 6px;}
.titlePurple  {background-color:#6666CC; color: white; font-weight: bold; font-size: 14px; padding: 2px 2px 2px 6px;}

.control {font-size: 11px; background-color:#B3BD33; color:white; margin-right: 10px; padding: 2px 10px;}

.photoList {margin: 2px; width:340px;}
.ieFix {margin-left:0px; padding-left:10px;}
