body
{
   margin:0px;
   background-image: url('../../img/bg.jpg');
   background-repeat: repeat-x;
   background-attachment: fixed;
   
   font-family: Verdana,Arial,Helvetica,Sans-Serif;
   font-size: 10px;
}

.header
{
   background-color:#26405a;
   height:245px;
}

.mainbody
{
   border-left:1px solid #000000;
   border-right:1px solid #000000;
   background-image:url('../../img/bg.gif');
   background-repeat:repeat-x;
   background-position:bottom;
}

.footer
{
   background-color:#26405a;
   height:10px;
}

/* Menu Styles */

.menu-box
{
	border: 2px solid #000000;
	background-color: #FFFFFF;
}

.menu-heading
{
	font-size:11px;
	font-weight:bold;
}

.google-textbox
{
	border: #666666 1px solid; 
	color: #282828; 
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	height: 16px; 
	width: 130px; 
	font-size: 10px; 
	background-image: url(../../img/txtbox_shadow.gif);
}

.google-button          
{ 
	border: #CC3300 1px solid; 
	height: 18px; 
	background-color: #FFFFFF; 
	font-family: Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #CC3300;
}

a:link.header-link,a:active.header-link,a:visited.header-link
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.header-link
{
	color: #FFFFFF;
	text-decoration: underline;
}

a:link.menu-link,a:visited.menu-link,a:active.menu-link
{
	color: #007700;
	text-decoration: none;
	font-weight:bold;
}

a:hover.menu-link
{
	color: #FF0000;
	text-decoration: underline;
}

/* Text Styles */

.welcome-text
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


/* Footer Styles */

.footer-text
{
	color: #FFFFFF;
}

a:link.footer-link,
a:visited.footer-link,
a:active.footer-link
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.footer-link
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

/* Background Styles */

.yellow-background
{
	background-color: #FFCC00;
}

.darkgrey-background
{
	background-color: #999999;
}

.footer-background
{
	background-color: #2F7006
}

div.modalPopupTransparent {
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    background: #CCCCCC;
    position: absolute;
    top: 0px;
    left: 0px;
}

div.modalPopupWindow {
    position: absolute;
    background-color: #FFFFFF;
    border: 2px solid black;
    padding: 8px;
    text-align: left;
}