body {
	margin: 0;
	color: #000000;
	background-color: #BCBCBC;
	background-image: url(../images/bkgd.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #FF9900;
	font-size: 1.5em;
}

h2 {
	color: #FF9900;
	font-size: 1.2em;
}

hr {
	margin-bottom: 10px;
	width: 100%;
	color: #E0DFE3;
}

li {
	margin-top: 1em;
	margin-bottom: 1em;
}

a:link {
	color: #0033FF;
	text-decoration: none;
}

a:visited {
	color: #551A8B;
	text-decoration: none;
}

a:active {
	color: #FF9900;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

.copyright a:link {
	color: #0033FF;
	text-decoration: none;
}

.copyright a:visited {
	color: #0033FF;
	text-decoration: none;
}

.copyright a:active {
	color: #FF9900;
	text-decoration: underline;
}

.copyright a:hover {
	color: #FF9900;
	text-decoration: underline;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 15px 0 15px;
	font-size: 0.8em;
}

.content p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.frame {
	width: 770px;
	margin: 0 auto;
}

.table_frame .copyright {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-align: center;
	height: 43px;
}
.copyright a {
	_color: #0033FF;
}

/* structure classes */

.table_frame {
	width: 100%;
	border-spacing: 0;
}
.table_frame td {
	padding: 0;
	vertical-align: top;
}

.left-col {
	background-color: #FFFFFF;
	background-image:   url(../images/leftbar2.gif);
	background-repeat: no-repeat;
	width: 30px;
}

.nav-col {
	background-color: #9DA3AC;
}

.content-col {
	width: 566px;
	background-image:   url(../images/leftbar1.gif);
	background-repeat: no-repeat;
	background-color : #FFFFFF;
}

.top-blurb {
	height: 39px;
	line-height: 39px;
	color: #FFFFFF;
	background-color: #003F77;
	font-family: Verdana, Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}

.banner {
	text-align: center;
}
.banner img {
	display: block;
}

.topline {
	height: 4px;
	background-image: url(../images/topline.gif);
	background-repeat: no-repeat;
	background-color: #8D9298;
}

/* classes */

.logo img {
	display: block;
}

.menu {
	padding: 5px 5px 12px 5px;
	background-color: #878B93;
	text-align: left;
}

.nav {
	list-style: url(../images/bullet.gif);
}
.nav li {
	padding: 0;
	margin: 0;
	margin-left: -20px;
	margin-bottom: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
.nav a {
	font-size: 0.8em;
	color: #D5D5D5;
	text-decoration: none;
}
.nav a:visited {
	color: #D5D5D5;
	text-decoration: none;
}
.nav a:hover {
	color: #FF9900;
	text-decoration: none;
}

.company-info {
	padding: 1em 0 1em 10px;
	color: #000000;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.3em;
	text-align: left;
	border-top: 5px solid #7E838A;
}

.solutions {
	color: #FF9900;
	font-weight: bold;
}

.rphoto {
	float: right;
	margin-left: 5px;
}

.company-name {
	font-size: 1.5em;
	font-weight: bold;
}

.company-byline {
	font-size: 1.25em;
	font-weight: bold;
}

.babout a.about, .babout a:hover.about {
	color: #FF9900;
	text-decoration: none;
}
.banswers a.answers, .banswers a:hover.answers {
	color: #FF9900;
	text-decoration: none;
}
.bcontact a.contact, .bcontact a:hover.contact {
	color: #FF9900;
	text-decoration: none;
}
.bhome a.home, .bhome a:hover.home {
	color: #FF9900;
	text-decoration: none;
}
.bresources a.resources, .bresources a:hover.resources {
	color: #FF9900;
	text-decoration: none;
}
.bservices a.services, .bservices a:hover.services {
	color: #FF9900;
	text-decoration: none;
}
.bwork a.work, .bwork a:hover.work {
	color: #FF9900;
	text-decoration: none;
}

.bigger {
	margin-top: 25px;
	font-size: 110%;
}

/* Form Validation */

input, select {
	border: 1px solid silver;
}
input.error, select.error, textarea.error {
	padding-right: 16px;
	border: 1px solid red;
	background-color: #FFFCE2;
	background-image: url(../images/warning_obj.gif);
	background-position: right;
	background-repeat: no-repeat;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid red;
	background-color:#EFEFEF;
}

@media print {

.navcol, .banner {
	display: none;
}

.content-col {
	width: 100%;
}

}