body {
	margin: 0px auto auto auto;
	padding: 0px;
	width: 920px;
}

#left {
	width:60px;
	background-position: right;
	background-image: url(images/shad_left.gif);
	background-repeat: repeat-y;
}

#right {
	width:60px;
	background-position:left;
	background-image: url(images/shad_right.gif);
	background-repeat: repeat-y;
}
#banner {
	width: 600px;
	height: 100px;
	}
#navouter {
	background-image: url(images/grad_bg.gif);
	background-repeat:repeat-x;
	padding-top: 10px;
	float: left;
	height: 100%;
	width: 100px;
}

.menuitem{
	/*background-image: url(images/btn.gif);*/
	padding:6px;
	border-left:thick;
	border-left-color:#003366;
	border-left-style:solid;
}
.spacer {
	height: 1px;
	width:100px;
	background-color:003366;
	line-height: 0;
	font-size: 0;
}
#navinner div {
	background-color: #cbcedf
}
#navpad {
	height:100px;
	background-color: #cbcedf
}
.menuitem div:hover {
	background-color: #DB6B40;
}
#navinner div:hover a{
	color: white;
}
#navinner a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight:bold;
	color: #253178;
}
#main {
	float:left;
	padding-left: 10px;
	margin-top:0px;
	width:690px;
	background-image: url(images/grad_bg.gif);
	background-repeat:repeat-x;
}
#maintext {
	min-height: 400px;
}
* html #maintext {
	height: 400px;
}
.bar {
	height: 3px;
	background-color:#FF6633;
	margin:0px;
	padding:0px;
}
#container {
	left:auto;
	right:auto;
	background-color: white;
}
#heading1 {
	background-image: url(images/mr_mid.gif);
	background-repeat:repeat-x; 
	height: 30px;
	text-align:center;
	margin-top:5px;
}
#heading1 span {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: semi-bold;
	color:#253178;
	position: relative;
	top: 3px;
	
}
p, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: black;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: semi-bold;
	color:#253178;
}
#footer {
	left:0px;
}
#footer p {
	font-size: 8pt;
	color: #253178;
	text-align:center;
	margin: 0px;
	padding:2px;
}
.green {
	color:#009900;
} 
.bar {
	height: 4px;
	width:100%; 
	background-color: #009900;
	line-height:0;
	font-size:0;
}
