@media screen {

p{
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%; margin: 0px; padding: 0px;
}

h1 {
	font-size: 2.0em;
	margin: 0px;
}

h2 {
	font-size: 1.6em;
	margin: 0px;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

h5 {
	font-size: 0.8em;
}

body {
	font-family: arial;
	text-align: center;
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-size: 16px;
	background-color: #ecefe8;
}

/*	Workaround mainly for IE, font sizes specified in ems
 	aren't inherited by tables or their elements unless
 	explicity specified */
table,tr,td {
	font-size: 1.0em;
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	color: inherit;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

input,textarea,select {
	font-family: verdana;
	font-size: 0.9em;
}

.ticki {
	font-size: 0.8em;
	padding-top: 5px;
	padding-left: 50px;
}

a {
	text-decoration: none;
	color: #333333
}

a:hover {
	color: #000000;
}

a.tickl {
	font-family: verdana, sans-serif;
	color: #222222;
	text-decoration: none;
}

a.tickl:visited {
	font-family: verdana, sans-serif;
	color: #222222;
	text-decoration: none;
}

a.tickl:hover{
	color:#000000;
	text-decoration:none;
}

#contentwrapper {
	width: 991px; margin: auto; text-align: left;
}

#greybar {
	width: 991px;
	margin-right: 25px;
	background-color: #52575a;
}

#whitebar {
	width: 966px;
	margin-right: 5px;
	background-color: #ffffff;
}

#innercontent {
	width: 961px;
	height: 550px;
}
.headerblock {
	width: 961px;
}

.headerblockPrint { display: none; }

.spacercell {
	font-size: 1px;
}

.leftbox {
	width: 223px;
	background-color: #b9c2a5;
	height: 550px;
	float: left;
	font-size: 0.6em;
	font-family: verdana;
}

.midbox {
	width: 495px;
	/* background-color: cyan; */
	float: left;

	margin-left: 26px;
	margin-right: 6px;
	margin-bottom: 5px;
	text-align: justify;
}

.contentscrollbox {
	width: 100%; 
	height: 480px;
	overflow: auto;
}

.breadbox {
	width: 495px;
	/* background-color: cyan; */
	float: left;
	height: 25px;

	margin-left: 26px;
	margin-right: 6px;
}

.searchbox {
	width: 515px;
	/* background-color: cyan; */
	float: left;

	margin-left: 6px;
	margin-right: 6px;
	height: 40px;
}

.bread {
	font-size: 11px;
}

.bread a {
	color: #42570a;
}

.bread a:hover {
	color: #111111;
}

.breadcurrentpage {
	color: #42570a;
	font-weight: bold;	
}

.midbox p {
	font-size: 12px;
}

.midbox td {
	font-size: 12px;
}

.midbox input {
	font-size: 12px;
}

.rightbox {
	width: 208px;
	 background-color: #8b9b6c; 
	float: right;
	height: 550px;
	overflow: hidden;
	background-image: url('images/links_left_bg.png'); background-repeat: repeat-y; background-position: left;
}

.footerbox {
	clear: both:
	width: 100%;
	background-color: #ecefe8;
	text-align: right;
	color: #333333;
	font-size: 9px;
	padding-right: 22px;
	padding-top: 9px;
	padding-bottom: 9px;
}

.footerbox a {
	color: #333333;
	font-size: 9px;
}

.footerbox a:hover {
	color: #000000;
}

.cleardiv {
	clear: both;
	width: 100%;
	height: 1px;
}

.headerlinks {
	background-color: #52575a;
	color: #ffffff;
	font-size: 0.6em;
}

.leftmenu {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	color: #42570a;
	text-align: right;
	line-height: 16px;
}

.leftmenu a {
	color: #42570a;
}




.rightmenu {
	font-size: 11px;
	/* width: auto; */
	width: auto;
	color: white;
	font-family: arial;
	overflow: hidden;
}

.toplink {
	color: #ffffff;
}

.leftsubmenu {
	color: #53545f;
	border-bottom: 1px dotted #333333;
	width: 170px;
	margin-left: 33px;
}

.leftsubmenu a {
	color: #53545f;
}

.leftsubmenu a:hover {
	color: #333333;
}

#searchboxes {
	position: relative;

	width: 515px;
	height: 40px;
}

.newslistitem {
	font-size: 13px;

}


td.rightcell a {
	color: #ffffff;
}

/*Added by gyfans 02/11/2005*/
.HeightMax
{
	height: 100%;
}

.WidthMax
{
	width: 100%;
}

}

@media print {
	body {
		font-family: arial;
		font-size: 16px;
	}

	.headerblock{
		display: none;
	}

	.rightbox {
		display: none;
	}

	.leftbox {
		display: none;
	}

	.breadbox {
		display: none;
	}

	.searchbox {
		display: none;
	}
}