﻿body{
	margin: auto;
	padding-top: 10px;
	font-family: "Trebuchet MS", Helvetica, Arial;
}
#shell{
	width: 90%;
	margin: auto;
	min-width: 770px;
}
#top{
	background: #FFFFFF url('images/stripes.gif') repeat-x center bottom;
	height: 92px;
}
#nav{
	background: #FFFFFF url('images/navBack.gif') repeat-x;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding: 8px;
	font-family: "Trebuchet MS", Helvetica, Arial;
}
#nav A{
	text-decoration: none;
	color: #FFFFFF;
}
#nav A:hover{
	color: #235A9A;
}

#left{
	width:180px;
	float:left;
	float: left;
	height: 100%;
	background: #E2E2E2;
}
#content{
	padding: 5px 5px 5px 5px;
	background: #FFFFFF url('images/navBack.gif') repeat-x;
	color: #000000;
	vertical-align: top;
	background: #FFFFFF;
	margin: 0px 180px 0px 180px;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 0.7em;
	min-height: 550px;
	_height: 500px; /* IE 6 only */
}
#right{
	width:180px; 
	float:right;
	background: #E2E2E2;
	height: 100%;
	font-size: 0.7em;
}
#rightContent{
	padding: 6px;
}
#contentShell{
	background: #E2E2E2;
	height: 100%;
}
#bottom{
	padding: 7px;
	background: #FFFFFF url('images/bottomBack.gif') repeat-x;
	clear: both;
}
.bottomLinks{
	text-align: center;
	position: relative;
	padding-bottom:0px;
	vertical-align:bottom;
	bottom: 10px;
	color: #104787;
}
.bottomLinks A{
	color: #104787;
}
.login{
	height: 130px;
	background: #A6A6A6 url('images/loginBack.gif') repeat-x bottom center;
	padding: 5px;
	font-size: 0.7em;
	text-align: center;
	color: #FFFFFF;
}
h1{
	font-size: 14px;
	font-weight: bold;
	color: #104787;
	margin: 0px;
}


/* NAVIGATION CLASSES */

ul.mainNav{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
}

ul.mainNav LI{
	width: 150px;	
	list-style-type: none;
	border: 1px #1F5796 solid;
	margin-bottom: 3px;
	*margin-left: 40px;  /* IE only */
}
ul.mainNav A{
	background: #D2D2D2;
	display: block;
	text-align: center;
	padding: 6px;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
ul.mainNav A:hover{
	background: #1F5796;
	display: block;
	color: #FFFFFF;
}
/* NAVIGATION CLASSES END */

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #1F5796;
border-bottom-width: 0;
font-size: 11px;
font-family: "Trebuchet MS", Helvetica, Arial;
line-height: 18px;
z-index: 100;
background-color: #D2D2D2;
width: 100px;
margin-left: 153px;
margin-top: -30px
/*Add a magin here to control the dropdowns postion if it is for a vertical navigation*/
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #1F5796;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #000000;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #1F5796;
color: white;
}