html, body, div, span, object, p, pre,
a, abbr, acronym, em, img, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}
body {
	font: 1em/1.2 sans-serif;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	background: #455 url('../images/background.jpg') repeat-x scroll center top;
	scrollbar-3dlight-color:#cdd; 
}

pre, code {
	font: 0.8em/1.0em Courier New, Courier New, Courier, monospace;
	margin-left:30px;
}

div, textarea {
scrollbar-arrow-color:#344;
scrollbar-base-color:#8aa;
scrollbar-darkshadow-color:#002828;
scrollbar-face-color:#9bb;
scrollbar-highlight-color:#466;
scrollbar-shadow-color:#022;
}

a {
	text-decoration:none;
	color:#acc;
}
a:hover {
	text-decoration:none;
	color:#fff;
}

span.article-seperator {
	font-size:.5em;
}

div.container
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
}

div.top {
	background: #637B7B url('../images/slice1.jpg');
	width:1000px;
	height:36px;

}

div.pagebodyouter {
	background: #637B7B url('../images/slice3.jpg') repeat-y scroll center top;
	width:1000px;
	overflow: auto;
}

div.pagebody {
	padding:10px;
	padding-left:60px;
	padding-right:70px;
}

table.contentpaneopen {
	width:540px;
}

div.pagefoot {
	background: #637B7B url('../images/slice4.jpg') no-repeat scroll center top;
	padding-left:30px;
	height:60px;
	margin-top:-10px;
}

div.footer {
	font-size:0.8em;
}

div.rhsboxtop {
	background: #627A7A url('../images/rhsbox1.jpg');
	width: 300px;
	height: 25px;
	margin-top:30px;
	margin-left:10px;
}
div.rhsboxmid {
	background: #627A7A url('../images/rhsbox2.jpg') repeat-y scroll center top;
	width: 300px;
	margin-left:10px;
}
div.rhsboxbot {
	background: #627A7A url('../images/rhsbox3.jpg');
	width: 300px;
	height: 25px;
	margin-left:10px;
}
div.rhsboxcontent {
	margin-left:20px;
	margin-right:20px;
	padding-bottom:5px;
}

div.search {
	float:right;
	margin-top:10px;
}

dl, dt, dd {
	margin:20px;
}
ol, ul {
	list-style: decimal;
	margin: 10px;
	margin-left:30px;
	padding: 0;
}
ul {
	list-style: disc;
}
ul.latestnews, ul.newsfeed {
	list-style: none;
	margin:5px;
}

li.newsfeed {
	margin:0px;
}

ul.newsfeed a, ul.latestnews a {
 	font-size:1.0em;
}

p {
	margin: 10px;
	padding: 0;
}

table {
	margin:0px;
}
td, th {
	margin:0;
	padding:0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color:#9cc;
	margin: 0px;
	padding: 0px;
	line-height: 95%;
}

td.contentheading {
	font-weight: bold;
	color:#9cc;
	margin: 0px;
	padding: 0px;
	line-height: 95%;
	font-size: 1.3em;
}

div.componentheading {
	font-weight: bold;
	color:#9cc;
	margin: 0px;
	padding: 0px;
	line-height: 95%;
	font-size: 1.3em;
}


h1 {
	font-size: 2em;
} 
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
} 
h4 {
	font-size: 1.2em;
} 
h5 {
	font-size: 1.1em;
} 
h6 {
	font-size: 1em;
}

span.rhstitle {
	font-size:1.1em;
	font-weight:bold;
	color:#344;
}

span.sml {
	font-size:0.8em;
	color:#233;
	padding-bottom:5px;
}

.inputbox, textarea, select {
	background: #455;
	color: #9bb;
	border-color: #799;
	border-style:solid;
	margin:0px;
	margin-right:5px;
	padding: 3px
}

input.button, button {
	cursor: hand;
	background: #344;
	color: #9bb;
	border-color: #799;
	border-style:solid;
	margin:0px;
	padding:3px;
}

input.button:hover, button:hover {
	border-color: #eee;
	color:#fff;
}

label {
	font-size:0.8em;
	color:#233;
	margin-left:3px;
}

ul.menuawdtop {
	margin:0;
	margin-left:30px;
}
	
.menuawdtop, .menuawdtop *,  {
	list-style: none;
	display: inline;
	margin:0;
	padding:0;
	outline:0;
	border:0;
}
.menuawdtop li  {
	background: #022 url('../images/button.jpg');
	outline:0;
	border:0;
	margin:0;
	margin-left:5px;
	padding-top 3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
	display:inline;
}

.menuawdtop li#current {
	background: #455 url('../images/buttonactive.jpg');
} 

.menuawdtop a {
	display:		inline;
	position:		relative;
	color: #677;
	padding-bottom:1px;
}
.menuawdtop a:focus {
}
.menuawdtop a:hover {
	color:#fff;
}

div.clock {
	font-size:1.1em;
	font-weight:bold;
	color:#344;
	float:right;
	line-height:120%;
}

/* wrapper divs */
.custom-checkbox, .custom-radio { position: relative; }
	
/* input, label positioning */
.custom-checkbox input, 
.custom-radio input {
	position: absolute;
	left: 2px;
	top: 3px;
	margin: 0;
	z-index: 0;
}

.custom-checkbox label, 
.custom-radio label {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 1.2em;
	padding: .5em 0 .6em 30px;
	margin: 0 0 .3em;
	cursor: pointer;
}

.custom-checkbox label {
	background: url(../images/checkbox.gif) no-repeat; 
}

.custom-radio label { 
	background: url(../images/radiobutton.gif) no-repeat; 
}

.custom-checkbox label, .custom-radio label {
	background-position: -10px -14px;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus {
	background-position: -10px -114px;
}

.custom-checkbox label.checked, 
.custom-radio label.checked {
	background-position: -10px -214px;
}

.custom-checkbox label.checkedHover, 
.custom-checkbox label.checkedFocus {
	background-position: -10px -314px;
}
