﻿/* Main Content / General Settings */

BODY {
background-color : #cbd4e9;
font-family : Verdana, Arial, sans-serif;
margin: 0px;
font-size : 14px;
color: #000000;
}

P {
color: #000000;
font-family : Verdana, Arial, sans-serif;
font-size : 14px;
border: 0px #000000 solid;
text-align: justify;
}

li {
	margin-bottom: 9px;
}

A:LINK {
color : #224392;
text-decoration : none;
}
A:VISITED {
color : #224392;
text-decoration : none;
}
A:HOVER {
color : #224392;
text-decoration: underline;
}
A:ACTIVE {
color : #224392;
font-weight: bold;
text-decoration : none;
}

H1 {
font-size : 18px;
font-family: Arial, sans-serif;
font-weight : bold;
color : #224392;
}

H2 {
font-size : 14px;
font-family : Verdana, Arial, sans-serif;
font-weight : bold;
color : #224392;
}

HR {
color: #224392;
height: 1px;
width: 100%;
}

.justify {
	text-align: justify;
}

.leftindent {
	margin-left: 40px;
}

.justifyind {
	text-align: justify;
	margin-left: 40px;
}

.borderimg {
	border-width: 0px;
}

.center {
	text-align: center;
	margin-bottom: 12px;
}

.mainconbg {
	background-color: #FFFFFF;
}
.navborder {
	border: 1px solid #224392;
}
.contactbg {
	text-align: center;
	background-image: url('../images/bios_logo3.gif');
}

.contactbg A:LINK {
color : #000000;
font-weight: bold;
text-decoration : none;
}
.contactbg A:VISITED {
color : #000000;
font-weight: bold;
text-decoration : none;
}
.contactbg A:HOVER {
color : #000000;
font-weight: bold;
text-decoration: underline;
}
.contactbg A:ACTIVE {
color : #224392;
font-weight: bold;
text-decoration : none;
}


/* Footer Settings */

.footerbg {
	background-color: #E8E8E8;
	text-align: center;
}

.footerbg p {
	margin: 0 0 0 0;
	text-align: center;
}

.copyright p {
	margin: 0 0 0 0;
	text-align: center;
	color: #224392;
}


/* Left Navigation Settings */

.leftnav p{
	color: #000000;
	margin: 6px 0px 9px 0px;
	font-size: 14px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
}

.leftnav A:LINK {
color : #000000;
text-decoration : none;
}
.leftnav A:VISITED {
color : #000000;
text-decoration : none;
}
.leftnav A:HOVER {
color : #224392;
text-decoration: underline;
}
.leftnav A:ACTIVE {
color : #224392;
font-weight: bold;
text-decoration : none;
}
