﻿/* CSS layout */
#masthead {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/sdaa-title950worded.gif');
	background-repeat: no-repeat;
	height: 120px;
}
#top_nav {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffcc66;
	font-family: Verdana;
	font-size: x-large;
	text-align: center;
	color: #000000;
}
#container {
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
	height: 1000px;
}
#left_col {
	width: 190px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 10px;
	font-family: Verdana;
	font-size: small;
	height: 700px;
	background-color: #ffcc66;
}
#page_content {
	margin-right: 200px;
	margin-left: 200px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana;
	font-size: small;
	height: 1000px;
}
#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #ffcc66;
	font-family: Verdana;
	font-size: medium;
	height: 700px;
}
#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;
}
a:link
{
	color: rgb(0, 0, 255);
}
a:visited {
	color: #000000;
}
a:hover {
	background-color: #C0C0C0;
}
a:active {
	color: #FFFF00;
}
h3 {
	font-family: Verdana;
	font-size: large;
	background-color: #336600;
	text-align: center;
	color: #FFFF00;
	font-weight: normal;
}

