*{
font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white;
	background-image : url(/images/bg.jpg);
	background-position : top;
	background-repeat : repeat-x;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505052;
}
TD
{
vertical-align : top;
}
IMG {
	border: none;
}
#topbg1
{
	background-image : url(/images/topbg.jpg);
	background-position : top;
	background-repeat : no-repeat;
}
INPUT {
	height: 17px;
	color: #717882;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px #576D7B solid;
}


A {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;	
	color: #344D9F;
}

.pagenavigation {text-decoration: none;	}
.anews {font-size: 12px;color:#E2AF00	}

#menu {
background-color : #344D9F;
padding-top:10px;
padding-bottom:12px;
padding-left:31px;
}
#menu A
{
	margin-top:16px;
	color: White;
	text-decoration: none;	
	font-size: 12px;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;

	
}
#menu A:hover
{
	text-decoration: none;	
}
#menuitem
{
	background-image : url(/images/rbullet.jpg);
	background-position : right;
	background-repeat : no-repeat;
	height : 16px;
	margin-right:11px;
	margin-top:4px;
	border-bottom-color : #5F78CA;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}


#newsmenuitem
{
	background-image : url(/images/newsbg.gif);
	background-position : left top;
	background-repeat : no-repeat;
    padding-left:23px;
}

#newsmenuitem .dat
{
	text-decoration: none;	
	font-size: 10px;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#4F88B5;
}
#spacing
{
 padding-top:15px;
}

#newsmenuitem A
{
	color:#505052;
	text-decoration: none;	
	font-size: 10px;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
}
#newsmenuitem A:hover
{
	text-decoration: underline;	
}


#menu .active
{
	font-family:  Arial, Helvetica, sans-serif;
	color: #724200;
	background-image : url(/images/menubullethover.gif);
	background-position : left;
	background-repeat : no-repeat;
	background-color : #F2DD6A;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 10px;
	padding-right : 10px;
}



h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-top : 0px;	
	padding-top : 0px;
	font-weight : bold;
	color:#6D9324;
}
#title1
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left : 25px;
}
#title1 .dat
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
}

#title1 A
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	text-decoration: underline;	
	color:#3C64BB;
}
#title2
{
	background-image : url(/images/title2bg.gif);
	background-position : left top;
	background-repeat : no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left : 25px;
}

#link1 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	text-decoration: underline;	
	color:#3C64BB;
}
#smalltext
{
	font-size: 10px;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#content
{
	padding-left : 25px;
}
#info
{
	color:white;
	font-size: 11px;
	padding-left:10px;
	vertical-align: middle;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	
form select {
	background: #B9D6A6;
	border: 1px outset #1B300D;
}
form .fldText {
	background: #B9D6A6;
	border: 1px outset #1B300D;
}

form .fldButton {
	color: #FEEEBA;
	font-size: 8pt;
	padding: 0px 5px 0px 5px;
	background-color: #91C08B;
	border: 1px  #1B300D; 
}

.list .level1 {
	line-height: 20px;
}
.list .level2 {
	margin-left: 20px;
}
.list .level3 {
	margin-left: 40px;
}
.list .level4 {
	margin-left: 60px;
}

#block {
	clear: both;
	width: 829px;
	height: 100px;
	overflow: hidden;
	position: relative;
}
#scroller {
	width: 829px;
	position: absolute;
	
	vertical-align : middle;
}



/**
 * This <div> element is wrapped by statically around the list
 * inside the HTML document.
 */
.jcarousel-scope {
    position: relative;
    width: 829px;
    -moz-border-radius: 10px;
    background: white;
    padding: 10px 10px;
}

/**
 * Similar styles will be applied by jCarousel. But we additionally
 * add it here for better displaying with browsers having
 * javascript disabled.
 */
.jcarousel-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.jcarousel-list li {
    float: left;
    list-style: none;
    margin-right: 10px;
}

/**
 * The button-elements are added statically in the HTML document
 * to illustrate how to cutomize the prev/next controls.
 *
 * We set display:none to hide them from browsers having
 * javascript. jCarousel will show them automatically.
 */
.jcarousel-next {
    position: absolute;
    top: 45px;
    right: 5px;
    cursor: pointer;
}

.jcarousel-next-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.jcarousel-prev {
    position: absolute;
    top: 45px;
    left: 5px;
    cursor: pointer;
}

.jcarousel-prev-disabled {
    cursor: default;
    opacity: .2;
    -moz-opacity: .2;
    filter: alpha(opacity=20);
}
