body {
	font-family: 'Montserrat', sans-serif;
	background-color: #fff;
	background-image:url(../images/bak-page.jpg);
	background-repeat:repeat-x;
	margin: 0px;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #008241;
	text-decoration: none;
}
a:active {
	color: #104E8B;
	text-decoration: underline;
}
a.small:link {
	font-size: 11px;
	color: #104E8B;
	text-decoration: none;
}
a.small:visited {
	font-size: 11px;
	color: #104E8B;
	text-decoration: none;
}
a.small:hover {
	font-size: 11px;
	color: #104E8B;
	text-decoration: underline;
}
a.small:active {
	font-size: 11px;
	color: #104E8B;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	font-family: 'Merriweather', serif;
	color:#900;
}
strong {
	color: #333333;
	text-decoration: none;
}
.headerbar {
	background-color:#fff;
	padding:10px;
}
.menubar {
	background-color: #060;
	border-top:5px solid #900;
	height:45px;
}
.logo {
	text-align:center;
}
.title {
	text-align:left;
	padding:20px 10px;
}
.title h1 {
	color:#900;
	font-size:42px;
}
.title .byline {
	color:#fff;
	font-size:24px;
	font-weight:bold;
}
.homemainpanel {
	background-image:url();
	background-repeat:no-repeat;
	background-position:center center;
}
.mainpanel {
	padding:0 10px;
	text-align:justify;
	min-height:400px;
}
.mainpanel h1 {
	border-bottom:1px solid #ddd;
	margin-bottom:50px;
}
.mainpanel img {
	max-width:100%;
	border:1px solid #ccc;
	padding:5px;
	margin:10px;
}
.panel {
	border:1px solid #ccc;
	border-top:5px solid #008241;
	padding:0 10px;
}
.sidepanel {
	border: 1px solid #ddd;
	background-color: #F7F4E9;
	font-size: 12px;
	padding:10px;
}
.sidepanel h4 {
	border-bottom: 1px solid #ddd;
	margin-top:20px;
	margin-bottom:10px;
}
.sidepanel h4:nth-child(n+2) {
 margin-top:50px;
}
.clear {
	clear:both;
}
.clear10px {
	clear:both;
	padding:10px;
}
#gotopborder {
	border: solid 1px #6699CC;
	padding:0.2em 0.5em;
}
.smallgreytxt {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	line-height: 15px;
}
.tbldata {
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-top: solid 2px #069;
	border-bottom: solid 1px #CCC;
	padding:0px;
}
table.grayborder {
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding:0px;
}
table.grayborder td {
	border: solid 1px #CCC;
	padding:10px;
	vertical-align:top;
}
td {
	text-decoration: none;
	line-height: 20px;
}
.botbordercell {
	background-color:#FFFFFF;
	border-bottom: 1px #ebebeb solid;
	text-decoration: none;
	line-height: 18px;
	padding:5px;
	border-spacing:0px;
	text-align:left;
	vertical-align:top;
}
.graybak {
	background-color: #F5F5F5;
	text-indent:2px;
	line-height: 18px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:0px;
}
th {
	background-color:#ebebeb;
	color: #036;
	text-decoration: none;
	line-height: 24px;
	padding: 2px;
	margin: 2px;
	text-align:left;
	vertical-align:top;
	border-top: 2px #ebebeb solid;
	border-bottom: 1px #ebebeb solid;
	border-spacing:0px;
}
.footerdiv {
	height:10px;
	background-color:#EBEBEB;
	border-top: solid 5px #008241;
}
.footer {
	padding:10px;
	background-color:#EBEBEB;
	font-size: 12px;
	color:#666;
	text-align:center;
	overflow:auto;
}
.smalltxt {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
	padding-left: 2px;
}
hr {
	border:none;
	border-top: 1px #0099CC solid;
}
.imglink {
	border: 1px solid #CCC;
	padding:5px;
	margin-left:10px;
	margin-right:10px;
}
div.gotop {
	border-bottom: 1px solid #997F4C;
	text-align:right;
	padding: 5px;
	width:100%;
}
.bannerimage {
	border:1px solid #ddd;
}
.errormsg {
	padding:2px;
	font-size:12px;
	font-weight:bold;
	color:#C00;
}
/* form elements */

form {
	margin:10px;
	padding: 0 5px;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}
label {
	display:block;
	font-weight:bold;
	margin:20px 0 0 0;
}
label.errormsg {
	margin:0;
}
input[type=text] {
	width:400px;
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
input.small {
	width:200px;
}
.red {
	color:#900;
	padding:0 2px;
}
textarea {
	/*width:400px;*/

	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	/*height:100px;*/

	display:block;
	color:#777;
}
input.button {
	width:auto;
	padding: 10px;
	color: #FFF;
	background: #8EB50C;
	border: none;
}
/* search form */

.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 5px 0 15px 0;
	width: 190px;
}
.searchform p {
	margin: 0;
	padding: 0;
}
.searchform input.textbox {
	width: 120px;
	color: #777;
	height: 18px;
	padding: 2px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button {
	width: 60px !important;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
