* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
background: #d8c89f;
color: #444;
font: 12px Arial, Verdana, Tahoma, sans-serif;
line-height: 20px;
}

img {border: none;}
a{ color: #173D7F; }
a:hover {  color: #000; }

#content {
width: 998px;
margin: 20px auto;
padding: 10px;
background: #d8c89f url(images/background2.gif) repeat-y top center;
}

#header {
background: #000 url(images/topper.gif) no-repeat;
height: 194px;
margin-top: -10px;
}
/*#header h1 { 
font-size: 22px;
letter-spacing: -1px;
padding: 15px 0 0 10px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #ccc;
}
#header h2 {
font-size: 16px;
color: #ccc;
padding: 0 0 0 10px;
}*/

#navigation {
/*background: #fff url(images/background2.gif) no-repeat top center;*/
height: 30px;
line-height: 30px;
margin: auto;
}
#navigation li {
float:left;
list-style-type:none;
border-right:1px solid #444;
}
#navigation li a {
display:block;
padding:0 20px;
color: #fff;
letter-spacing:1px;
}
#navigation li a:hover {
background: #333 url(images/menuover.gif) repeat-x;
color:#fff;
}

.left {
float: left;
width: 265px;
padding: 0 0 0 25px;
/*line-height: 14px;*/
/*margin-left: -2px;*/
/*background: #fff  url(images/left.gif) repeat-y;*/
}
.left h2 {
margin-top: 10px;
font: bold 12px Verdana, 'Trebuchet MS', Sans-serif;
padding: 5px 0 5px 5px; 	
border-bottom: 1px dotted #999;
}
.left ul  {
color: #999;
text-align: left;
margin: 3px 0 8px 0; 
padding-left: 20px;
text-decoration: none;	
list-style-type:square;	
}
.left ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;	
}
.left ul a {
color: #173D7F;
text-decoration:underline;
}
.left ul a:hover { color : #333; text-decoration:underline; }

.left ul a:visited {
color: #173D7F;
text-decoration:underline;
}
.right { 
float: right;
width: 670px;
padding: 10px 25px 10px 10px;
margin-right: 0px;
font: 14px normal 'Trebuchet MS', Tahoma, Verdana, Arial, Sans-serif;
/*background: #fff url(images/mainContent.gif) repeat-y top right;*/
}
/*.right h2 {
padding: 2px 0 5px 0px; 
font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
color: #444;	
border-bottom: 1px dotted #999;
margin-bottom: 5px;
margin-top: 10px;
}*/

#footer { 
background: transparent url(images/footer.gif) no-repeat top center;
color: #fff;
margin-bottom:-10px;
height: 125px;
text-align: center;
font-size: 11px;
}
#footer a {  color: #aaa; text-decoration: none; }
#footer  a:hover { color: #777; }


 .faq {
	
	text-align: left;
	padding: 0px 0px 10px 5px;
}

.faq1 {
	
	text-align: center;
	padding: 0px 0px 10px 5px;
	font-weight: bold;
	font-size:large;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 3;
}

.thumbnail span{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: #000;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	width: 310px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -60px;
left: 15px; /*position where enlarged image should offset horizontally */
}

h1 {
	font-size: 17px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}

a:link, a:visted, a:hover {
text-decoration: underline;
}