
/* General attributes */
body {
	background-color: #3C424A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #C5DDEC;
}
a {color:#8ED6F9;text-decoration:none}
a:visited {color:#8ED6F9;}
a:hover {color:#8ED6F9;text-decoration:underline}
img { 
	border: 0px;
}
ul {
/*list-style-image: url(images/bullet_square_blue.gif);*/
list-style-type: square;
color: #57BFE6;
}
/*ul {
	list-style-image: url(images/bullet_square_blue.gif);
	list-style-type: square;
}*/
/*li {
	margin-left: -2em;
}*/
.std {
	color: #C5DDEC;
}
h1,h2,h3,h4,h5,h6 {
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #8ED6F9;
}
/* End general attributes */

/* styles for layout */
#centerWrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C5DDEC;
	border: 0px dotted pink;
	margin: 0 auto;
	margin-top: 30px;
	width: 760px;
}
	#container1 {
		border: 1px solid #6B6563;
		background-image: url("images/background.jpg");
		background-repeat: no-repeat;
		background-color: black;
		width: 760px;
	}
		#topSpacer {
			width: 599px;
			height: 49px;
		}
		#mainNav {

		}
		#subNav {
			width: 550px;
			height: 37px;
			background-color: black;
		}
			.subnavPair {
				padding-right: 11px;
				border: 0px solid pink;
			}
		#topmostHeading {
			width: 466px;
			height: 45px;
			margin-left: 84px;
			border: 0px dotted white;
		}
		#mainContentWrapper {
			margin-left: 84px;
			width: 514px;
			border-right: 1px solid #565250;
		}
			#mainContent {
				width: 435px;
				border: 0px dotted pink;
				/*height: 1200px;*/
			}
		/* right col stuff */
		#rightCol {
			background: url(images/logo_spiralGroove.gif);
			background-repeat: no-repeat;
			background-position: bottom center;
		}
			img.sidebar {
				margin-bottom: 30px;
				padding: 0px;
				border: 1px solid #0D0D0D;
			}
			img.brochure {
			margin-bottom: 5px;
				padding: 0px;
				border: 1px solid #0D0D0D;
			}
		/* end right col stuff */
/* footer stuff */
	div#footer {
		margin: 0 auto;
		border: 0px dotted green;
		width: 760px;
		height: 58px;
	}
		div#footerText {
			padding-top: 25px;
			padding-left: 2px;
		}
		.footer {
			color: #7B7B7B;
			font-family: verdana;
			font-size: 9px;
			line-height: 8px;
			text-transform: uppercase;
			text-decoration: none;
		}
		a.footer {
			color: #7B7B7B;
			text-decoration: none;
		}
		a.footer:hover {
			color: #7B7B7B;
			text-decoration: underline;
		}
		.footerText_separator {
			color: #377395;
			font-size: 10px;
			line-height: 8px;
			padding-left: 12px;
			padding-right: 12px;
		}
		#copyright {
			padding-top: 8px;
			padding-left: 2px;
		}
/* end footer stuff */
		

