body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #d9d9d9;
	margin: 0px;
	padding: 0px;
}
a {
	color: #090;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
#wrapper {
	width: 784px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(images/main_bg.gif) repeat-y left top;
}
#sidebar, #news {
	padding: 10px 30px 10px 10px;
}
#sidebar h2, #news h2 {
	font-size:1.4em;
	border-bottom: 1px dotted #666;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	padding: 3px 4px;
}
#sidebar h2 {
	background-color: #090;
	color: white;
	font-weight: bold;
}
#news h2 {
	color: black;
	font-weight:bold;
}
#sidebar p, #sidebar li {
	font-size:1em;
}
#sidebar ul {
	margin: 0;
	padding: 10px 0 5px 6px;
	background-color:#eee;
}
#news ul {
	margin: 0;
	padding: 10px 0 5px 6px;
}

#sidebar li, #news li {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}
#sidebar a, #news a, #sidebar ul.subnav {
	font-weight: bold;
}

#maincolumn {
	padding: 10px 10px 20px 0;
	font-size: 1em;
}
#maincolumn_home {
	padding: 10px 10px 20px 0;
	font-size: 1em;
}
#maincolumn p, #maincolumn_home p, #maincolumn ul li, #maincolumn ol li {
	font-size: 1.1em;
	line-height: 1.6em;
}
#maincolumn ol li ul li, #maincolumn ul li ul li {
	font-size: 1em;
}
#maincolumn p {
	text-align: justify;
	padding: 0;
	margin: 0 0 0.6em 0;
}

#maincolumn td {
	font-size: 1.1em;
}
#maincolumn th {
	background-color: #666;
	color: white;
	text-align: left;
}

div.picture {
	margin: 10px 0 0 0;
	border: 1px solid #666;
	text-align: center;
}

div.caption {
	text-align: center !important;
	background-color: #666;
	border: 1px solid #666;
	color: white;
	margin: 0 0 10px 0;
	padding: 3px;
	font-size: 1em !important;
}

h2 {
	font-size:1.9em;
	border-bottom: 1px dotted #666;
	margin: 10px 0;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
}	
.alignright {
	padding: 0 0 5px 10px;
	float: right;
}
.bcrumbs {
	font-size: 1em;
	padding: 3px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}
table.smaller {
	border: 1px solid #999999;
}
table.smaller td, table.smaller td p, p.smaller {
	font-size: 0.9em !important;
}
table.smaller td {
	border-bottom: 1px solid #999999;
	border-right:  1px solid #999999;
}

/* drop down */
#dropmenudiv{
	position:absolute;
	top: -18px;
	border-top:1px solid #999;
	border-left: 1px solid #999;
	border-bottom:2px solid #666;
	border-right:3px solid #666;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #666;
	padding: 2px 0;
	text-decoration: none;
	color: #006600;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #090;
	color: white;
}

/* --- */

.breadcrumb {
	background-color: #eee;
	padding: 2px;
	font-size: 10px;
	margin: 20px 10px 0 10px;
}

#newsscroller {
	margin-top: 10px;
}
