html {
	font-size:70%;
}


* {
	font-family:verdana;
	font-size:100%;
	line-height:180%;
	color:#464539;
}

body {
	background-color:#58584A;
	background-image:url(../_img/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
}

a:link, a:visited, a:hover, a:active {
	color:#99930E;
}

a:visited {
	color:#464539;
}


a:hover {
	color:#A7B814;
}

td {
	text-align:left;
	vertical-align:top;
}

center {
	margin-bottom:24px;
}

#roottable {
	width:840px;
	height:100%;
	border:1px solid #fff;
}

#topbar {
	background:#fff;
	height:75px;
}

#top {
	margin:5px;
}

#menubar {
	height:32px;
	background:#A7B814;
	vertical-align:middle;
}

#menu {
	margin-left:45px;
	line-height:0;
}


#menu img {
	border:0;
}


#headerbar {
	height:144px;
	vertical-align:middle;	
}

#header {

}

#header *{
	color:#fff;
}

#mainbar {
	background:#FFF;
}

#maintable {
	height:100%;
	width:100%;
}

#content {
	background:#fff;
	height:100%;
	padding:30px 50px 20px 75px;
}

#sidebar {
	border:0px solid red;
	width:265px;
	background:#878871;
	background-image:url(../_img/rightbg.gif);
	background-repeat:repeat-y;
	background-position:top;

}

#side {
	margin:0;
	margin-left:40px;
	padding-top:35px;
}

#side img {
	margin-bottom:20px;
	border:1px solid white;
}

#sidebartext {
	padding-top:46px;
	color:#fff;
}


#sidebartext a:link, #sidebartext a:visited, #sidebartext a:hover, #sidebartext a:active {
	color:#fff;
}

#footerbar {
	height:32px;
	background:#464539;	
	vertical-align:middle;
	text-align:left;	
}

#footer {
	margin-right:25px;
	margin-left:50px;
	color:#fff;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration:none;
	color:#fff;
}




h1 {
	font-weight:bold;
	margin:0;
	margin-bottom:20px;
	font-size:160%;
	line-height:1em;
	letter-spacing:0em;
}

h2 {
	font-weight:bold;
	margin:1.5em 0 0 0;	
	letter-spacing:0.1em;
}

h3 {
	font-weight:normal;
	font-variant:small-caps;
	margin:1em 0 0 0;
}

i, em {
	font-style:italic;
}

b, strong {
	font-weight:bold;
}

ul, ol {
	margin-top:0;
	margin-bottom:0;
}

ul {
	list-style-type:circle;
}

ol {
	list-style-type:decimal;
}

form {
	margin:0px;
}



input {
	width:30ex;
	line-height:1em;
}

.label {
	padding-right:10px;
}

.field {

}

.buttonbar {
	text-align:right;
}

.buttonbar input {
	margin-top:1em;
	width:20ex;
	padding:0.2em;
}

textarea {
	width:50ex;
	height:30ex;
	overflow:auto;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/*sIFR decoy styles */
.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size:220%;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size:200%;
	margin:1.2em 0 0.4em 0;
	font-size:160%;
	line-height:1em;
	letter-spacing:0em;	
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	font-size:100%;
	margin:1.2em 0 0.4em 0;
}

