/***********************************************/
/* rli.css                                   */
/* built by arkett - www.arkett.com          */
/***********************************************/

/* Basics */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003A66;
	background-image:url(images/rotabkg.gif);
}

a:link, a:visited {
	color:#017DDC;
	text-decoration: none;
}

a:hover {
	color:#cc0000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 24pt;
 font-weight:bold;
 color:#a6a600;
}

h2{
 font-size: 18pt;
 font-weight:bold;
}

h3{
 font-size: 14pt;
 font-weight:bold;
 text-align:center;
}

reg{
 font-size: 12pt;
 font-weight: normal;
}

ital{
 font-size: 12pt;
 font-style:italic;
}

bold{
 font-size: 12pt;
 font-weight: bold;
}

bital{
 font-size: 12pt;
 font-weight: bold;
 font-style:italic;
}

ul{
 list-style-type: square;
 line-height: 18pt;
}
				
/* Layout */
#content{
	margin: 10px auto 10px auto;
	background-color:#E9E9D8;
	width:85%;
}

#masthead{
	padding: 10px 10px 5px 180px;
	background-image:url(images/logoweb.gif);
	background-repeat:no-repeat;
	background-position:top left;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#col1{
	clear: both;	
	width: 47%;
	float:left;
	padding: 0 2% 0 2%;
}

#col2{
	clear: both;	
	width: 52%;
	float: right;
	padding: 0 2% 0 2%;
}

#footer{
	clear: both;	
	margin: 0 auto;
	width: 100%;
	float: none;
	background-color:#ffffff;
	border: 1px solid #999999;
}

/* Components */

#intro{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	background-color:#ffffff;
	font-size: 75%;
	color: #cccccc;
	padding: 3px 3px 3px 10px;
	margin-top: 0px;
	width: 100%;
	float: none;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they touch */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	border-bottom: 1px solid #ccc;
}

.relatedLinks h3{
	padding-top: 10px;
}

.style2 {color: #017DDC; font-size: 18pt; }


