@charset "utf-8";

body {
	font-family: Trebuchet MS, "Trebuchet", Verdana, Geneva, Arial, sans-serif;
s
	background: #FFFFCC; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background:url(images/bck.gif) repeat-x;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #23691B;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 140%;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
border:4px solid black;
}
#nav {text-align:center;}

#nav td {
padding:0 0.25em
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom:4px solid black;
	background-color: #AEF601;
}

#header_inside {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom:4px solid black;
	background:url(images/logo_115.png) right no-repeat #AEF601;
		height:126px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
#mainContent {
	background: #FFFFFF;
	margin-top: 1.25em;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 1em;
	padding-left: 20px;
}
#footer {
	padding: 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#23691B;
	border-top: 4px solid black;
}
li {
	padding-bottom: 0.50em;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #FFFFFF;
	font-size: 90%;
}
#footer a {
	color: #FFFFFF;
}
#nav {
	padding: 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}

.content {
padding:1em;
}
.inlineimg {
	padding: 0px;
	margin-top: 0em;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-right: 0em;
}

.inlineimg img {border:1px solid black;margin-bottom:1em;margin-top:1em;}

h3 {
	font-size:14px;
	margin-top: 0.33em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0em;
	padding-bottom: 0.33em;
}
h2 {
	font-size:16px;
	margin: 0px;
	margin-bottom:0.33em;
	padding: 0px;
}
h1 {
	font-size:21px;
	line-height: 175%;
}
a:link, a:visited {
	text-decoration: none;
	color: #A81755;
}
a:hover, a:active {
	border-bottom: 1px dotted #AEF601;
	color:black;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.33em;
	margin-left: 0px;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ .item {
	font-weight: bolder;
	border-bottom:1px dotted black;
	font-size: 120%;
}
.menusection {
	font-weight: bolder;
	font-variant: small-caps;
	text-align: center;
}

.descr {
	font-style: italic;
	margin-left:2em;
}
