Body {	
	background: #FFFFFF URL(/Content/images/Backgrad.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(5, 50, 69);
}

input[type=text],
input[type=file],
input[type=button],
input[type=password],
select,
textarea
{
	background: #FFFFFF;
	border: 1px solid #cc9966;
}
.ricslogo
{
	margin-top: 13px;
}
.aboutCell
{
	vertical-align: bottom;
	height: 104px;
}
.about0Cell
{
	height: 104px;
}

input[type=select]
{
	border: #DD0021; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;	
}

input[type=submit]
{
	margin:4px 4px 4px 4px;
	padding:1px 1px 1px 1px;
	color:#FFFFFF;
	border: 0px solid #86858A;
	width:20px;
	background-color: #ac9155;
	/*background-image: URL('/Content/images/submit_button.gif');*/
}
input[type=submit]:hover
{
	border: 0px solid #DD0021;
	background-color: #053245;
}

#topleft
{
	position:relative; 
	top:-600px; 
	left:0px; 
}
 
#MainPageFrame
{
	display:block;
	width:800px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}
	
#frame
{
	display:block;
	position:relative;
	width:800px;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	}
#header
{
	display:block;
	float:left;
	width:800px;
	height:140px;
	margin-top:0px;
	padding-bottom:0px;	
	margin-bottom:0px;
}

#framecontent
{
	display:block;
	float:left;	
	width:800px;
	float:left;
}

#menu
{
	display:block;
	float:left;
	top: 0px;
	left:0px;
	width:230px;
	height:450px;
}

#content
{
	display:block;
	float:left;
	width:760px;
	margin-left:0px;
	margin-top:0px;
}

#footer
{
	display:block;
	float:left;
	width:800px;
	height:50px;
	margin-left:0px;
	line-height: 34px;
}
.BodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
div, span
{
    SCROLLBAR-FACE-COLOR: #CCCCCC;
    MARGIN: 0px;
    SCROLLBAR-HIGHLIGHT-COLOR: #555555;
    SCROLLBAR-SHADOW-COLOR: #1e1e1e;
    SCROLLBAR-3DLIGHT-COLOR: #555555;
    SCROLLBAR-ARROW-COLOR: #000000;
    SCROLLBAR-TRACK-COLOR: #3F3F3F;
    SCROLLBAR-DARKSHADOW-COLOR: #2C2C2C;
}

A
{
	font-family: Arial, Helvetica, sans-serif;
    CURSOR: hand;
    COLOR: rgb(5,50,69);
    TEXT-DECORATION: none;
    font-weight:bold;
}
A:hover
{
	font-family: Arial, Helvetica, sans-serif;
    CURSOR: hand;
    COLOR: rgb(172,145,85);
    TEXT-DECORATION: none
}

