﻿/* CSS layout */
#masthead {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C0C0C0;
	height: 120px;
	background-image: url('../images/sdaa-title950worded.gif');
}
#top_nav {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffcc66;
	font-family: Verdana;
	font-size: x-large;
	color: #000000;
	text-align: center;
}
#container {
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffcc;
}
#left_col {
	width: 190px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 10px;
	background-color: #ffcc66;
	height: 500px;
	font-family: Verdana;
	font-size: small;
}
#page_content {
	margin-left: 200px;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Verdana;
	font-size: small;
	padding-right: 10px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana;
	font-size: xx-small;
	text-align: center;
	background-color: #ffcc66;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	font-family: Verdana;
	background-color: #009900;
	font-size: large;
	text-align: center;
	font-weight: normal;
	color: #FFFF00;
}
h4
{
	color: rgb(255, 255, 0);
	background-color: #009933;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
table {
	background-color: #ffffcc;
	border-collapse: collapse;
	vertical-align: top;
}

}

h5 {
	font-family: Verdana;
	font-size: medium;
	font-weight: normal;
	text-align: center;
	color: #0000FF;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #000000;
}
a:hover {
	background-color: #C0C0C0;
}
a:active {
	color: #FFFF00;
}

.body {
	background-color: #000000;
}

