﻿body 
{
	font-family:Arial;
	font-size:0.7em;
	color:#383838;
	line-height:20px;
	height:100%;
	padding:0px;
	margin:0px;
	border:none;
	background-color:White;
	background-image:url(Images/background_tile.png);
}

img
{
	border:0px;
}

a
{
	color:#345D7D;
	text-decoration:none;
}

h1
{
	color:#345D7D;
	font-size:150%;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

a:hover
{
	text-decoration:underline;
}

#body_container
{
	width:781px;
	background-image:url(Images/content_bg_tile.png);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}

.body_outer
{
	background-image:url(Images/footer_bg_tile.png);
	background-repeat:repeat-y;
	width:781px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-10px;	
}

#footer_content
{
	padding:8px;
	padding-left:14px;	
	color:white;
}

.banner_column
{
	padding:4px;
	padding-bottom:2px;
	background-color:White;	
}

#footer_content a
{
	color:white;
	margin-left:12px;
}

#header
{
}

#menu
{
	float:right;
	width:435px;
	margin-top:38px;
	font-size:120%;
	line-height:20px;
}

#menu .menu_group
{
	float:left; 
	width:130px;
}

#menu a
{
	color:white;
	opacity:0.6;
	filter: alpha(opacity=60);
	text-decoration:none;	
		
}

.active
{
	opacity:0.9 !important;
	filter: alpha(opacity=90);
}

}

#menu a:hover
{
}

#menu h2
{
	margin:0px;
	padding:0px;
	font-size:100%;
	color:#cecece;
	font-weight:normal;
}

#menu div a
{
	display:block;
}

#main
{
	margin:10px;
	margin-right:9px;
}

/* LOGIN DISPLAY */

#logindisplay
{
    display:block;
    text-align:right;
    margin:10px;
}

