/* roy@roycreative.com */

* {
margin: 0px;
padding: 0px;
}

body {
background: #254585;
}

h1 {
font: normal 20px Arial, Helvetica, sans-serif;
color: #813929;
margin: 7px 0px 3px 0px;
}

h2 {
font: normal 16px Arial, Helvetica, sans-serif;
margin: 7px 0px 3px 0px;
}

h3 {
font: bold 12px Arial, Helvetica, sans-serif;
color: #813929;
margin: 7px 0px 3px 0px;
}

p {
font: normal 12px/17px Arial, Helvetica, sans-serif;
color: #000000;
}

ul {
font: normal 12px Arial, Helvetica, sans-serif;
color: #000000;
margin-left: 15px;
}

a {
font: normal 12px Arial, Helvetica, sans-serif;
color: #244283;
text-decoration: underline;
}
a:hover {
font: normal 12px Arial, Helvetica, sans-serif;
color: #244283;
text-decoration: none;
}

.header {
background: url(img/header-rpt.jpg) top center repeat-y;
height: 178px;
}

.inner-header {
background: url(img/header.jpg) top center repeat-y;
height: 178px;
width: 800px;
margin: 0px auto;
}

.inner-header a {
height: 63px;
width: 320px;
display: block;
}
.inner-header a span {
display: none;
}

.toolbar {
background: url(img/toolbar.gif) top left no-repeat;
width: 800px;
height: 30px;
margin: 10px auto;
text-align: center;
}

.toolbar a {
font: normal 12px/30px Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
width: 160px;
display: block;
float: left;
}

.toolbar a:hover {
color: #451710;
border-bottom: 10px solid #451710;
}

.mainbody {
background: #ffffff url(img/mainbody.gif) top left repeat-x;
width: 760px;
margin: 0px auto;
padding: 20px;
}

.right {
float: right;
background: #d5ca8a url(img/sidebar.gif) bottom left no-repeat;
width: 198px;
border: 1px solid #451710;
padding: 0px 0px 60px 0px;
}

.right a {
display: block;
width: 198px;
height: 22px;
background: url(img/subnav.gif) top left repeat-x;
font: normal 12px/20px Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
text-align: center;
margin: 1px 0px;
}
.right a:hover {
font: normal 12px/20px Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
background: #451710;
}

.right p {
font: normal 12px/14px Arial, Helvetica, sans-serif;
color: #000000;
padding: 5px;
}

.left {
float: left;
width: 540px;
}

.left img {
margin: 8px 10px 10px 0px;
border: 1px solid #980000;
}

.footer {
clear: both;
}

.bottomlinks {
width: 800px;
margin: 0px auto;
text-align: center;
}

.bottomlinks a {
color: #FFFFFF;
margin: 0px 20px;
}

.bottomlinks a:hover {
color: #FFFFFF;
margin: 0px 20px;
}