body {
	margin: 15px;
	background: url('/assets/images/main-bg.png') #484844;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}

a {
	color: #B9866E;
}
a:hover {
	color: #8E5814;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input.text, textarea, select {
	border: solid #171717 1px;
	background: #9F9F9F;
	color: #363636;
	font-size: 11px;
	padding: 1px 2px;
}

input.button {
	font-size: 11px;
	border: solid #171717 1px;
	border-style: outset;
	color: white;
	background-color: #6D6B70;
	font-weight: bold;
	padding: 0px 4px;
}

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}



div#BREADCRUMBS {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}

div#copyright {
	font-size: 11px;
	padding-top: 5px;
	line-height: 16px;
}

div#copyright, div#copyright a {
	color: #898887;
	text-decoration: none;
	margin: 0px 10px;
}

div#copyright a:hover {
	color: white;
	text-decoration: underline;
}




table#columntips {
	background: #CECECE;
	height:353px;

}
table#columntips td {
	color: #8E5814;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
table#columntips td a {
	font-size: 12px;
}



table#mainmenu {
	width:100%;
	height:24px;
	background:black;
	margin-bottom:5px;
	color: white;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;

}

table#mainmenu td {
	padding: 4px 6px;
	white-space: nowrap;
	text-align: center;
}

table#mainmenu a {
	color: white;
	text-decoration: none;
}

div.submenu {
	padding: 3px;
	width: 160px;
	position: absolute;
	display: none;
	background: black;
	opacity: 0.80;
	filter: alpha(opacity = 80);
}

div.submenu td {
	padding: 1px 5px;
	cursor:pointer;
	text-align: left;
}

div.submenu td a {
	color: #65C734;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

div.submenu td.hover {
	/*background: #2F2F2F;*/

}

div.submenu td.hover a {
	color: white;
}


.pagecontent {
	line-height: 18px;
	padding-bottom: 20px;
}


div#pagecontenttitle {
	background: #F1D46C;
	padding: 5px 10px 8px 10px;
}

div.breadcrumbs {
	font-size: 11px;
	text-transform: uppercase;
	color: black;
}
div.breadcrumbs a {
	color: #575757;
	text-decoration: none;
}
div.breadcrumbs a:hover {
	color: #575757;
	text-decoration: underline;
}

div#pagecontenttitle h1 {
	margin: 0px;
	color: #8F5814;
	text-transform: uppercase;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 8px;
	line-height: 28px;
}
div#pagecontenttitle h2 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}



hr {
	color: #CECECE;
	background: #CECECE;
	height: 1px;
	border: none;
}



div.articleintro {
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid #CECECE 1px;
}

div.articleintro h1 {
	display: block;
	margin: 0px;
	font-size: 14px;
}




td.homenewsbox {
	padding: 6px;
	color: white;
}
td.homenewsbox h1 {
	color: #F3CE64;
	font-size: 12px;
	text-transform: uppercase;
	display:inline;
}

td.homenewsbox a {
	color:#F4CF65;
}
td.homenewsbox a:hover {
	color:#ffffff;
}





.sidenewsbox {
	padding: 6px;
	color: white;
}
.sidenewsbox h1 {
	color: #F3CE64;
	font-size: 11px;
	text-transform: uppercase;
	display:inline;
}

.sidenewsbox a {
	color:#F4CF65;
}
.sidenewsbox a:hover {
	color:#ffffff;
}


.sidenewsbox hr {
	color: white;
	background: white;
	height: 1px;
	border: none;
}






