body {
	background-color: #FFFFFF;
	background-image: url(images/backgrad.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;
}
h1, h2, h3 {
	color:#0033FF;
	margin:.25em 0;
	padding:0;
}
h2 {
	margin:.75em 0;
	color: #FF7800;
}
h1 {
	font-size:1.4em; 
}
h2 {
	font-size:1.2em; 
}
input.txt, textarea {
	width: 250px;
	background-color: #F0F4FF;
	border: 1px solid #999;
}
img.photo {
	border:1px solid #000;
}
img.photor {
	margin:10px 0 10px 20px;
	border:1px solid #000;
	float:right;
}
.caption {
	margin:10px auto 0px auto;
}
td img {
	border:1px solid #000;
}
#page-wrap {
	margin: 25px auto;
	width:720px;
	background-image:url(images/columns_bg.gif);
	background-repeat:repeat-y;
}
#header {
	width: 719px;
	height: 113px;
	background-image:url(images/header.gif);
	border-top:1px solid #FF7800;
	background-repeat:no-repeat;
	background-position: 1px 0;
}

#imagestrip {
	float:right;
	width:150px;
	margin-left:20px;
}
#menu-top {
	width:688px;
	height:25px;
	background-image:url(images/topnav_bg.gif);
	background-repeat:repeat-x;
	text-align:right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF7800;
}
#menu-top ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
#menu-top ul li{
	display:inline;
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid #FF7B00;
}
#menu-top a{
	color:#999999;
	text-decoration:none;
}
#menu-top a:hover{
	color:#FF7800;
}
#menu-top a.on, a.on:hover{
	color:#FF7800;
	text-decoration:none;
	font-weight: bold;
}



#menu-left {
	background-color:#FFFFFF;
	float:left;
	width:185px; 
	border-left:1px solid #FF7800;
}
#menu-left ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu-left ul li {
	margin: 0;
	padding: 0;
}

#menu-left ul li a{
	display:block;
	width:185px;
	height:33px;
	padding-top:8px;
	margin-bottom:-7px;
	text-indent:8px;
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(images/leftnav_off.gif);
	background-repeat:no-repeat;
}
#menu-left ul li a:hover{
	background-image:url(images/leftnav_on.gif);
	color:#FFFFFF;
	background-repeat: no-repeat;
}
#menu-left ul li a.on {
	background-image:url(images/leftnav_over.gif);
	color:#FFFFFF;
	background-repeat: no-repeat;
	font-weight:normal;
}

#content {
	background-color:#FFFFFF;
	float:right; 
	width: 490px;
	padding: 20px;
	border-right:1px solid #FF7800;
	min-height:500px;
}
#content ul li {
	list-style-type:none;
	padding-left:20px;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}
#content a {
	color:#0099FF;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
.test-table {
	background-image: url(images/test-bg.jpg);
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
}
.test-name {
	font-weight:bold;
	font-style:italic;
	color:#3399FF;
	padding:20px 20px 0 100px;
}
.test-copy {
	font-style:italic;
	color:#000;
	padding:0 40px;
}

#footer {
	clear:both;
	font-size:.85em;
	color: #999;
	border:1px solid #FF7800; 
	margin-top:20px; 
	padding:5px; 
	width:708px; 
	background-color:#FFF;
}
#footer a {
	color:#666;
	text-decoration:none;
}
