@charset "utf-8";


/* Standard Tags */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
}

h3 {
	color: #339999;
	font-weight: bold;
	font-style: italic;
}


/* Layout Tags */

#container {
	margin: auto;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
}

/* Left Hand Column */

#col-left {
	width: 130px;
	float: left;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	background-image: url(images/leftcolumn.jpg);
	background-repeat: no-repeat;
}

#col-left p {
	padding: 0 0 0 10px;
}

/* Navigation Container */

#nav-container {
	padding: 0;
	margin: 20px 0 0 0;
	width: 120px;
}

#nav-container ul {
	padding: 0 0 0 10px;
	margin: 0;
}

#nav-container li {
	list-style: none;
}

#nav-container li h3 {
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

#nav-container li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 5px;
}

#nav-container li a:hover {
	background-image: url(images/nav-bkgrd.png);
	
}
#flashcontent {
		width: 480px;
		height: 680px;
		margin-left: auto;
		margin-right: auto;
}

.deadlink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 5px;
	background-image: url(images/nav-bkgrd.png);
}

/* Right Hand Column */

#col-right {
	background: #FFFFFF;
	width: 630px;
	margin: 0px 0px 0px 140px;	
	padding: 10px;
	
}

#col-right p {
	text-indent: 0;
}

/* Footer */

#footer {
	clear: both;
	width: 800px;
	height: 122px;
	/* background-color: #00AFAD; */
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#footer img {
	padding: 0;
	margin: 0;
	border: 0;
}
.Active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000;
	text-decoration: none;
}
.Services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.Subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #399;
	text-decoration: none;
	font-style: normal;
}
.Titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #399;
	text-decoration: none;
}
