body 
{
	padding:0;
	margin:0;
	font-family:arial;
	font-size:11pt;
}
h1 
{ 
	padding:0;
	margin:0;
	margin-bottom: 5px;	
	font-size: x-large; 
	color:Black;
}
h2
{ 
	padding:0;
	margin:0;
	margin-bottom: 5px;	
	font-size: medium;
	color:#0954D6;
	font-style: italic;
}

.access 
{
	display:none;
}
.spacerh
{
	height:10px;
}

#header
{
	width:100%;
	height:80px;
	background:url(../images/headerbg.jpg);
}
#innerheader
{
	width:950px;
	height:80px;
	margin:0 auto;
}

#headerlogo
{
	width:500px;
	float: left;
	border: 0;
}
#headercontent
{
	float: left;
	color: White;
}

#menubar
{
	width:100%;
	height:30px;
	background:url(../images/topmenubg.jpg);
}
#innermenubar
{
	width:950px;
	margin:0 auto;
	font-size: small;
	/*border:1px red solid;*/
}
#innermenubar ul
{
	padding:0;
	margin:0;
	/*padding-top:10px;*/
}
#innermenubar li
{
	list-style-type:none;
	display:inline;
	padding:0;
	margin:0;
	color:White;
	padding-right:20px;
}
#innermenubar a
{
	/*color:White;*/
	text-decoration:none;
	float:left;
	width:120px;
	text-align:center;
	line-height:30px;
	/*padding-top: 5px;*/
	/*padding-bottom: 5px;*/
	/*padding-left: 5px;
	padding-right: 5px;*/
}
#innermenubar a:hover
{
	color:Black;
	font-weight:bold;
	/*background-color:Blue;*/
	background:url(../images/menutabhover.jpg);
	text-decoration:underline;
}
.menutabnormal
{
	color:White;
	font-weight:bold;
}
.menutabchosen
{
	color:Black;
	font-weight:bold;
	background:url(../images/menutabselected.jpg);
	text-decoration:underline;
}

#breadcrum
{
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	width:950px;
	font-size:x-small;
}

#content
{
	margin:0 auto;
	padding-top:5px;
	width:950px;
	color:#505050;
}

#footer
{
	margin:auto;
	margin-top:50px;
	width:950px;
	text-align: center;
	font-size: small;
}

#leftnav
{
	width: 150px;
	height: auto;
	float: left;	
	line-height: 200%;
	font-size: small;		
}
#leftnav ul
{
	padding:0;
	margin:0;
}
#leftnav li
{
	list-style-type:none;
	padding:0;
	margin:0;
}

#maincontent
{
	width: 800px;
	height: auto;
	float: left;
}

.mainleftcol 
{
	width: 400px;
	height: auto;
	float: left;	
}
.mainrightcol 
{
	width: 400px;
	height: auto;
	float: left;	
}
.mainrightcolshowcase
{
	width: 400px;
	height: auto;
	float: left;	
	text-align: center;	
}

.mainleftcoltitle
{
	width: 390px;
}

.topquote 
{
	width: 210px;
	height: auto;
	float: left;
	font-size: 10pt;
	margin-right:10px;
}

#quickbuttons
{
	text-align: center;	
}
.quickbutton
{
	margin-left:15px;
	margin-right:15px;
}
.bullet1
{
	list-style-image: url(../images/bullet1.gif);
	padding:0;
	margin:20px;
	line-height: 140%;
}
.tableheader
{
	color:White;
	font-weight:bold;
	border-color:Black;
	background-color: #0954D6;
}
.tablesidebar
{
	font-weight:bold;
	border-color:Black;
	background-color: #FFDC4F;
}
.tableview
{
	border-color:Black;
	font-size:10pt;
}
.tablehomeicons
{
	text-decoration:none;
	background-color: #788DA3;
	vertical-align: middle;
	font-weight:bold;
	font-size:larger;
	color:White;	
}

.fixedfont
{
    font-family: Courier New;
}
