﻿/* ------------- COLOR SCHEME --------------
Yellow  FFFFCC
Green  41795C
-------------------------------------------*/

body 
{
padding:0;
margin:0;
font-family:verdana, arial, san-serif;
font-size:small;
color:#000000;
line-height:1.5em;
}

/* positioning */
.left {float:left;}
.right {float:right;}
.center {text-align:center;}
.clear {clear:both;}


/* global default elements */
p { padding:0px; margin-top:0;}
ul {}
img { border:0;}
a:link, a:visited, a:hover, a:active { color:#41795C; }
a:hover { color:#41795C;}
table {font-size:small;}
TH.admin { width:45%; text-align:right; vertical-align:top; } 
TD.admin { text-align:left; vertical-align:top; }
TABLE.admin { text-align:center; }

/* headings */
h1 
{
font-size:111%;
color:#41795C;
font-weight:900;
font-family:arial, verdana, san-serif;
margin-bottom:5px;
text-align:center;
}

/* main  */
#all /* this is the container that holds all page content together, mainly used for centering layout */
{
text-align:center;
} 

/* photo gallery */

#Gallery
{

}
#LargeImage
{

}
#mainImage
{

}
.thumbHead 
{
display:none;
}
.thumbImages
{
display:none;
}
.thumbImage
{
display:none;
}
/* header elements  */
#header
{

    height:132px;
padding:0px;


}

#menu
{
display:none;

}
#Emblem
{
    display:none;
}
.txtBox
{
border:1px #666 solid;
background:#eee;  
}
.btn
{
position:relative;
top:4px;
}

/* main elements */
#main 
{
    text-align:left;
    padding-top:0px;
    padding-bottom:30px;
    padding-left:80px;
    padding-right:80px;
}

#maincontent
{
    text-align:center;

}
#content
{

    text-align:left;
}
/* footer elements */

#footer
{
display:none;
}

#footertext
{
color: #41795C;
margin-top:15px;
font-size:80%;
font-weight:900; 
line-height:normal; 
}



/* homepage content */



/* news elements */





legend
{
font-weight:900;
color:#585858;
}

div.adminDiv
{
background:#ffffff;}