/* style.css */ 

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;}
img { 
padding : 3px;
border : 1px solid #bcd2e6;
} 
img.floatTL { 
float : left;
margin-right : 7px;
margin-bottom : 2px;
margin-top : 5px;
margin-left : 5px;
} 

h3 {
margin-left: 4px;
margin-top: 3px;
padding-left: 5px;
padding-top: 2px;
padding-bottom:4px;font-size: 1.4em;font-weight: lighter;letter-spacing: -1px;
}

#page { 
 margin:  auto;
 width: 800px;
}

#themenu { 
 color: #333;
 height: 555px;
 width: 195px;
 float: right;
 margin-bottom: 5px;
 margin-top: 15px;
}

#thecontent { 
 float: left;
 color: #333;
 width: 595px;
 display: inline;
 margin-bottom: 15px;
 margin-top: 15px;
}
#thecontent h1 {
font-size: 1.5em;
font-weight: lighter;
letter-spacing: -1px;
padding-left: 5px;
padding-top: 3px;
background-image: url(images/mth1bg.jpg);background-repeat: no-repeat;
}

.menunav { 
clear: both; 
text-align: left; 
color: 	#7D8085; 
padding: 15px 0em 0px 0px;
 margin-left: 5px;
 margin-right: 5px;
 }
.menunav li { 
font-weight: normal; 
margin: 0 0 8px 0; 
padding: 0em 0em 0em 10px; 
border-bottom: 1px solid #ccc;list-style-type: none;
}
.menunav li a {
 color: #546078; 
text-decoration: none; 
}
.menunav li a:hover { 
color: #F29900; 
text-decoration: none; 
}

#themenu h2 {background-image: url(images/lctbg.jpg);background-repeat: no-repeat;
margin-left: 4px;
margin-top: 3px;
padding-left: 5px;
padding-top: 2px;
padding-bottom:4px;font-size: 1.4em;font-weight: lighter;letter-spacing: -1px;
}

.news {
padding: 8px;
margin-top: 5px;
}
.news h3{font-size: 1em;padding-top: 3px;
}
.news p {font-size: .9em;line-height: 1em;
}
.news a {
color: #F29900;
}
.nnews {background-image: url(images/newsbg.jpg);background-repeat: repeat-x;
margin-top: 7px;
padding-left: 3px;
padding-bottom: 21px;
}

h1
{
	font-size : 20px;
	text-align : center;
}

.menu 
{
	text-align : right;
	
}

.menu h2
{
	font-size : 15px;
	margin : 0px 30px 0px 0px;
}

.menu p
{
  	font-size : 15px;
  	margin : 0px 30px 0px 0px;
}			

.content p
{
	font : 15px;
	text-align : justify;
	margin : 10px 30px 0px 10px;
}			

.map h2
{
	font-size : 20px;
	text-align : center;
}			

