body,html {
	background:#ffffff;
	margin:0;
	padding:0;
	min-width:850px;
}

div#header {
	background-image:url(images/banner3.jpg);
	background-repeat:repeat-x;
	height:192px;
	width:100%;
	text-align:right;
}

div#menubar {
	background:#000099;
	width:100%;
	height:18px;
	text-align:right;
	padding:0;
	margin:0;
	overflow:hidden;
	color:#ffffff;
}

div#center {
	margin:auto;
	min-width:800px;
}

#main {
	margin-left:240px;
}

#main h2 {
	margin:0;
	padding:0;
}

#menu {
	width:180px;
	float:left;
	height:100%;
	padding-top:15px;
}

#menu li {
	list-style-image:url(images/arrow.gif);
}

#menu a {
	color:#0066FF;
}

a {
	color:#CC0000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

input[type="text"], input[type="password"], select {
	width:250px;border:solid 1px #0000CC;color:#000099
}

input[type="submit"], input[type="button"] {
	width:60px;
	border:solid 1px #0000CC;color:#000099
}

input[type="submit"]:hover, input[type="button"]:hover {
	border:solid 1px #CC0000;
	background:#CCCCCC;
	cursor:pointer;
}

img {
	border:0px;
}