/* DEFAULT */

div.clear {
clear: both;
}

br.sc {
display: none;
}

html {
overflow-y: scroll;
}

* {
font-family: arial, sans-serif;
}

body {
font-size: 0.9em;
margin: 0px;
padding: 0px;
	background-color: #FFF;
/* background-color: #F0F0F0;
background-image: url('../images/toolbar_bg.gif'); */
background-repeat: repeat;
background-attachment: fixed;
text-align: center;
}

body * {
font-size: inherit;
}

p {
margin: 0px;
}

img {
display: block;
}

a {
	color: #F00;
	text-decoration: none;
}

a.gtk {
height: 29px;
}

a.gtk img {
display: inline;
border: 0px;
height: 29px;
}


h1, h2, h3, h4, h5, h6 {
font-size: 1em;
font-weight: bold;
margin: 0px;
padding: 0px;
}

h1#titleBar {
background-color: #006;
margin-right: 10px;
margin-top: 10px;
color: #FFF;
font-size: 110%;
font-weight: bold;
padding: 5px 0px 5px 150px;
}

input.button {
font-size: 110%;
background-image: url('../images/toolbar_bg.gif');
background-position: center center;
color: #000;
text-align: center;
border: 1px solid #666;
margin-left: auto;
margin-right: auto;
padding: 2px 15px 2px 15px;
}

input.button:hover {
background-image: url('../images/selected.jpg');
color: #FFF;
cursor: pointer;
}




/* WRAPPERS */


div#top, div#headerWrapper, div#wrapper, div#footer {
text-align: left;
margin-left: auto;
margin-right: auto;
}

div#wrapper {
padding: 0px;
width: 780px;
background-color: #FFF;
position: relative;
left: 0px;
padding-bottom: 130px;
background-image: url('../images/pebbles.jpg');
background-repeat: no-repeat;
background-position: center bottom;
}

div.noNav2 {
border-top: 1px solid #000;
}

div#headerWrapper {
background-color: #FFF;
width: 780px;
position: relative;
z-index: 48;
overflow: visible;
}

div#page {
background-color: #FFF;
float: right;
width: 620px;
padding: 10px 10px 20px 0px;
}

img.mainHeaderImage {
width: 780px;
height: 86px;
}







/* TOP AND BOTTOM LINKS */

div#footer, div#top {
clear: both;
width: 760px;
text-align: right;
background-color: #006;
color: #FFFFFF;
}

div#top {
padding: 8px 10px 5px 10px;
}

div#footer {
padding: 5px 10px 8px 10px;
}

div#footer br {
display: none;
}

div#top h1 {
float: left;
}

span.copy {
margin-right: 1em;
color: #EEEEEE;
}

ul.bLinks, ul.tLinks {
display: inline;
text-align: right;
margin: 0px;
padding: 0px;
}

li.bLinks, li.tLinks {
margin: 0px;
padding: 0px;
display: inline;
margin-left: 1em;
}

a.bLinks, a.tLinks {
font-weight: bold;
color: #FFF;
}

img.RSS {
display: inline;
border: 0px;
position: relative;
top: 3px;
right: 2px;
}







/* SIDE NAVIGATION */



div.sideBar {
width: 140px;
font-size: 90%;
padding: 0px 10px 4em 0px;
overflow-x: hidden;
float: left;
}

div.sideBarTop {
display: none;
}

div.sideBarMenu {
margin: 0px;
padding: 15px 0px 20px 0px;
border-right: 1px solid #DDD;
}

div.sideBarBottom {
background-image: url('../images/gold_bottomright.gif');
background-repeat: no-repeat;
background-position: bottom right;
background-color: #FFCC00;
color: #000;
font-weight: bold;
font-size: 100%;
padding: 0px;
width: 140px;
height: auto;
}

a.sideBarOption {
display: block;
width: auto;
padding: 0.7em 10px 0.7em 28px;
margin: 0px;
background-image: url('../images/sidebar_arrow.gif');
background-position: 10px center;
background-repeat: no-repeat;
margin: 1em 0px 0em 0px;
}

div.sideBarBottom a.sideBarOption {
margin: 0px;
padding: 9px 0px 9px 28px;
}


a.sideBarOption:hover {
background-position: 15px center;
}

a.sideBarPast, a.sideBarCurrent {
background-image: none;
}

a.sideBarCurrent {
color: #006;
}

a.sideBarPast:visited {
color: #888;
}
