/* **************** */
/* Reset all styles */
/* **************** */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {  
    margin:0; 
    padding:0;
	line-height: 1.5;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 12px;
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 

caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym { 
	border:0; 
} 

input, textarea {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.1;
	color: #666666;
	border: 1px solid #666666;
	width: 420px;
	background-color: #eeeeff;
}

.formbutton {
	width: 16px;
	height: 16px;
}

.checkbox {
	border: none;
	width: 24px;
	background-color: #FFFFFF;
}

.radiobutton {
	border: none;
	width: 24px;
	background-color: #FFFFFF;
}

label, legend {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* line-height: 100%; */
}

table, th, td {
	border: 1px solid #666666;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 11px;
	border-collapse: collapse;
}

td {
	padding: 2px;	
}

/* ************* */
/* Layout styles */
/* ************* */

body {
	background-color: #FFFFFF;
	text-align: left;
}

.page {
	background-color: #F4EED6;
	text-align: center;
}

#wrapper {
	width: 759px;
	margin: 0 auto 0 auto;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-y;
}

#headercontainer {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 103px;
	text-align: left;
}

#leftcolumn {
	float: left;
	width: 159px;
	background-image: url(../images/leftside.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#innercontentcontainer { 
	float: left;
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	width: 600px;
	text-align: left;
}

#content {
	padding-top: 18px;
	padding-right: 18px;
	word-wrap: break-word;
}

#rightcolumn {
	position: relative;
	float: right;
	background-image: url(../images/rightside.jpg);
	background-repeat: no-repeat;
	height: 420px;
	width: 154px;
}

#footercontainer {
	background-color: #F4EED6;
	height: 33px;
	padding-bottom: 6px;
	clear: both;
}

#footer {
	position: relative;
	top: 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* ************* */
/* Custom styles */
/* ************* */

.lightgreen {
	color: #81a233;
}

.darkgreen {
	color: #336600;
}

h1 {
	font-size: 16pt;
	color: #336600;
	line-height: 120%;
}

h2 {
	font-size: 12pt;
	color: #81a233;
	/* line-height: 120%; */
}

.hr {
	margin: 12px 0 10px 0;
}

.infotext {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}

.eventimage {
	float: right;
}

.newsimage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.button {
	background-color: #81A233;
	color: #FFFFFF;
	border: 1px solid #666666;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 150%;
	width: 80px;
}

.message {
	color: #f00;
}

.articletitle {
	font-family: "Times New Roman", Times, serif;
	color: #336600;
	font-size: 16pt;
}

.articletext {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 12px;
}

ul,ol,li {
    margin: 0 0 0 15px; 
    padding:0;
	line-height: 1.5;
	font-family: "Times New Roman", Times, serif;
	color: #666666;	
	list-style: circle outside; 
	list-color: #666666;
}

/* ************* */
/* Header Styles */
/* ************* */

#logo {
	position: relative;
	width: 87px;
	height: 70px;
	top: 3px;
	left: 15px;
}

#headeraccount {
	position: relative;
	float: right;
	height: 20px;
	margin-top: 7px;
	margin-right: 8px;
}

#headersearch {
	position: relative;
	float: right;
	clear: right;
	height: 24px;
	margin-top: 2px;
	margin-right: 26px;
}

.headersearchbox {
	color: #81a233;
	border: 1px solid #336600;
	width: 210px;
	padding: 1px;
}

#headermenu {
	position: relative;
	float: right;
	clear: right;
	margin-top: 0;
	width: 570px;
}

.headermenuitem {
	position: relative;
	float: right;
	width: 111px;
	margin: 1px 8px 0 12px;
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

#headerheadlines {
	position: relative;
	float: right;
	clear: right;
	margin-top: 12px;
	margin-right: 10px;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

/* **************** */
/* Left side Styles */
/* **************** */

#leftsidebuttonscontainer {
	position: relative;
	width: 132px;
	padding-top: 6px;
	text-align: left;
}

.menubtn {
	position: relative;
	width: 124px;
	height: 23px;
	background: url(../images/menubtn.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #336600;
	font-size: 11px;
	padding-top: 6px;
	padding-left: 8px;
}

.menubtn:hover {
	background: url(../images/menubtnselected.jpg);
	cursor:pointer;
}

.menubtnselected {
	position: relative;
	width: 124px;
	height: 23px;
	background: url(../images/menubtnselected.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #336600;
	font-size: 11px;
	padding-top: 6px;
	padding-left: 8px;
}

#leftmenucontainer {
	padding-left: 10px;
	padding-top: 24px;
}

ul.leftmenu {
    margin:0; 
    padding: 0 0 0 2px;
    list-style:none; 	
}

ul.leftmenu li {
    margin:0; 
    padding:0;
    padding-top: 2px;
	padding-bottom: 2px;
    list-style:none; 	
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
}

li.leftmenuitem {
	text-align: left;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 100%;
	padding-top: 6px;
	padding-bottom: 2px;
	list-style:none; 
}

#leftmenufooter {
	text-align: left;
	line-height: 100%;
	font-size: 10px;
	width: 118px;
	color: #993300;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ***************************** */
/* Right Side Latest News Styles */
/* ***************************** */

#latestnewstable {
	position: relative;
	float: left;
	top: 22px;
	left: 28px;
	width: 105px;
	height: 380px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.latestnewstitle {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #336600;
	font-size: 10px;
}

#latestnews_pos1 {
	position: relative;
	float: left;
	height: 85px;
	top: 8px;
	font-size: 10px;
}

#latestnews_pos2 {
	position: relative;
	float: left;
	top: 32px;
	height: 85px;
	font-size: 10px;
}

#latestnews_pos3 {
	position: relative;
	float: left;
	top: 58px;
	height: 85px;
	font-size: 10px;
}

/* **************************** */
/* Right Side Hot Topics Styles */
/* **************************** */

#hottopicstable {
	position: relative;
	float: left;
	top: 54px;
	left: 24px;
	width: 105px;
	height: 380px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.hottopicstitle {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: 10px;
}

#hottopics_pos1 {
	position: relative;
	float: left;
	height: 85px;
	top: 12px;
	font-size: 10px;
}

#hottopics_pos2 {
	position: relative;
	float: left;
	top: 35px;
	height: 85px;
	font-size: 10px;
}

#hottopics_pos3 {
	position: relative;
	float: left;
	top: 60px;
	height: 85px;
	font-size: 10px;
}

/* ********** */
/* Box styles */
/* ********** */

#box {
	position: relative;
	width: 430px;
	height: 150px;
	background: url(../images/box.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	margin-left: 3px;
}

#home_pos3 {
	position: relative;
	float: left;
	width: 124px;
	height: 142px;
	margin: 0 0 0 6px;
	line-height: 1.2;
}

#home_pos4 {
	position: relative;
	float: left;
	width: 124px;
	height: 142px;
	margin: 0 20px 0 20px;
	line-height: 1.2;
}

#home_pos5 {
	position: relative;
	float: left;
	width: 124px;
	height: 142px;
	margin: 0 6px 0 0;
	line-height: 1.2;
}

.boxtext {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 11px;
}

.boximagecontainer {
	font-size:50px;
	width:124px;
	height:60px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.boximage {
	padding: 4px 0 0 0;
}

/* *********** */
/* Form Styles */
/* *********** */

form.orform fieldset {
	margin-bottom: 10px;
	border: 1px solid #81A233;
}
form.orform legend {
	padding: 0 2px;
	font-weight: bold;
	/* line-height: 200%; */
}
form.orform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form.orform fieldset ol {
	margin: 0;
	padding: 0;
}
form.orform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form.orform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.orform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.orform fieldset fieldset label {
	display: block;
	width: auto;
}
form.orform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.orform label {
	width: 120px; /* Width of labels */
}
form.orform fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}

/* *********** */
/* Link styles */
/* *********** */

a:link {text-decoration: none; color: #666666;}
a:visited {text-decoration: none; color: #666666;}
a:active {text-decoration: none; color: #666666;}
a:hover {text-decoration: none; color: #81A233;}

a.textlink {text-decoration: none; color: #81A233;}
a.textlink:visited {text-decoration: none; color: #81A233;}
a.textlink:active {text-decoration: none; color: #81A233;}
a.textlink:hover {text-decoration: none; color: #336600;}

a.breadcrumb:link {text-decoration: none; color: #336600;}
a.breadcrumb:visited {text-decoration: none; color: #336600;}
a.breadcrumb:active {text-decoration: none; color: #336600;}
a.breadcrumb:hover {text-decoration: none; color: #81A233;}

a.leftmenubtnlink:link {text-decoration: none; color: #336600;}
a.leftmenubtnlink:visited {text-decoration: none; color: #336600;}
a.leftmenubtnlink:active {text-decoration: none; color: #336600;}
a.leftmenubtnlink:hover {text-decoration: none; color: #81A233;}

a.leftmenuitemlink:link {text-decoration: none; color: #666666;}
a.leftmenuitemlink:visited {text-decoration: none; color: #666666;}
a.leftmenuitemlink:active {text-decoration: none; color: #666666;}
a.leftmenuitemlink:hover {text-decoration: none; color: #81A233;}

a.latestnewslink:link {text-decoration: none; color: #81A233;}
a.latestnewslink:visited {text-decoration: none; color: #81A233;}
a.latestnewslink:active {text-decoration: none; color: #81A233;}
a.latestnewslink:hover {text-decoration: none; color: #336600;}

a.hottopicslink:link {text-decoration: none; color: #993300;}
a.hottopicslink:visited {text-decoration: none; color: #993300;}
a.hottopicslink:active {text-decoration: none; color: #993300;}
a.hottopicslink:hover {text-decoration: none; color: #FF0000;}

a.boxlink:link {text-decoration: none; color: #336600; font-family: "Times New Roman", Times, serif; font-size: 9pt; }
a.boxlink:visited {text-decoration: none; color: #336600; font-family: "Times New Roman", Times, serif; font-size: 9pt; }
a.boxlink:active {text-decoration: none; color: #336600; font-family: "Times New Roman", Times, serif; font-size: 9pt; }
a.boxlink:hover {text-decoration: none; color: #81A233; font-family: "Times New Roman", Times, serif; font-size: 9pt; }

a.footerlink:link {text-decoration: none; color: #666666;}
a.footerlink:visited {text-decoration: none; color: #666666;}
a.footerlink:active {text-decoration: none; color: #666666;}
a.footerlink:hover {text-decoration: none; color: #81A233;}

a.headermenulink:link {	font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #336600; }
a.headermenulink:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #336600; }
a.headermenulink:active { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #336600; }
a.headermenulink:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #81A233; }

a.smallheaderlink:link { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #81A233; }
a.smallheaderlink:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #81A233; }
a.smallheaderlink:active { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #81A233; }
a.smallheaderlink:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #336600; }

a.homepagearticlelink:link { text-decoration: none; color: #336600; }
a.homepagearticlelink:visited { text-decoration: none; color: #336600; }
a.homepagearticlelink:active { text-decoration: none; color: #336600; }
a.homepagearticlelink:hover { text-decoration: none; color: #81A233; }
