html { height: 100%; }

body 
{
    background: #001a36 url(../images/bg.jpg) repeat-x;    
    height: 100%; 
    color: #fff;
    margin: 0;
    padding: 20px 0 0 0;
    font-family: Verdana;
    font-size: 13px;
    line-height: 1.5em;
}

img { border: none; }

a { color: #fff; text-decoration: underline; }
a:hover { text-decoration: none; }

td { vertical-align: top; }

#siteContainer
{
    border: 3px solid #fff;
    width: 800px;
/*    height: 400px;    */
    margin: 0 auto;
    padding: 0;
}

#container
{
    width: 100%;
    height: 100%;    
    margin: 0;
    padding: 0;    
}

.columnSpacer { width: 35px; }

.columnNav  
{
    width: 140px; 
    background: url(../images/navBg.gif) repeat-y; 
/*    margin-top: 100px;
    padding-top: 100px;*/
}

.tab  
{    
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    text-align: center;
    padding: 3px;
    font-weight: bold;
    background: #3876ab;
}

.copy 
{
    border: solid 1px #fff;
    padding: 15px;  
    background: url(../images/copyBg.gif) repeat-y;  
}
#slogan {
	text-align: left; 
    padding-top: 10px;
	padding-bottom: 10px;
}


#logo 
{
    text-align: right; 
    padding-top: 10px;
	padding-bottom: 10px;
}

#content 
{
	width: 555px;
    padding: 0;    
    margin: 0 0 25px 0;
}

.textBox 
{
	border: solid 1px #001a36;
	width: 150px;
}

.textBox2
{
	border: solid 1px #001a36;
	width: 220px;
}

.button 
{
	background: #3876ab;
	color: white;
	border: solid 1px #fff;
	width: 75px;
}

ul#navigation
{
	margin: 75px 0 0 0;
	padding: 0;
	list-style: none;
}

ul#navigation li, ul#navigation li.singleLine
{
	width: 140px;
	height: 40px;
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 1.0em;
}
ul#navigation li.singleLine { height: 30px; }

ul#navigation li a, ul#navigation li a.singleLine
{
	background: url(../images/navItem.gif) no-repeat;
	width: 100px;
	height: 30px;
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
}
ul#navigation li a.singleLine, ul#navigation li a.singleLineHome  { height: 23px; padding: 7px 20px 0 20px; background: url(../images/navItemSingleLine.gif) no-repeat; }

ul#navigation li a:hover { background: url(../images/navOver.gif) no-repeat; color: #fff; }
ul#navigation li a:hover.singleLine { background: url(../images/navOverSingleLine.gif) no-repeat; color: #fff; }

ul#navigation li a.home			{ background: url(../images/navItemHome.gif) no-repeat; }
ul#navigation li a:hover.home	{ background: url(../images/navOverHome.gif) no-repeat; color: #fff; }

ul#navigation li a.selected { background: url(../images/navSelected.gif) no-repeat; }
ul#navigation li a.selectedSingleLine { background: url(../images/navSelectedSingleLine.gif) no-repeat; }
ul#navigation li a.selectedHome { background: url(../images/navSelectedHome.gif) no-repeat; }

ul#navigation li a.selectedNew { background: url(../images/navSelectedNew.gif) no-repeat; }


a.button { 
	display: block;
	color: #fff;
	border: solid 1px #fff;
	background: #3876ab;
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	width: 150px;
	text-align: center;
	font-weight: bold;
}

a.button:hover {
	color: #3876ab;
	border: solid 1px #3876ab;
	background: #fff;
}

.hide { display: none; visibility: hidden; }
.show { display: block; visibility: visible; }

a.archiveHeading { text-decoration: none; color: #fff; font-weight: bold; }

.small { font-size: 11px; }