

/*
	Screen Control
	Last updated:	2005-06-21
*/


/*
	Imported Styles
--------------------------------- */

@import url("screen_structure.css");
@import url("screen_sections.css");

/*


	IE5/Mac Only Styles
	Uses the IE5/Mac Band Pass Filter:
	http://stopdesign.com/examples/ie5mac-bpf/
--------------------------------- */

/*\*//*/
  @import "ie5mac.css";
/**/



/* 
	IE5/Win Only Styles
	Uses the Mid Pass Filter:
	http://tantek.com/CSS/Examples/midpass.html
--------------------------------- */

@media tty {
 i{content:"\";/*" "*/}} @import 'screen_ie5win.css'; /*";}
}/* */




/* Content
---------------------------------- */


body *
{
	margin: 0;
	padding: 0;
}


body
{
	font-family: courier,serif;
	background-color: #2a2a2a;
}


#wrap
{
	color: #ffffff;
}


a
{
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px
}

a:link
{
	color: #FD1B14;
}
a:visited
{
	color: #FD1B14;
}
a:visited:hover
{
	color: #fff;
	background-color: #FD1B14;
	text-decoration: none;
}

a:hover
{
	color: #fff;
	background-color: #FD1B14;
	text-decoration: none;
}
a:hover img
{
	background-color: transparent;
}

a img { background: transparent !important }

h1
{
	
	padding: 0 5px 0 8px;
	margin: .7em 0 .5em 0;
	font-size: 18px;
	font-family: Courier,arial,helvetica,san-serif;
	font-weight: bold;
	line-height: 1.1em;
	color: #000000;
	background-color: #BED730;
}

h2 {
	padding: 0 0 0 8px;
	margin: .8em 0 0;
	font-family: Courier,helvetica,san-serif;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	}	

	
h3 {
	padding: 0 0 0 8px;
	margin-top: 1em;
	font-size: 100%;
	}
	
p	{
	padding: 0 0 0 8px;
	font-size: 100%;
	margin-top: .5em;
	margin-bottom: .8em;
	}


#header {
	padding: 20px 25px 10px 25px;
}
#header #rc_logo {
	display: block;
	float: right;
}
#header #logo {
	display: block;
	float: left;
}
#header #quote {
	margin: 0 80px 0 300px;
	font-family: arial,helvetica,san-serif;
	font-size: 80%;
}
#header #quote .quoted{
	display: block;
	float: right;
}
#menu {
	clear: both;
}

#menu li
{	
	margin: 0 0 0 27px;
	line-height: 1.35em;
	font-size: 100%;
	list-style: none;
}
#menu li a
{	
	color: #ffffff;
}




#content_body ul,#content_body ol
{
	margin-top: .5em;
	margin-bottom: .8em;
}

#content_body li
{	
	margin: 0 0 .4em 20px;
	line-height: 1.35em;
	font-size: 100%;
	
}

a img { border: 0px; }

.grip {
	clear: both;
}