@charset "utf-8";

* {
	font-family:arial, "lucida grande", tahoma, verdana, sans-serif;
}

img { border:none; }

a {
	color:#305080;
	text-decoration:none;
}

a:hover {
	color:#003366;
}

html, body {
	margin:0;
	padding:0;
	height:100%;
	color:#305080;
	font-size:12px;
	background-color:#6D83A6;
	overflow:hidden;
}

h1 {
	font-size:18px;
	color:#0055AA;
	font-weight:bold;
	text-align:right;
	margin:0;
	padding:9px 180px 10px 10px;
}

h1:hover {
	background-color:#D6D6CE;
	color:#000000;
}

#env { background-color:#FFFFFF; }

#header {
	background:url(../images/bg/header.png) repeat-x bottom; _background:url(../images/bg/header.gif) repeat-x bottom;
	height:100px;
	min-height:100px;
	max-height:100px;
}

#maincontent {
	margin-right:auto;
	margin-left:auto;
	width:720px;
	height:340px;
}

#maincontent div.col1 {
	width:329px;
	float:left;
}

#maincontent div.col2 {
	width:61px;
	float:left;
}

#maincontent div.col3 {
	width:330px;
	float:left;
}

#systemLogo {
	margin-top:90px;
	margin-left:65px;
}

#systemName {
	margin-left:58px;
	padding-top:15px;
	text-align:right;
	width:254px;
}

ul {
	margin:65px 0 0 0;
	padding:0;
	list-style:none;
}

#message {
	padding-left:5px;
	margin-bottom:7px;
}

#prompt, #copyright {
	text-align:right;
	padding-right:10px;
	height:14px;
	min-height:14px;
	font-size:11px;
}

#copyright a:hover {
	text-decoration:underline;
}

#footer {
	background:url(../images/bg/footer.png) repeat-x top; _background:url(../images/bg/footer.gif) repeat-x top;
	height:60px;
	min-height:60px;
	max-height:60px;
}