html, body {
	height: 100%
}

.orange {color: #a3580b;}
.verydark {color: #4c5d0f;}
.dark {color: #738e17;}
.light {color: #6b8807;}
.grey {color: #5e5e5e;}

.vtop {vertical-align: top;}
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

body {
	background-color: white;
	background-image: url('../images/4.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	color: #5e5e5e;
	font-family: verdana;
	font-size: 8pt;
}

a {
	color: #5e5e5e;
}

a:hover {
	color: #6b8807;
}

.nodec {
	text-decoration: none;
}

#container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#menu {
	height: 318px;
}

#content {
	width: 510px;
	padding: 10px;
}

#content2 {
	width: 500px;
	padding: 10px;
}

#menuright {
	padding: 5px;
	width: 210px;
}

#menuleft {
	padding: 5px;
	width: 190px;
	background-image: url('../images/leftbg.jpg');
	background-repeat: repeat-y;
	padding-left: 17px;
}

#footer {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 6em;
}

.full {
	width: 100%;
}
.half {
	width: 50%;
}

.linelong {
	background-color: #6f8b0b;
	height: 1px;
	width: 724px;
}

.lineshort {
	background-color: #6f8b0b;
	height: 1px;
	width: 494px;
}

.title {
	font-size: 17pt;
	font-family: tahoma;
	padding-bottom: 5px;
}

.mleft {
	padding-top: 7px;
}

div.banner {
	text-align: center;
	width: 100%;
	padding: 10px;	
}

.newsTitle {
	font-weight: bold;
}
