#title
{
   position: relative;
   left: 13%;
}

BODY 
{ 
   background-color: #010508;
   font-family: 'CopprplGoth Bd BT', 'Copperplate Gothic Light', 'Franklin Gothic Medium', serif;
   color: #FBFBFB;
   font-size: 14px;
}

BODY a 
{
   text-decoration: none;
   color: #FFF;
}

BODY a:link
{
   color: white;
}

BODY a:hover
{
   text-decoration: underline;
}

DIV.mainBox
{
   border: 3px #f5f5f5 solid;
   width: 694px;
   margin-left: auto;
   margin-right: auto;
   background-color: #273669;
   /*padding: 7px;*/
}

.centered
{
   width: 700;
   margin-left: auto;
   margin-right: auto; 
}

.mainHeadingCursive
{
   text-align: center;
   font-family: 'ParkAvenue BT', 'Monotype Corsiva', script;
   font-size: 230%;
}

.mainLinks
{
   font-family: 'CopprplGoth Bd BT', 'Copperplate Gothic Light', 'Franklin Gothic Medium', serif;
   font-size: 150%;
   list-style-type:none;
   padding: 12px;
}

.bottomLinks
{
   text-align: center;
   color: #54ceff;
   font-size: 1em;
}

.leftSide
{
   width: 40%;
}

.rightSide
{
   float: right;
   width:60%;
}

.contact
{
   color: #60ccf3;
   font-size: 150%;
   text-align: center;
}

div#navbar2 
{
   height: 30px;
   width: 100%;
   border-top: solid #000 1px;
   border-bottom: solid #000 1px;
   background-color: #336699;
}

div#navbar2 ul 
{
   margin: 0px;
   padding: 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: small;
   color: #FFF;
   line-height: 30px;
   white-space: nowrap;
}

div#navbar2 li 
{
   list-style-type: none;
   display: inline;
}

div#navbar2 li a 
{
   text-decoration: none;
   padding: 7px 10px;
   color: #FFF;
}

div#navbar2 li a:link 
{
   color: #FFF;
}

div#navbar2 li a:hover 
{
   font-weight: bold;
   color: #FFF;
}

.adminBody
{
   font-family: Arial, Helvetica, sans-serif;
}

.adminBody a 
{
   text-decoration: none;
   padding: 7px 10px;
   color: #FFF;
}

.adminBody a:link
{
   color: white;
}

.adminBody a:hover
{
   font-weight:bold;
}

.adminTable
{
   border-collapse: collapse;
   width: 90%;
   text-align: center;
}

.tableHover
{
   background-color: #010508;
}

.topRow
{
   background-image: url('../images/top_row.jpg');
   font-weight: bold;
}

input.submitButton
{
   color:#befd93;
   font-family:Cambria, "Adobe Caslon Pro", Century, Garamond, serif;
   font-size:94%;
   background-image: url('../images/button_bg.jpg');
   border: 2px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
}
input.btnhov
{
   border-top-color:#ffbc1b;
   border-left-color:#ffbc1b;
   border-right-color:#f0a900;
   border-bottom-color:#f0a900;
}

#pagedata
{
   padding: 7px;
}

#footer a:link,
#footer a :hover
{
   /*Unset Body link attributes for these links*/
   color: white;
   font-weight: normal;
}

.mission
{
   text-align: center;
   font-family: 'Arial', 'Verdana', san-serif;
   color: #bbbbbb;
   font-size: 1em;
   font-style: italic;  
}

.featured_photo
{
   border: 2px solid #010508;
   padding: 12px;
   background-image: url(../images/bg_grad.png);
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   max-width: 200px;
}

.center_it
{
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}