/* Layout */

html, body {
	height: 100%;
	max-width: 1024px;
	/* margin-left: auto; */
	/* margin-right: auto; */
}

body {
	margin:5px;
	background-color: #0C0633;
	width:expression(document.documentElement.clientWidth > 1026? "1024px": "auto" );
}

#leftcontent {
	position: absolute;
	left:5px;
	top:122px;
	width:200px;
	height: 785px;
	background:#666699;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	padding: 0px;
}

#centercontent {
	background: #FFFFFF;
 	margin-left: 201px;
	padding: 10px 2% 20px 2%;
	border-top: 1px solid #000000;
	border-bottom: 10px solid #0C0633;
	min-height: 755px;
}

#rightcontent {
	position: absolute;
	right:10px;
	top:50px;
	width:200px;
	background:#fff;
	border:1px solid #000;
}

#banner {
	background-color: #fff;
	height:117px;
	border:0px;
}

#banner img {
  margin: 0px;
}

#navrow {
  border-top: 1px solid #000000;
  background-color: #666699;
  height: 26px;
	padding-left: 8px;
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1;
}

#nav li {
	float: left;
	padding: 3px;
	background-color: #666699;
}

#nav a {
	display: block;
	font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li ul {
	position: absolute;
	width: 175px;
	left: -999em;
  padding-top: 5px;
}

#nav li ul li {
  width: 175px;
  padding: 2px 2px 2px 4px;
  background-color: #666699;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #000000;
}

#nav li ul a {
	color: #ffffff;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* Formatting */

div,h1,h2,h3,p,a,li {
  font-family: arial, tahoma, verdana, helvetica, geneva, sans-serif;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  color: #990000;
}

h1 a{
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #990000;
}

#leftcontent h1 {
  color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}

#leftcontent a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
	line-height: 1.4;
}

#leftcontent a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  color: #990000;
}

h2 a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
	color: #990000;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #990000;
}

div,p,a,li {
  font-size: 12px;
}

a {
  color: #000033;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

.small {
	font-size: 10px;
}

.large {
	font-size: 13px;
	color: #000033;
}

div.yellowbox {
	background-color: #FFFF99;
	border: 2px solid #FFFF00;
	font-size: 11px;
	padding: 5px;
}

a.homepage {
	color: #990000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold
}

a.homepage:hover {
	text-decoration: underline;
}

div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}

div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div.autocomplete ul li.selected { background-color: #ffb;}

div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}
