﻿/*
	Grayscale colors
	
	white      FFFFFF
	whitesmoke F5F5F5
	gainsboro  DCDCDC
	silver     C0C0C0
	darkgray   A9A9A9
	gray       808080
	dingray    696969
	black      000000
*/

body {
	text-align: center;
	background-color: #DCDCDC;
	margin: 0;
	padding: 0;
	font-family: Georgia;
	color: #333333;
}

.header {

	border-style: dashed;
	border-width: thin;
	font-weight: bold;
	color: #272727;
	text-decoration: none;
	font-size: large; 
	text-align: center;
}

.subtitle {

	border-style: dotted;
	border-width: thin;
	font-weight: bold;
	color: #272727;
	text-decoration: none;
	font-size: large; 
	text-align: center;
}


#masthead {
	background-image:url('../graphics/header.jpg');
	background-repeat:no-repeat;
	min-width: 850px;
	height: 50px;
}

#top_nav {
	text-align:left;
	min-width: 850px;
	background: #000000;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #DCDCDC; 
}

.link_nav {
	font-weight: bold;
	color: #DCDCDC;
	text-decoration: none;
	font-size: small;
}

.link_sub {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: small;
}

.link_menu {
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: small;
}
a:link {
	text-decoration: none;
}

.link_download {
	font-weight: bolder;
	color: #000000;
	text-decoration: underline;
	font-size: medium;
}

#text {
	width: 500px;
	text-align: left;
}
#container {
	min-width: 850px;
	min-height: 500px;
}

#left_col {
	padding-right:5px;
	padding-left:5px;
	text-align: left;
	width: 100px;
	float: left;
}

#right_col {

	width: 150px;
	float: right;
}

#page_content {
	text-align:center;
	padding-left: 50px;
	margin-left: 110px;
	margin-right: 150px;
}

#footer {
	clear: both;
	height: 15px;
	background-color: #000000;
}
