/*
Design by Moon Coast Design
http://www.mooncoast.com

*/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	background-image: url(images/body-bkg.jpg);
	background-repeat: repeat-x;
	background-color: #E6E6E6;
}

blockquote {
	font-style: italic;
}

a {
	color: #000099;
	text-decoration: underline;
	font-weight: bolder;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 18px;
	color: #030770;
}


.title1 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-weight: normal;
	font-size: 129%;
	color: #FFFFFF;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img09.gif) repeat-x left bottom;
	font-size: large;
	font-weight: normal;
	color: #000066;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: bold;
	color: #000066;
}

.boxed {
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.boxed2 {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #99CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 18pt;
}

.boxed3{
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	background-color: #CCFFCC;
	color: #000033;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
	color: #030770;
	font-style: normal;
	font-weight: normal;
	font-size: medium;
}

.orange {
	color: #000066;
	background-color: #FFCC66;
	background-image: url(images/img10.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.orange a {
	color: #000066;
}

.col-one {
	float: left;
	width: 400px;
	background-color: #FFFFFF;
	padding-left: 5px;
}

.col-two {
	float: right;
	width: 250px;
	background-color: #CECECE;
	padding-left: 5px;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(images/img01.gif);
}
#page2 {
	width: 1080px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(images/img01.gif);
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	height: 220px;
	background-color: #FFFFFF;
	background-image: url(images/rbaw_logo_2010.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: none;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	color: #000066;
}

#logo h1 {
	padding: 100px 0 0 0;
	font-size: large;
	color: #000066;
	background-repeat: no-repeat;
	background-position: center center;
}

#logo h2 {
	font-size: 14px;
}

#logo a {
	text-decoration: none;
}

/* Logo2 */
#logo2 {
	height: 175px;
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-right-color: #FFCC66;
	padding-top: 15px;
}

#logo2 h1, #logo h2 {
	margin: 0;
	text-transform: none;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	color: #000066;
}

#logo2 h1 {
	font-size: large;
	color: #000066;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#logo2 h2 {
	font-size: 14px;
}

#logo2 a {
	color: #000066;
	text-decoration: none;
}
/*end Logo2 */

/* Menu */

#menu {
	padding: 20px;
	background-color: #000066;
	background-image: url(images/menu-bkg.gif);
	background-repeat: repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-image: url(images/menuli-bkg.gif);
	background-repeat: repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: underline;
	font-size: medium;
	color: #FFFFFF;
	padding-left: 20px;
	font-weight: lighter;
	height: 30px;
	width: 200px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu a:hover {
	text-decoration: underline;
	background-image: url(images/menu_hover.gif);
	background-position: left top;
}

/* Login */

#login {
	padding: 20px;
	background: url(images/img06.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

#login form {
	margin: 0;
	padding: 20px 0 0 0;
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login label {
	color: #FFFFFF;
}

#inputtext1, #inputtext2 {
	width: 194px;
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#inputsubmit1 {
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#login a {
	color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 740px;
}

/* Footer */

#footer {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url(images/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url(images/img13.gif) repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 720px;
	height: 45px;
	padding: 35px 0 0 20px;
}
.content {
	color: #000033;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.h44 {
	font-family: Tahoma;
	font-size: 16px;
	color: #666666;
	line-height: 18px;
	font-weight: bold;
}

