/* styles for SEACI2 website print */

body{
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height: 600px;
}
#banner {
	background: #5E88A1;
	overflow: hidden;
}
#lhspanel {
	display: none;
}
#pagemenu {
	display: none;
}
#lhsimg {
	display: none;
}
#content {
	margin: 25px 25px 25px 30px;
	position: relative;
	width: 93%;
} 
#footer {  
	margin: 0px 0px 0px 30px;
	font-size: 10px;
	color: #000000;
	bottom: 10px;
	top: 100px;
}

h1 {
	font-size: 21px;
	color: #5E88A1;
	margin-bottom: 0px;
}
h2 {
	font-size: 18px;
	margin-bottom: 0px;
}
h3 {
	font-size: 14px;
	color: #5E88A1;
	margin-bottom: 0px;
}
h4 {
	font-size: 12px;
	margin-bottom: 0px;
	color: #5E88A1;
}
h5 {
	font-size: 12px;
	margin-bottom: 0px;
}
h6 {
	font-size: 10px;
	margin-bottom: 0px;
}
p{
	font-size: 12px;
	line-height: 1.5em;
}
ul, ol { font-size: 12px; line-height: 1.5em; }
a:link, a:active, a:visited {
	color: #5E88A1;
}
a:hover {
	font-weight: bold;
}

/* styles for navmenu */
#navlist {
	margin: 0;
	padding: 6px 0px 8px 25px;
	background: #B6C9D3;
	min-width: 680px;
}
#navlist ul, #navlist li {
	margin: 0px 0px 0px 0px;
	display: inline;
	list-style-type: none;
	font-size: 12px;
}
#navlist A:link {
	line-height: 14px;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	color: #496E83;
}
#navlist A:visited {
	line-height: 14px;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	color: #496E83;
}
#navlist A#current:link {
	border-bottom: #496E83 4px solid;
	padding-bottom: 4px;
	background: none transparent scroll repeat 0% 0%;
	color: #FFFFFF;
}
#navlist A#current:visited {
	border-bottom: #496E83 4px solid;
	padding-bottom: 4px;
	background: none transparent scroll repeat 0% 0%;
	color: #FFFFFF;
}
#navlist A:hover {
	border-bottom: #496E83 4px solid;
	padding-bottom: 4px;
	background: none transparent scroll repeat 0% 0%;
	color: #FFFFFF;
}
