body
{
	margin: 0;
	background-color: #CCD9DF;
}
a, a:visited
{
	color: #1C87B8;
	text-decoration: none;
}
a:hover
{
	color: #1C87B8;
	text-decoration: underline;
}
#wrapperDiv
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 760px;
}
#outerDiv
{
	position: relative;
	background-color: #ffffff;
	border: 1px solid black;
}
#logo
{
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#infoBanner
{
	position: absolute;
	top: 20px;
	right: 20px;
 	font-size: 11px;
	color: #aaaaaa;
	margin: 0;
	text-align: right;
}
#infoBanner a
{
	text-decoration: none;
	color: #aaaaaa;
}
#contentBack
{
	position: relative;
	background-image: url(/images/back_grad.jpg);
	background-repeat: repeat-x;
	width: 100%; /* Needed for ie6 */
}
#contentFront
{
	position: relative;
	margin-left: 220px;
	margin-right: 20px;
	top: -25px;
	border: 1px solid #dedede;
	background-color: #f5f5f5;
}
#menuDiv
{
	font-size: 14px;
	position: absolute;
	top: 25px;
	left: 20px;
	width: 180px;
	height: 135px;
}
.menu
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li, .menu a
{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
}
.menuBottomLine
{
	border-bottom: 1px solid #ACB5BE;
}
#copyright a, #copyright a:visited
{
	color: #ffffff;
	text-decoration: none;
}
#copyright
{
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	margin: 0;
	font-size: 10px;
	color: #ffffff;
}
.cornerHolder
{
	position: relative;
	width: 100%;
	height: 13px;
}
#topLeftCorner
{
	position: relative;
	float: left;
	width: 13px;
	height: 13px;
	font-size: 0;
	background-image: url(/images/top_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	top: -1px;
	left: -1px;
}
#topRightCorner
{
	position: relative;
	float: right;
	width: 13px;
	height: 13px;
	font-size: 0;
	background-image: url(/images/top_right.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	top: -1px;
	right: -1px;
}
#bottomLeftCorner
{
	position: relative;
	float: left;
	width: 13px;
	height: 13px;
	font-size: 0;
	background-image: url(/images/bottom_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	bottom: -1px;
	left: -1px;
}
#bottomRightCorner
{
	position: relative;
	float: right;
	width: 13px;
	height: 13px;
	font-size: 0;
	background-image: url(/images/bottom_right.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	bottom: -1px;
	right: -1px;
}
#rics-logo
{
	padding-left: 20px;
	padding-bottom: 20px;
}
#col1
{
	position: relative;
	min-height: 190px;
	float: left;
	width: 280px;
	margin-top: 25px;
	margin-left: 25px;
	display: inline;
}
#col2
{
	position: relative;
	float: right;
	width: 150px;
	margin-right: 25px;
	margin-top: 25px;
	display: inline;
}
#contactcol
{
	position: relative;
	min-height: 190px;
	margin: 25px;
}
.clearme
{
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}
.sideimage
{
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
#homepageImagesTable
{
	margin-top: 20px;
}
#homepageImagesTable td
{
	padding: 0;
	margin: 0;
}
.sideimagesmall
{
	border: 1px solid #cccccc;
	margin: 1px;
	width: 70px;
}