/* CSS Document */




#content{
width: 748px; min-height: 700px; height: auto !important; height: 700px;
background-color: #cbcbd3;
	border: 1px solid #993333;
	margin: 0px auto;
	
}


#topHeader{
min-height: 39px; height: auto !important; height: 39px;
background: url(images/topbk.jpg);
width: 100%;
border-bottom: solid 1px #993333;
float: left;
}

#topTitle{
width: 218px;
height: 39px;
background-image: url(images/toptitle.jpg);
float: left;
}

#topAddress{
float: right;
text-align: right;
font-size: 0.7em;
position: relative;

 color: #660000;
	 font-weight: bolder; 
	 padding: 5px;
}

#topBanner{
height: 183px;
width: 100%;
border-bottom: solid 1px #993333;
float: left;
z-index: 1;
}


#menuBar{
min-height: 39px;
line-height: 19px;
background: url(images/menubar.jpg);
width: 100%;
font-size: 12px;
float: left;
}

#menuBar ul
{
	margin: 0px;
 list-style: inline;
 list-style-type: none;	
 text-align: center;
}

#menuBar ul li
{
 display: inline;
 list-style-type: none;	
 padding: 0px 40px 0px 40px;
 font-weight: bold;
 
}
#menuBar ul li a
{
	display: inline-block;
}

#mainContent{
border-top: solid 1px #993333;
float: left;
width: 100%;
}

#footer{
width: 100%;
background: url(images/topbk.jpg);
border-left: solid 1px #993333;
border-right: solid 1px #993333;
border-bottom: solid 1px #993333;

margin: 0px auto;
width: 748px;
font-size: 0.7em;
}

#leftFooterText{
padding: 5px;

}

#rightFooterText{
padding: 5px;
float: right;
}

a.smallink:link{
	color: #660000;
	text-decoration: none;
}

a.smallink:visited{
	color: #660000;
	text-decoration: none;
}

a.smallink:hover{
	color: #660000;
	text-decoration: underline;
}


#leftMenu{
width: 150px;
float: left;
padding: 20px;
color: #660000;
font-size: 0.9em;
}

#leftMenu ul
{
	padding: 0px; 
	margin: 10px 0px 10px 0px;
 list-style-type: none;	
 text-align: left;
}

#leftMenu ul li
{

 list-style-type: none;	
margin: 0px;
padding: 0px; 
}

#leftMenu span
{
	color: #000000;
}

#myhr
{
	width: 100px;
	height: 1px;
	margin-right: 40px;
	padding-bottom: 2px;
	line-height: 1px;
	margin: 0px;
	padding-top: 0px;
	font-size: 1px;
	border-top: solid 1px #660000;
	display: block;
}


#menuBar ul li a
{

}

#menuBar ul li span
{
	display: inline-block;
}


#mainText{
padding: 20px 20px 200px 0px;
width: 500px;
float: left;

}