a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	width: 750px;
	min-height: 400px;
	background-color: lightgrey;
}

#dss {
	background-color: white;
	height: 30px;
	width: 750px;
}


#top {
	background-color: white;
	font-size: 1em;
	font-align: center;
	height: 30px;
	width: 750px;
	border-bottom: #637bb5 1px solid;
}	

#sidebar {
	background-image: url(dss_files/webheadseal.gif);
	background-color: lightgray;
	width: 230px;
	position: relative;
	min-height: 400px;
	float: left;
	text-decoration: none;
	color: black;
	text-align: left;
	font-size: .85em;
	overflow: invisible;
}

.sidebarbox {
	width: 220px;
	height: 40px;
	padding-left: 10px;
}

.sidebarbox:hover {
	background-color: white;
	box-shadow: 3px 3px 3px #555;
	position: relative;
	left: -3px;
	z-index: 5;
}

.current {
	background-color: white;
	box-shadow: 3px 3px 3px #555;
	position: relative;
	left: -3px;
	z-index: 5;
}

.alert {
	border: solid, 2px;
	padding: 5px;
	margin: 5px;
	background-color: lightyellow;
	font-style: italic;
	
	
}

#align {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;  
}

a.menu:link {
	font-size: .85em;
	color: black;
	font: verdana;
	text-decoration: none;
	padding-bottom: 24px;
	padding-right: 19px;
}

a.menu:active {
	background-color: lightgray;
	font-size: .85em;
	color: black;
	font: verdana;
	text-decoration: none;
}


a.menu:visited { 
	font-size: .85em;
	color: black;
	font: verdana;
	text-decoration: none;
}

a.menu:hover {
	background-color: white;
}


#info { 
        text-align: left;
	float: left;
	width: 489px;
	background-color: #ffffff;
	border-left: #637bb5 1px solid;
        font-family: Verdana, Arial, Helvetica, sans-serif; //Trebuchet MS, Helvetica, sans-serif
	color: black; 
	font-size: 1em; 
	min-height: 400px;
	padding-left: 15px;
	padding-right: 15px;
}

#infowide { 
        text-align: left;
	float: left;
	width: 719px;
	background-color: #ffffff;
	border-left: #637bb5 1px solid;
        font-family: Verdana, Arial, Helvetica, sans-serif; //Trebuchet MS, Helvetica, sans-serif
	color: black; 
	font-size: 1em; 
	min-height: 400px;
	padding-left: 15px;
	padding-right: 15px;
}

#contact {
	text-align: center;
	color: white;
	background-color: #637bb5;
	font-size: .75em;
	position: relative;
	width: 750px;
	height: 95px;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
}

#noticeBox {
	text-align: center;
	color: black;
	background-color: #ffff88;
	padding: 10px;
	margin-top: 10px;
	border: solid;
	border-color: purple;
	border-width: 2px;
}


