body {
	background-color: #FFFFFF;
	background-image: url(/images/page-bg.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.78em;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align:left;
}
table, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
p {
	margin:0.75em 0 0 0;
	padding:0;
}
h1, h2, h3 {
	color:#004E9A;
	margin:.25em 0;
	padding:0;
}
h2 {
	margin:.75em 0;
}
h1 {
	font-size:1.4em; 
}
h2 {
	font-size:1.2em; 
}
input.txt, textarea {
	width: 250px;
	background-color: #F0F4FF;
	border: 1px solid #999;
}
table.photo, table.photor, img.photo {
	background-color: #E7EBF7;
	border: 1px solid #C8D3EE;
}
table.photo {
	margin-top:20px;
}
table.photor {
	margin:10px 0 10px 20px;
}
.caption {
	margin:10px auto 0px auto;
}
.smallgrey {
	color: #999;
	font-size: 0.9em;
}

#page-wrap {
	margin: 25px auto;
	width:720px;
	background-image:url(/images/columns-bg.gif);
	background-repeat:repeat-y;
	position:relative;
}
#header {
	width: 719px;
	height: 175px;
	background-image:url(/images/header.jpg);
	border-top:1px solid #C8D3EE;
	background-repeat:no-repeat;
	background-position: 1px 0;
}
#header h1 {
	display:none
}
#menu-top {
	width:698px;
	height:24px;
	background-image:url(/images/tmenu-bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #C8D3EE;
	padding:6px 10px 0 10px;
	text-align:left;
}
#menu-top ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
#menu-top ul li{
	display:inline;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #C8D3EE;
}
#menu-top a,active,visited{
	color:#777;
	text-decoration:none;
}
#menu-top a:hover{
	color:#036AC7;
}
#menu-left {
	background-color:#C8D3EE;
	float:left;
	width:173px; 
	border-left:1px solid #C8D3EE;
}
#menu-left ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu-left ul li a{
	display:block;
	width:173px;
	height:30px;
	padding-top:7px;
	margin-bottom:-6px;
	text-indent:8px;
	text-decoration:none;
	color:#036AC7;
	background-image:url(images/menu-left-off.jpg);
	background-repeat:no-repeat;
}
#menu-left ul li a.dbl{
	width:165px;
	height:50px;
	margin-bottom:-6px;
	text-indent:0px;
	padding-left:8px;
	line-height:1.5em;
	background-image:url(images/menu-left-dbl-off.jpg);
	background-repeat:no-repeat;
}
#menu-left ul li a:hover{
	background-image:url(images/menu-left-on.jpg);
	color:#004E9A;
}
#menu-left ul li a.dbl:hover{
	background-image:url(images/menu-left-dbl-on.jpg);
	color:#004E9A;
}
#leftcontent{
	background-color:#FFF;
	width:173px;
	padding-bottom:20px; 
}
#content {
	background-color:#FFFFFF;
	float:right; 
	width: 504px;
	padding: 20px;
	border-right:1px solid #C8D3EE;
	min-height:500px;
	overflow:hidden;
}
#content ul li {
	list-style-type:none;
	padding-left:15px;
	background-image:url(/images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	width:inherit;
}
#content a {
	color:#0099FF;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
.index {
	background-image:url(images/index-right.jpg);
	background-repeat:no-repeat;
	background-position:310px 50px;
}
#testimonial {
	background-image: url(images/test-bg.jpg);
	background-repeat: no-repeat;
	margin-bottom:2em;
}
#testimonial p {
	font-style:italic;
	color:#000;
	padding:0 40px;
} 

#testimonial p.name {
	font-style:italic;
	color:#0099FF;
	padding:25px 40px 0 85px;
	font-weight: bold;
	font-size: 1.3em;
}
#footer {
	clear:both;
	font-size:.85em;
	color: #999;
	border:1px solid #C8D3EE; 
	margin-top:0px; 
	padding:0px; 
	width:718px; 
	background-color:#FFF;
}
#footer a {
	color:#666;
	text-decoration:none;
}
