#header
{
position: relative;
margin-top: 0px;
margine-left: 0px;
width: 100%;
}


#navbar 
{
border: 3px solid #546383;
border-top: 3px solid #546383;
border-bottom: 3px solid #546383;
border-left: 3px solid #546383;
border-right: 3px solid #546383;
width: 208px;
font-family: Arial;
padding: 3px;
background-image: url("images/menu_bg.png");
background-repeat: no-repeat;
background-position: 0px 0px;
position: relative;
overflow: hidden;



}



#bar 
{

width: 200px;
border-top: 3px solid #546383;

}


.menu_option_div
{

border: thin solid #546383;
border-top: thin solid #CCCCCC;
border-bottom: thin solid #546383;
border-left: thin solid #FFFFFF;
border-right: thin solid #546383;

background-color: #8cabd5;
width: 195px;
height: 30px;

color: #2D2C4F;
font-weight: bold;
font-size: 11px;
margin-top: 3px;
paddint-top: 5px;
-moz-opacity: 0.7;
opacity: 0.7;
filter: alpha(opacity = 70);
position: relative;
padding-left: 3px;

}



.menu_text
{
font-weight: bold;
margin-top: 4px; 
margin-left: 8px;
width: 100%;
height: 100%;
}

.submenu
{
font-weight: bold;
font-size: 9px;
margin-top: 0px; 
margin-left: 20px;
width: 100%;
height: 0px;
display: none;
overflow:  hidden;
overflow-y:  hidden;
overflow-x:  hidden;
position: relative;
visibility: hidden;
}

.submenu a
{
position: relative;
font-size: 11px; 
}

A.smlink:link {text-decoration: none; color: #375979;}
A.smlink:visited {text-decoration: none; color: #375979;}
A.smlink:active {text-decoration: none; color: #375979;}
A.smlink:hover {text-decoration: none; color: #597C9C; font-size: 13px;}

A.menu_option_link:link {text-decoration: none; color: #222222;}
A.menu_option_link:visited {text-decoration: none; color: #222222;}
A.menu_option_link:active {text-decoration: none; color: #222222;}
A.menu_option_link:hover {text-decoration: none; color: #222222;}

A.noline:link {text-decoration: none; color: #375979;}
A.noline:visited {text-decoration: none; color: #375979;}
A.noline:active {text-decoration: none; color: #375979;}
A.noline:hover {text-decoration: none; color: #597C9C; font-size: 13px;}

#container
{
position: absolute;
margin-top: 0px;
margin-left: 0px;
width: 800px; 
/*border: thick solid #000000;*/
}

#midcontainer
{
margin-top: 0px;
margin-left: 0px;
/*border: thick solid #FF0000;*/
float: none;
height: 100%;
}

#nav_container 
{
width: 230px;
font-family: Arial;
float: left;
border-style: none;
padding: 3px;

position: relative;
overflow: hidden;
height: 100%;

}

#body
{
margin-top: 0px;
padding-left: 20px;
padding-right: 20px;
float: left;
/*border: thick solid #00FF00;*/
width: 500px;
}
#rightside
{
margin-top: 0px;
float: left;
/*border: thick solid #0000FF;*/
width: 100px;
/*background-color: #0000FF;*/
}

#newsDiv
{
width: 500px;
/*background-color: #0000FF;*/
}

#newstitle
{
float: right;
font-size: 25px; 
margin-top: 0px; 
margin-left: 0px;
position: relative; 
/*background-color: #0000FF;*/ 
height: 100%; 
vertical-align: bottom; 
width: 320px;
}

#newsHeaderSlash
{
width: 30px; 
font-size: 30px; 
font-weight: bold; 
float: left; 
color: #546383; 
margin-top: 0px; 
position: relative;  
/*background-color: #00FF00; */
height: 100%; 
vertical-align: bottom;
font-family: Arial;
font-style: normal;
}

#newsDateStamp
{
float: left; 
font-size: 25px; 
margin-top: 0px; 
position: relative; 
/*background-color: #0000FF; */
height: 100%; 
vertical-align: bottom; 
width: 110px;
font-style: italic;
}

#DateStampText {
position:absolute;
bottom: 0px;
font-size: 20px; 
font-weight: bold; 

}

#DateStampTitle {
position:absolute;
bottom: 0px;
right: 0px;
/*background-color: #FF0000;*/
width: 360px;
font-size: 20px; 
font-weight: bold; 
font-family: Arial;
}

#newsBody
{
position: relative;
background-image: url('images/news_bg.png');
}

#avatar
{
position: relative;
top: 0px;
left: 0px;
float: left;
padding: 5px;
padding-right: 10px;
}

#archives
{
visibility: hidden;
display: none;
}