body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image: url(site-furniture/back.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(site-furniture/container-back.jpg);
	background-repeat: repeat-y;
}

#topsection{
height: 248px; /*Height of top section*/
}

#contentwrapper{
	float: left;
	width: 850px;
}
#contentcolumn-int h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #003399;
	font-weight: normal;
}


#contentcolumn{
	width: 640px;
	margin-left: 5px;
	float: left;
	color: #666666;
	height: 382px;
}
#contentcolumn-int{
	width: 600px;
	margin-left: 5px;
	float: left;
	font-size: 1.2em;
	line-height: 18px;
	color: #666666;
	padding: 20px;
}
#rightcolumn{
	float: right;
	width: 200px;
	margin-right: 5px;
}

.glossymenu{
	list-style-type: none;
	padding: 0;
	width: 198px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
}

.glossymenu li a{
	color: #000000;
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	background-color: white;
	background-image: url(site-furniture/glossyback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 18px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 4px;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 180px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #000000;
}

.glossymenu li a:hover{
background-image: url(site-furniture/glossyback2.gif);
}

#footer{
clear: left;
width: 100%;
color: #006699;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}
