/* CSS Document for ISCAL */
/* Created by Steven Workman on the behalf of Team 5 */
/* Copyright Genesys Solutions 2007 */

body {
	background-color: #effdcf;
	font-family: Verdana,sans-serif;
	text-align:center;
	font-size:85%;
	line-height:1.3;
}

img {
	border: 0;
}


#global {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 780px;
	text-align:left;
	border: 1px solid green;
}

#top {
	height:165px;
	vertical-align:middle;
	background-image:url(../images/watermark.jpg);
	border-bottom:1px solid green;
}

#top_image {

	float:left;
	padding:5px 10px 0px 5px;
}

#logo {
	float:right;
	padding: 0px 10px 0px 10px;
}

#topnav {
	padding: 5px 5px 5px 5px;
	height: 20px;
	text-align:center;
	width:100%;
	clear:both;
}

#topnav a {
	text-decoration:none;
	color:green;
}

#topnav a:hover {
	border-bottom: 1px dashed black;
	color: #000;
}

#content {
	background-image:url(../images/watermark.jpg);
	color: #000;
	padding: 0px 10px 0px 10px;
}

.nodot {
	list-style-type:none;
	margin-left:10px;
	padding: 5px 0px 0px 5px;
	margin-bottom:5px;
}

#footer {
	padding: 5px 0px 0px 5px;
	margin-bottom: 10px;
	clear:both;
	border-top: solid 1px green;
}

#footer a {
	text-decoration:none;
	color:green;
}

#footer a:hover {
	border-bottom: 1px dashed black;
	color: #000;
}

#footer img{
	vertical-align:top;
}
