
/* main tags */

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

h1 {
	color: #7E838A;
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	color: #7E838A;
	font-size: 1.2em;
	font-weight: bold;
}

.content {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.content p {
	line-height: 1.4em;
	margin-bottom: 10px;
}

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

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

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

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

/* ids */

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

#copyright {
	padding-top: 0.75em;
	padding-bottom: 0.5em;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	font-size: 0.7em;
	color: #525252;
	text-align: center;
}
#copyright a {
	color: #000000;
}

/* structure classes */

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

.leftcol {
	background-color: #FFFFFF;
	background-image:   url(../images/leftbar1.gif);
	background-repeat: no-repeat;
	width: 30px;
	height: 165px
}

.navcol {
	vertical-align: top;
	background-color: #9DA3AC;
}

.contentcol {
	width: 566px;
	vertical-align: top;
	background-color : #FFFFFF;
}

.blurb {
	height: 39px;
	color: #FFFFFF;
	background-color: #003F77;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	line-height: 39px;
}

.banner img {
	display: block;
}

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

.content {
	background-color: #FFFFFF;
	vertical-align:top;
	padding: 20px 15px 20px 20px;
	font-size: 0.9em;
}

/* classes */

.logo img {
	display: block;
}

.menu {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 12px;
	background-color: #878B93;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}

.nav {
	margin: 0;
	list-style: url(../images/bullet.gif);
}
.nav li {
	padding: 0;
	margin-left: -5px;
}
.nav a {
	font-size: 12px;
	color: #D5D5D5;
	text-decoration: none;
	line-height: 1.6em;
}
.nav a:visited {
	color: #D5D5D5;
	text-decoration: none;
}
.nav a:hover {
	color: #FF9900;
	text-decoration: none;
}

.companyinfo {
	padding-top: 1.5em;
	padding-left: 10px;
	color: #000000;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.3em;
	text-align: left;
	border-top: 9px solid #7E838A;
}
.companyinfo .address {
	margin-bottom: 10px;
	padding-left: 10px;
}
.companyinfo .telnos {
	margin-bottom: 10px;
	padding-left: 10px;
}

