﻿html, body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:Black;
	margin-top: 0px;
}

.OuterEdgeLeft
{
	background-color: #E5DCB9;
	width: 35px;	
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='white',EndColorStr='#E5DCB9');
}

.OuterEdgeRight
{
	background-color: #E5DCB9;
	width: 45px;	
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#E5DCB9',EndColorStr='white');
}

h1 {
	color:#3f3c2d;
	font-size:20px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: white; /* #E5DCB9 */
	vertical-align: top;
}
img {
	border: 0px;
}

a {
	text-decoration: underline;
	color:White;
}
a:hover {
	text-decoration: underline;
	color:yellow;
}

a.BlueLink{
	text-decoration: underline;
	color:blue;
}
a.BlueLink :hover {
	text-decoration: underline;
	color:blue;
}

.TopTab 
{
	background-color:#8b846a;
	background-image:url(images/menu.gif);
	color:white;
	height: 15px;
	text-decoration: none;
	width:89px;
	text-align:center;
	vertical-align:top;
	font-weight:bold;
	font-style:normal;
}

a.TopTab
{
	color:White;
}

.TopTabBottom
{
	background-color:#8b846a;
	height:2px; 
}

/*
#nav {
	position: absolute; 
	top: 43px;
	left: 350px;	
	
}
#nav  a {
	background-image:url(images/menu.gif);
	width:110px;
	height:19px;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
	color:#e9e4d0;
	font-weight:bolder;
}
#nav a:hover {
	color:yellow;
}
*/

#nav {
		
}

LeftContent
{
	background: bottom left url(images/body_bot.gif) no-repeat;
}

#contentInner
{
	background-color: #E5DCB9;
}

/* ------ GRID ----- */

.GridMain
{
	border: solid 1 black;
}

.AltRowCSS
{
	background-color:#ffff99;
	color:Black;
	border: solid 1px black;
}

.ItemRowCSS
{
	background-color: silver;
	color:Black; 
	vertical-align:top;
	border: solid 1px black;
}

.GridHeader
{
	background-color: #8b846a;
	color:white;
	height:30px;
	text-align:center;
	vertical-align:top;
	font-weight:bold;
	font-style:normal;
}

.GridHdrBG
{
	background-color: Silver;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.GridImageMed
{
	height:21px;
	width:21px;
	/*border-style: groove;
	border-width:thick;*/
	border: solid 1px black;
}

.GridImageBizLinks
{
	height:40px;
	width:40px;
	border-style: groove;
	border-width:thin;
	border: solid 2 black;
}

.InfoImg
{
	height:21px;
	width:21px;
	border: none;
}


/* MENUS */



#nav-menu a
{
	background: none;
	background-color: #E5DCB9;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 8em;
	display: block;
	border: 0.1em solid black;
	text-decoration: none;
	color: #0d2474;
	text-align: center;
	margin-right: 10px;
}

#nav-menu a:hover
{
	/*background: none;
	background-color: #E5DCB9; */
	background: url(Images/background.gif) #fff bottom left repeat-x;
	
	height: 2em;
	line-height: 2em;
	float: left;
	width: 8em;
	display: block;
	border: 0.1em solid black;
	color: black;
	text-align: center;
	text-decoration: underline;
	margin-right: 10px;	
}

#nav-menu
{
	width:550px;
} 

/* end MENU */

.ImageBig
{
	border-right: solid 1 black;
	border-bottom: solid 2 silver;
}