* {
/*	border: 0;*/
	margin: 0;
	padding: 0;
}
body {
	background: #92847b url(images/background.gif) center repeat-y;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
td  { font-size:12px;
line-height:18px;}

a {
	color: #6799b1;
	text-decoration: underline;
}
a:hover {
	color: #838f96;
	text-decoration: none;
}
acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}
h1 {
	border-bottom: 1px solid #000080;
	border-top: 1px solid #000080;
	/*border-right: 20px solid #b48181;*/
	border-right: 25px solid #000080;
	/*color: #b38b84;*/
	
	color: #000080;
	font-size: 18px;
	font-weight:bold;
	margin: 5px 0;
}

h2 {
	border-bottom: 1px solid #000080;
	border-top: 1px solid #000080;
	border-right: 22px solid #000080;
	/*color: #b38b84;*/	
	color: #000080;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0;
}


#column2 ul {
	margin: 10px 0;
}

#column2 li {
	color: #666666;
	list-style: square ;
	text-indent: 0px;
	font-size:12px;
	line-height:16px;
}

/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
#wrap {
	background-image: url(images/arrow.gif);
	background-image: url(images/arrow_outline.gif);
	background-image: url(images/background.gif);
	background-image: url(images/c1.gif);
	background-image: url(images/c2.gif);
	background-image: url(images/c3.gif);
	background-image: url(images/rics_logo.gif);
	background-image: url(images/header.gif);
	background-image: url(images/selector.gif);
	background-image: url(images/selector_sub.gif);
	background-image: url(images/construction_on_site.jpg);
	background-image: url(images/construction.jpg);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;
	margin: 0 auto;
	text-align: left;
	/*width: 600px;*/
	width: 960px;
}
#header {
	background: url(images/header.gif) center no-repeat;
	color: #e0e0e0;
	font-size: 20px;
	font-weight: bold;
	height: 120px;
	line-height: 120px;
	text-indent: 150px;
}
#nav {
	padding-bottom: 40px;
	width: 179px;
}
/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */
#nav ul li {
	display: inline;
	line-height: 16px;
	list-style: none;
}
#nav ul li a {
	border-bottom: 1px solid #666;
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 169px;
}
/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
#nav li a:hover {
	background: #666 url(images/selector.gif) center right no-repeat;
}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul li a {
	color: #ccc;
	text-indent: 10px;
}
#nav ul ul li a:hover {
	background-image: url(images/selector_sub.gif);
}
#column1 {
	float: left;
	width: 180px;
}
#column1 img {
	border: 0px solid #666;
	margin: 5px 20px;
	padding: 10px 20px;
}
/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */
#column2 {
	float: none !important;
	float: right;
	margin-left: 192px !important;
	margin-left: 0;
	padding: 12px 40px 30px 9px;
}
#column2 p {
	line-height: 190%;
}
#links div {
	float: left;
	width: 140px;
}
#links div li {
	list-style: none;
}
#links div li a {
	background: url(images/arrow_outline.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#links div li a:hover {
	background-image: url(images/arrow.gif);
	color: #ac835c;
	text-decoration: underline;
}
#footer {
	clear: both;
	color: #666666;
	font-size: 9px;
	padding: 30px 0 10px 0;
	text-indent: 185px;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}
