/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	background: #F7F7E7 url(images/body_bg.gif) repeat-x bottom left;
	background-attachment: fixed;
}

table {
font-family: Arial, Tahoma, Verdana, Sans-serif;
font-size: 12px;
color: #000000;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

#container {
	width: 752px;
	margin-top: 45px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
}

#header {
	padding: 0;
	margin-bottom: ;
	background-color: #D0D3B8;
}

#content {
	padding: 0;
	width: 511px;
	margin-left: 0;
	background: #F3F2EB url(images/border_right.jpg) repeat-y top right;
}

#nav {
	width: 237px;
	padding: 0;
	background: #91B06A url(images/border_left.jpg) repeat-y top left;
	border-right: 4px solid #D0D3B8;
}

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	background:  url(images/border_bottom.gif) no-repeat top;
}

#content p {
	font-size: 12px;
	margin: 20px 49px 20px 20px;
}

#content a {
	color: #58703A;
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover {
	color: #2F3D1F;
	background: #fff;
	text-decoration: none;
}

#content ul {
	list-style-image:    url(images/icon_arrow.gif);
	line-height: 1.5em;
	margin: 0 49px;
	font-size: 12px;
}

.announcementimg {
	border: 1px solid #000;
}

h1 {
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	margin: 20px 49px 20px 20px;
	display: block;
}

h2 {
	color: #003366;
	font-weight: bold;
	font-size: 13px;
	margin: 20px 49px 20px 20px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	border-bottom: 1px solid #58703A;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 20px 49px 20px 20px;
	display: block;
}

#navtable {
	width: 208px;
}

#footer p {
	font-size: 10px;
	text-align: center;
	margin-top: 0;
	padding-top: 33px;
}

#footer a {
	color: #426B91;
	font-weight: bold
}

#footer a:hover {
	color: #003366;
}
/**************** menu coding *****************/

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]-->

#menu {
width: 208px; /* set width of menu */
background: #ABC48C;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, tahoma, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #D0D3B8 #91B06A #555 #D0D3B8;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #ABC48C;
text-decoration: none;
}

#menu a:hover {
color: #000;
background: #D0D3B8;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/**************** end of menu coding *****************/

abbr, acronym, .help {
	border-bottom: 1px dotted #333;
	cursor: help;
}

.easyedittable {
	margin: 20px 49px 20px 20px;
	font-size: 12px;
}

.easyedittable td {
	padding: 10px;
}

#feature {
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
	background: #F2EFE6 url(images/feature_bg.gif) repeat-y left;
	padding: 10px;
}

p#feature {
	color: #003366;
	font-size: 11px;
}

#feature a {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

#feature a:hover {
	color: #000;
	text-decoration: none;
}

.smalltext {
	font-size: 10px;
}