body {
	text-align: center;
	background-color: #596F80;
}
img {
	border-width: 0px;
}
#maincontent { 
	width: 759px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
	border: 5px solid black;
	background-color: #1d6e8c;
}
#header {
	background-color: #b1756d;
	height: 84px;
}
#header #logo { float: left; }
#header #radiantLogo { height: 84px; float: right; }
#header #support { color: white; float: right; height: 84px; font-size: 10px; font-family: 'Verdana', sans-serif; }
#header #support div { font-weight: bold; margin-top: 3px; font-family: 'Verdana', sans-serif;}
#header #support form {margin: 0px; border: 0px; }
#header #support table {margin: 0px; border: 0px; }
#header #support input[type=text] { width: 50px; border: 1px solid black; background-color: #b1756d; color: black;}
#header #support input[type=submit] { width: 60px; font-size: 10px; height: 18px;}
#header #support td {text-align: right; color: black;}
#leftBar {
	/*
	height: 448px;
	*/
	height: 439px;
	width: 123px;
	float: left;
}
#leftBar div {
	width: 117px;
	height: 103px;
	font-family: 'Verdana', sans-serif;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
}
#leftBar div a:link, #leftBar div a:hover, #leftBar div a:visited {
	text-decoration: none;
	color: white;
}
#leftBar div a:hover { text-decoration: underline; }
#leftBar .area1 {
	background-image: url(../images/1.png);
	background-color: #7ca0b6;
	border: 3px solid #7ca0b6;
	height: 106px;
}
#leftBar .area2 {
	background-image: url(../images/2.png);
	background-color: #85181b;
	border: 3px solid #85181b;
}
#leftBar .area3{
	background-image: url(../images/3.png);
	background-color: #a97874;
	border: 3px solid #a97874;
}
#leftBar .area4{
	background-image: url(../images/4.png);
	background-color: #75919c;
	border: 3px solid #75919c;
}
#content {
	background-image: url(../images/contentBackground.png);
	background-repeat: repeat-y;
	background-color: white;
	width: 636px;
	margin-left: 123px;
	min-height: 415px;
}


#contentText {
	font-family: 'Verdana', sans-serif;
	font-size: 9px;
	padding: 12px;
	padding-left:30px;
}
#contentText h2, h3, h4 {margin-top: 8px; margin-bottom: 8px; padding: 0px;}
#contentText p { margin-top: 15px; margin-bottom: 15px; }
#contentText h2, h3 { font-size: 14px; font-weight: bold;}
#contentText h4 { font-size: 12px; font-weight: bold; font-style: italic;}
#contentText #posGraphic { float: right; }
#contentText ul li {
	padding: 0px; margin: 0px;
}
#items {
	margin-left: 16px;
	height: 158px;
}
#items .item {
	background-image: url(../images/itemBackground.png);
	float: left;
	width: 148px;
	height: 140px;
	text-align: center;
	padding-top: 6px;
	margin-left: 2px;
}
#items .item .itemImgDiv {
	padding-top: 3px;
	height: 82px;
}
#items .item .itemImgDiv img {
	margin-right: auto;
	margin-left: auto;
	max-height: 75px;
}
#items .item div.caption {
	margin-top: 8px;
	font-family: 'Verdana', sans-serif;
	color: blue;
	font-size: 12px;
	padding-left: 4px;
	padding-right: 12px;
}

#items .item div.caption a:link, #items .item div.caption a:visited {
	text-decoration: none;
	color: blue;
}
#items .item div.caption a:hover {
	text-decoration: underline;
}
#footer {
	margin-top: 4px;
	margin-bottom: 5px;
	font-family: Verdana, sans-serif; 
	font-size: 13px; 
	color: white;
	text-align: center;
	height: 15px;
}
#footer a { text-decoration: none; color: white; }
#footer a:hover {text-decoration: underline; }