/* CSS Document */

/* Layout */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
}
#masthead {
	background-image: url(../design/masthead.jpg);
	height: 100px;
	background-repeat: no-repeat;
	background-position: center top;
                     }


#navigation {
	background-image: url(../design/navigation-bg.gif);
	background-repeat: repeat-x;
	height: 26px;
}
#navigation .padding {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#content-area {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../design/content-area-bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}
#left-column {
	float: left;
	width: 230px;
	padding-top: 20px;
}
#left-column .padding {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-top-color: #588239;
	border-bottom-color: #588239;
	text-align: center;
}
#right-column {
	float: right;
	width: 760px;
	padding-top: 20px;
}
#right-column .padding {
	padding-left: 20px;
}
#footer {
	background-image: url(../design/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: 40px;
                     font-size:12px;
clear: both;
}
#footer .padding {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	text-align: center;
}


/* Utilities */

.clear-both {
	font-family:monospace;
	font-size:0px;
	line-height:0px;
	padding:0px;
	margin:0px;
	height:0px;
	clear:both;
}

/* Navigation */

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	float: left;
}
#navigation ul li a {
	display: block;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 7px;
	padding-bottom: 3px;
	margin-top: 1px;
	border-top-width: 4px;
	border-top-style: hidden;
	border-top-color: #FBA026;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: hidden;
	border-left-style: hidden;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-left: 4px;
	color: #333333;
}
#navigation ul li a:hover {
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	margin-top: 1px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #D39E4E;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#navigation ul li a.active {
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	margin-top: 1px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #588239;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

/* Type */

body, th, td, select, textarea, input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}

a {
	text-decoration:none;
	color: #588239;
	font-weight: bold;
}
a:hover {
	background-color: #E5E5E5;
}

h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}	

#right-column ul,a{
	font-size: 12px;
	color: black;
}

