* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc)
}

html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #000;
	background:url(images/bg.jpg) #000000;
	background-position:left top;
	background-repeat:no-repeat;
	color: #FFF;
}

p {
	margin-bottom: 1.2em;
	font-size: 0.87em;
	line-height: 2.5em;
	color: #FFF;
	text-align: justify;
}

a {
	outline: none;
	color: #FFF;
}
a:hover {
	color: #F00;
}

a img {
	border: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

#page-wrap {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 980px;
}

#header {
	position: relative;
	height: 130px;
	background:url(images/rwylogo.png);
	background-position:center left;
	background-repeat:no-repeat;
} 
#main img {
	float: left;
	margin-right: 10px;
}
#main h2 {
	font-family: "Bookman Old Style", "Georgia Bold", Georgia;
	color: #b0b0b0;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: justify;
}

.classH1{
	text-decoration:none;
	font-family: "Bookman Old Style", "Georgia Bold";
	color: #FFF;
	font-size: 48px;
	margin-bottom: 8px;
	font-weight: bold;
	
}

.classH3{
	font-family: "Bookman Old Style", "Georgia Bold";
	color: #FFF;
	font-size: 28px;
	margin-bottom: 8px;
	font-weight: bold;
	text-decoration:none
}

#main h1{
	font-family: "Bookman Old Style", "Georgia Bold";
	color: #FFF;
	font-size: 28px;
	margin-bottom: 8px;
	font-weight: bold;
}
#main h1.large {
	font-size: 44px;
	text-align: right;
	margin-top: 3px;
	margin-bottom: 3px;
	color:#FFCC00
}

#main {
	margin-left: 15px;
	width: 810px;
	
	float: left;
}
#content {
	float: left;
}
#sidebar {
	width: 151px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	float: left;
}
#queries {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	float: left;
	width: 140px;
}
#queries h1 {
	color: #FC0;
	font-family: "Bookman Old Style", "Georgia Bold", Georgia;
	font-weight: normal;
	margin-top: 18px;
	margin-bottom: 17px;
}
#appform {

	float: left;
	width:280px;
}

input {
	width: 134px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 14px;
	margin-bottom: 15px;
	margin-top: 3px;
	padding: 3px;
}

.input {

	height: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	
}
label {
	font-style: italic;
	color: #FFF;
	font-size: 11px;
}
#twitter {
	float: right;
	height: 48px;
	width: 80px;
	margin-top: 20px;
	margin-right: 15px;
}

.sidebarmenu ul{
	list-style-type: none;
	width: 153px; /* Main Menu Item widths */
	font-family: "Bookman Old Style", "Georgia Bold";
	font-size: 18px;
	text-transform: uppercase;
	text-align: right;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 28px;
	margin-left: 0;
}
 
.sidebarmenu ul li{
position: relative;
}
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}


.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
	color: #F00;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
	position: absolute; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
	padding: 0px;
	background-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#page-wrap #sidebar .sidebarmenu #sidebarmenu1 li .current, #page-wrap #sidebar .sidebarmenu #sidebarmenu1 li li .current {
	color: #F00;
}

 /* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

.sidebarmenu ul li ul a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin: 0px;
	background-color: #000;
}

#main-text {
	padding-right: 10px;
	float:right;
	padding-left: 15px;
	width: 755px;
}

#footer {
	float: left;
	margin-left: 183px;
	width: 790px;
	font-size: 11px;
	height: 100px;
}

