img {
	border: 0px;
}
a {
	color: #333399;
}
body {
	background: url('../images/bg-color.jpg') repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 75% normal Verdana, Arial, Helvetica, sans-serif;
	//font: 75% normal Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	background: url('../images/wrapper-bg.jpg') repeat-y;
	margin: auto;
	margin-top: 0px;
	width: 900px;
	height: auto;
}
/* navigation menu */
#nav {
 	text-align: left;
 	margin: auto;
	width: 762px;
}
#logo {
	float: left;
	width: 400px;
}
#nav-right {
	float: right;
	width: 360px;
	height: 100%;
}
#printthis {
 	font: lighter 80% Verdana, sans-serif;
	text-align: right;
	vertical-align: top;
}
#printthis a {
 	text-decoration: none;
 	color: #000;
}
#printthis img {
 	position: relative;
	top: 4px;
}
#search {
	position: relative;
	left: 163px;
	top: 10px;
	font-weight: bold;
	font-size: 14px;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	margin-top: -40px;
	display: block;
}
#submit {
 	position: absolute;
	top: 0px;
	left: 165px;
}
#nav-top {
 	width: 762px;
	height: 110px;
}
#nav-links {
	clear:both;
	margin-bottom: 0px;
	height: 29px;
}
#nav-bottom {
	background: url('../images/nav-bottom-blue.jpg') repeat;
	width: 762px;
	height:21px;
	margin-top:0px;
}
/* end navigation styles */


#breadcrumbs {
 	margin: auto;
	width: 762px;
	padding-left: 10px;
	padding-top: 3px;
	margin-bottom: 10px;
	font: bold 90% Verdana, sans-serif;
}
#breadcrumbs a {
	text-decoration: none;	
	color: #0055AA;
}
.grey {
 	font: bold 90% Verdana, sans-serif;
	color: #999;
}

#two-column-wrapper {
	width: 760px;
	margin: auto;
}
#content-titles {
	width: 762px;
	margin: auto;
}
.category {
	width: 190px;
	float: left;
	font: bold 130% "Trebuchet MS", Verdana, sans-serif;
 	color: #0055AA;
	padding-left: 10px;
}
.pagetitle {
	float: right;
	width: 530px;
	font: 900 160% "Trebuchet MS", Verdana, sans-serif;
}
#content-border-bottom {
	width: 762px;
	height: 10px;
	background: url('../images/content-border-bottom.gif') no-repeat;		
}
#content-wrapper {
 	float: left;
	width: 762px;
	height: 100%;
	background: url('../images/content-bg.gif') repeat-y;
}

#nav-left {
	float: left;
	width: 188px;
	margin-left: 1px;
}
#nav-left .nav-title {
 	font: bold 130% "Trebuchet MS", Verdana, sans-serif;
 	color: #0055AA;
 	margin-top: 6px;
 	margin-bottom: 3px;
 	padding-left: 5px;
}
#nav-left .top {
 	padding-top: 7px;
	background: url('../images/featured-bar.gif') repeat-x;
}
#nav-left .bottom {
 	margin: 0; padding: 0;
 	margin-top: 0px;
 	height: 100%;
}
#nav-left .bottom .links {
	background: url('../images/nav-left-bg.gif') repeat;
	margin: 0;
	padding: 0;
}
#nav-left .bottom .links div {
 	padding: 10px;
	border-bottom: 1px solid #7498B5;
}
#nav-left .bottom .links a {
 	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
 	color: #336699; 
 	text-decoration: none;
}
#nav-left .bottom .links a:hover {
 	color: #FF2A00;	
}
.content-divider {
	width: 531px;
	height: 7px;
	margin: 0; padding: 0;
	background: url('../images/content-bar.gif') repeat-x;
}

#content {
 	float: right;
	width: 531px;
	margin-left: 100px;
	margin: auto;	
	margin-top: 0px;
	margin-bottom: 5px;
}
#content-text-wrapper {
 	width: 531px;
	border-top: 0px;
}
#inner-text-wrapper {
	padding: 20px;
}
.title {
 	font: 900 160% "Trebuchet MS", Verdana, sans-serif;
}
.subtitle {
 	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
}

#content ul {
 	margin-left: -40px; /* Pull the margin back for NS4.7 */
    padding-left: 0px;
	list-style-image: url('../images/bullet-c.gif');
}
#content ul li {
 	margin-left: 58px; /* Push the list back in for non NS4.7 browsers */
}
.lfloat {
	float: left;
	margin-right: 10px;
}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 2px;
	margin: 0;
}



#footer {
 	clear: both;
 	height: 100px;
 	font-family: Verdana, sans-serif;
 	font-size: 10px;
 	color: #999;
	width: 760px;
	margin: auto;
	text-align: center;
}
#footer p {
}
#footer a {
	color: #336699;
}