* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: url(/images/stripe.png) repeat;
}

p {
	font: 1.2em/1.8em arial, helvitica, sans-serif;
	margin-bottom: 8px;
}

h1 {
	font: 2.0em arial, helvitica, sans-serif;
	height: 0px;
}

h2 {
	font: 2.2em arial, helvitica, sans-serif;
	color: #8b0000;
	margin-bottom: 10px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 4px;
}

h3 {
	font: 1.8em arial, helvitica, sans-serif;
	color: black;
	font-weight: bold;
	letter-spacing: .1em;
	padding-top: 3px;
	padding-bottom: 3px;
}

img {
	border: none;
}

#page-wrap {
	background: white;
	width: expression(document.body.clientWidth < 742? "740px" : document.body.clientWidth > 1026? "1024px" : "auto");
	min-width: 775px;
	max-width: 1024px;
	margin: 20px auto;
	}

#page-wrap #inside {
	margin: 10px 10px 0px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
#main-content {
	background: url(/images/metal003.jpg) repeat-y #d3d3d3;
	padding-left: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#main-content p strong a {
	color: navy;
}
#main-content p strong a:hover {
	color: blue;
}
#main-content p a {
	color: navy;
}
#main-content p a:hover {
	color: blue;
}

#main-content ul {
	font: 1.2em/1.8em arial, helvitica, sans-serif;
	font-weight: bold;
}

#main-content ul li {
	font: 1.0em/1.8em arial, helvitica, sans-serif;
	list-style: circle;
        margin-left: 500px;
}

#header {
	height: 125px;
	background: url(/images/top_logo.jpg) no-repeat;
	text-align: left;
	padding-top: 1px;
	padding-left: 10px;
	border: 0px navy solid;
}

.title {
	padding-top: 20px;
	padding-left: 10px;
	color: white;
	top: 10px;
	font: 2.7em Tahoma, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	overflow: hidden;
}

.top_right {
	margin-top: 7px;
}

.top_right li {
	background: gray;
	border: 1px solid black;
	list-style: none;
	margin-top: -4px;
	width: 80px;
	font: 1.2em/1.8em arial, helvitica, sans-serif;
	margin-bottom: 10px;
}

.top_right li a{
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
	font-variant: small-caps;
	overflow: hidden;
	text-decoration: none;
}

.top_right li a:hover {
	color: navy;
	font-weight: bold;
}
	

#left-sidebar {
	float: left;
	padding-top: 5px;
}

#footer {
	background: url(/images/metal003.gif) repeat;
	text-align: center;
	margin-top: -10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a {
	color: white;
	font: 12px/12px arial, helvetica, sans-serif;
	font-variant: small-caps;
	display: inline;
	text-decoration: none;
}

#footer a:hover {
	color: navy;
}

#footer p {
	letter-spacing: 2px;
	line-height: 110%;
}

#menu {
	position: relative;
	left: 0px;
	top: 10px;
	width: 130px;
	list-style-type: none;
	padding-left: 8px;
}

#menu ul {
	margin-left: 0px;
	padding: 0px;
	background-repeat: repeat;
}

#menu a {
	font: 12px/12px arial, helvetica, sans-serif;
	font-variant: small-caps;
	display: block;
	margin: 0;
	padding: 5px 5px;
	text-align: left;
	color: white;
	text-decoration: none;
}

#menu a:hover {
	color: navy;
}

.certs {
	border-left: 1px black solid;
	padding-left: 5px;
}
.certs p span a {
	color: navy;
	text-decoration: none;
	padding: 2px;
}
.certs p span a:visited {
	color: navy;
}
.certs p span a:hover {
	color: white;
	background: gray;
}

.certs_p {
	padding-left: 5px;
}
.certs_p p span a {
	color: navy;
	text-decoration: none;
	padding: 2px;
}
.certs_p p span a:visited {
	color: navy;
}
.certs_p p span a:hover {
	color: white;
	background: gray;
}

.pf {
	float: right;
}
.pf a {
	text-decoration: none;
	color: navy;
	font: 8pt arial, helvitica, sans-serif;
	font-weight: bold;
}
.pf a:hover {
	color: blue;
}