body
{
    background-color:#031428;
    margin:0;
    font-family:Tahoma;
    font-size:.8em;
}

img {border:0;}
h1 {
font-size: 16px;
color: #993333;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;
} 

h2 {
font-size: 13px;
color: #666666;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;
} 

h3, h4, h5, h6 {
font-size: 11px;
color: #666666;
font-weight: bold;
margin-bottom: 1px;
} 

a:link    { color: #666666; text-decoration:underline;}
a:visited { color: #666666; text-decoration:underline;}
a:hover   { color: #666666; text-decoration:none;}
a:active  { color: #666666; text-decoration:underline;}

a.nav:link    { color: #fff; text-decoration:none;font-size:14pt; padding-left:55px;}
a.nav:visited { color: #fff; text-decoration:none;font-size:14pt; padding-left:55px;}
a.nav:hover   { color: #fff; text-decoration:underline;font-size:14pt; padding-left:55px;}
a.nav:active  { color: #fff; text-decoration:none;font-size:14pt; padding-left:55px;}

a.standout:link    { color: #993333; font-weight:bold; text-decoration:underline;}
a.standout:visited { color: #993333; font-weight:bold; text-decoration:underline;}
a.standout:hover   { color: #993333; font-weight:bold; text-decoration:none;}
a.standout:active  { color: #993333; font-weight:bold; text-decoration:underline;}

div.subnav 
{ 
    background-color:transparent;
    color:#993333; 
    font-size:12px;
}

.subnav a:link	{ color:#993333; text-decoration:none }
.subnav a:visited { color:Gray; text-decoration:none }
.subnav a:hover { color:Gray; text-decoration:underline }

input, textarea, select
{
    background-color:#eeeeee;
    padding:3px;
}

.inputbtn {
  background-color:#fff;
  color:#031428;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
}

/* template skeleton */
#container
{
    width:980px;
    margin-left: auto ;
    margin-right: auto ;
}

#header
{
    background-image:url(images/header.jpg);
    background-repeat:no-repeat;
    height:324px;
    color:White;
}

#header1
{
/*
    background-image:url(images/header1.jpg);
    background-repeat:no-repeat;
    height:430px;
    color:White;
    */
}

#nav
{
    background-image:url(images/nav.jpg);
    background-repeat:no-repeat;
    height:72px;
    color:White;
    padding-left:65px;
    line-height:75px;
}

#contentTop
{
    margin-left:65px;
    background-image:url(images/content_top.jpg);
    background-repeat:no-repeat;
    height:45px;
}

#content
{
    margin-left:78px;
    width:830px;
    background-color:#fff;
    border:solid 1px White;
    color:#666666;
}

#contentBottom
{
    margin-left:65px;
    background-image:url(images/content_bottom.jpg);
    background-repeat:no-repeat;
    height:49px;
}

#footer
{
    background-image:url(images/footer.jpg);
    background-repeat:no-repeat;
    height:56px;
    color:White;
    line-height:55px; 
    text-align:center;
    padding-bottom:10px;
}

/* home page */
#caption1
{
    position:relative;
    left:12%;
    top:315px;
}

#caption2
{
    position:relative;
    left:40%;
    top:315px;
}

#caption3
{
    position:relative;
    left:67%;
    top:315px;
}

.event
{
    color:#3366CC;
    font-weight:bold;
}

.event_txt
{
    color:#666666;
    font-size:.8em;
    letter-spacing:1.5px;
}

#gallery
{
    width:830px;
    margin-left: auto;
    margin-right: auto;
}

.imgPrint
{
    cursor:pointer;
}

.partylist
{
    line-height:20px;
}

.error
{
    color:Red;
}

.hr
{
    background-image:url(images/hr.gif);
    background-repeat:no-repeat;
    height:16px;
    width:218;
}