/*paragraph content styling*/
body { margin:0px;}
p, td   {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Verdana, helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height : normal;
	}

.search_txt
	{
	color: #043a6c;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height : normal;
	}

.title_txt
	{
	color: #cccccc;
	font-size: 16px;
	font-weight: 900;
	font-family: Arial, Verdana, helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height : normal;
      
	}

.form_titles
	{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height : normal;
	}

/*this provides margin padding for big story area*/	
.content  	{
			margin: 0px 15px 10px 0px;
			}

/*large titles*/				
H1 	{
	color: #000000;
	font-size: 40px;
	font-family: Helvetica Neue, helvetica, Arial, Verdana, sans-serif;
	font-weight: lighter;
	margin : -10px 0px 5px 0px;
	}
	
/*medium titles*/	
H2 	{
	color: #000000;
	font-size: 20px;
	font-weight: lighter;
	font-family: Helvetica Neue, helvetica, Arial, Verdana, sans-serif;
	margin : 5px 0px 5px 0px;
	}
	
/*small titles*/		
H3 	{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica Neue, helvetica, Arial, Verdana, sans-serif;
	margin : 0px 0px 5px 0px;
	}

/*bolding text*/		
strong 	{
		color: #d90007;
		font-size: 12px;
		font-family: Arial, Verdana, helvetica, sans-serif;
		font-weight: bold;
		}

/*unordered list*/	
ul   	{ color: #d90007; 
		margin: 0px; 
		padding: 0px;
		}


/* left menu ul */

ul.menu {list-style-image:url(http://www.rccao.com/images/arrowhi.gif); 
         margin-left: 15px;
         line-height:10px; }

/* left sub menu li */

.submenu {list-style-image:url(http://www.rccao.com/images/arrowdo.gif); }
		
/*ordered list*/			
ol   	{ 
		color: #d90007; 
		margin: 0px auto 15px auto; 
		margin: 0px 5px 5px 30px; 
		padding: 0px 0px 0px 0px;
		}
		
/*bullets*/		
li   	{ color: #000000; 
		font-size: 10px; 
		font-family: Arial, Verdana, helvetica, sans-serif; 
		margin-bottom : 10px;
		}

/*horizontal rules*/		
hr 		{  height:1px; 
		color:#D90007; 
		margin: 0px 0px 5px 0px;}

.nolink   { color: #336699; font-size: 12px; font-family: font-family: Arial, Verdana, helvetica, sans-serif; text-decoration: none;}
.nolink2   { color: #336699; font-size: 12px; font-family: font-family: Arial, Verdana, helvetica, sans-serif; text-decoration: none; line-height: 14px}


/*content links #d90007 */		
A         { color: #336699; font-size: 12px; font-family: font-family: Arial, Verdana, helvetica, sans-serif; text-decoration: none;}
A:link    { color: #336699; }
A:hover   { color: #336699; text-decoration: underline;}
A:active  { color: #336699; }
A:visited { color: #336699; }


/*search example links*/
A.ex        { color: #555555; font-size: 9px; font-family: font-family: Arial, Verdana, helvetica, sans-serif; text-decoration: none;}
A.ex:link    { color: #555555; }
A.ex:hover   { color: #555555; text-decoration: underline;}
A.ex:active  { color: #555555; }
A.ex:visited { color: #555555; }

/*sign in example links*/
A.bottomA         { color: #043A6C; font-size: 11px; font-family: font-family: Arial, Verdana, helvetica, sans-serif; text-decoration: none;}
A.bottomA:link    { color: #043A6C; }
A.bottomA:hover   { color: #043A6C; text-decoration: underline;}
A.bottomA:active  { color: #043A6C; }
A.bottomA:visited { color: #043A6C; }


/*applies shadow*/					
.shadow	{
		background-image: url('http://www.rccao.com/images/shadow.gif');
		background-repeat:repeat-y; 
		background-position: bottom left;
		}	

/*applies bottom of page*/							
.bottom	{
			background-image: url('http://www.rccao.com/images/bottom.gif');
			background-repeat: repeat-x; 
			background-position: bottom left;
			color: #000000;
			font-size: 11px;
			font-family: Arial, Verdana, helvetica, sans-serif;
			margin: 0px 0px 10px 0px;
			padding: 0px 0px 0px 0px;
			line-height : normal;}
.sideline {             background-image: url('http://www.rccao.com/images/line_sidebar.gif');}
.topmargin {margin-top: 0px;}	
.nice  { background-color: #01d8ff; font-weight : bold;}
.nice1 { background-color: #000000; color:#ffffff; font-weight : bold;}
.inputtext { background-color: #ffffff;  border: 1px solid #000000;}

