body {
	background-attachment: fixed;
	background-image: url(images/bgimage.jpg);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#header {
	z-index: 100;
	width:100%;
	padding: 5px;
	height:90px;
	background-color: #336699;
}
.logo {
	position: absolute;
	left: 4px;
	top: 4px;
}
.rics1 {
	position: absolute;
	top: 4px;
	right: 4px;
}

#navBar {
	position: absolute;
	top: 90px;
	left: 0px;
	background-color: #99B3CE;
	padding: 0px;
	width: 170px;
	height: 600px;
}
.rics2 {
	position: absolute;
	bottom: 78px;
	left: 14px;
}

#mainContent {
	width: 600px;
	margin-left: 200px;
	padding-top: 20px;
}

P {
	font-size: 90%;
	line-height: 120%;
}
P.date{
	font-size: 70%;
	color: #336699;
	text-align: center;
	padding: 10px 0px 12px 0px;
}
P.caption{
	font-size: 70%;
	color: #336699;
	text-align: right;
	padding: 0px 8px 0px 0px;
}
P.copyright{
	font-size: 60%;
	color: #336699;
	position: absolute;
	bottom: 28px;
	left: 25px;
}
P.signoff {
	font-size: 60%;
	line-height: 140%;
	text-align: center;
}
P.footer {
	font-size: 60%;
	line-height: 180%;
	text-transform: uppercase;
	text-align: center;
}

.staffInfo {
	margin-left: 140px;
}

LI {
	font-size: 90%;
	line-height: 180%;
}

H1, H2, H3, H4{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336699;
}
H1{
	font-size: 140%;
}
H2{
	font-size: 120%;
}
H3{
	font-size: 110%;
}
H4{
	font-size: 100%;
}
H1.heading{
	font-size: 250%;
	font-weight: normal;
	text-transform: lowercase;
	padding: 33px 0px 0px 0px;
}

IMG.blueKeyline {
	border: 1px solid #336699;
}

A.navLink {
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	width: 170px;
	padding: 6px 20px 6px 20px;
	color: #336699;
}
A.navLink:hover {
	color: #ffffff;
	background-color:#668cb2;
}
A.teamLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 40px;
	line-height: 180%;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
}
A.teamLink:visited {
	text-decoration: none;
	color: #9999cc;
}
A.teamLink:hover {
	text-decoration: underline;
	color: #336699;
}
A.footLink {
	text-decoration: none;
	color: #336699;
}
A.footLink:hover {
	text-decoration: underline;
	color: #336699;
}
A.copyLink {
	text-decoration: none;
	color: #336699;
}
A.copyLink:hover {
	text-decoration: underline;
	color: #336699;
}
A:hover {
	color: #FF0000;
}

