/**** Main Font **************************************/
.txtmain, .txtsmaller, .txtsmall, .txtlarge, txtlarger, 
.txtwhite, .txtwhitesmall, .txtred, pagetitle, heading, h1
	{
	font-family: Arial, Helvetica, sans-serif; 
	}
/****************************************************/

/**** Main Font Color ********************************/
.txtmain, .txtsmaller, .txtsmall, .txtlarge, txtlarger, 
pagetitle, heading, h1, h2, h3, h4, h5, h6 
	{
	color: #525252;
	}
/****************************************************/

/**** Font Style ************************************/
.txtmain       { font-size: 12px; line-height: 18px; }
.txtsmaller    { font-size: 11px; line-height: 15px; }
.txtsmall      { font-size: 9px;  line-height: 14px; }
.txtlarge      { font-size: 14px; line-height: 18px; }
.txtlarger     { font-size: 14px; line-height: 18px; }
.txtwhite      { font-size: 11px; color: #FFFFFF; line-height: 12px; }
.txtwhitesmall { font-size: 9px;  color: #FFFFFF; line-height: 12px; }

.txtred        { font-size: 12px; color: #FF0000; line-height: 12px; }
.txtgreen 	   { color:#009900; }
.txtbold       { font-weight:bold; }
.txtnormal     { font-weight:normal; }

.pagetitle    { font-size:14px; color:#4da700; font-weight:bold; }
.heading      { font-size:13px; color:#333333; font-weight:bold; } 

h1  { 
	font-size:14px; 
	font-weight:bold; 
	color:#4da700;
	}
/****************************************************/

.hide            { display:none; }

.floatleft       { float:left; }
.floatright      { float:right; }

.paddingtop10    { padding-top:10px; }
.paddingbottom10 { padding-bottom:10px; }

/**** Form Styles ***********************************/
form { 
	margin:0px; 
	padding:0px; 
	}

select, input, options, textarea { 
	color: #666666;
	font-size:11px;
	}
/****************************************************/

/**** Horizontal Rule *******************************/
hr {
	font-size: 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
}
/****************************************************/

.searchresults {
background-image:url(../images/icons/icon_page_small.gif);
background-repeat:no-repeat;
background-position: 0px 3px;
display:block;
padding: 0px 0px 10px 18px;
}

/*** Image CSS **************************************/
.imageright { 
	margin: 0px 0px 24px 24px; 
	position:relative;
	right:0px;
	float:right;
	}
	
.imageleft  { 
	margin: 0px 24px 24px 0px; 
	position:relative;
	right:0px;
	float:left;
	}
	
.imagerightborder { 
	margin: 0px 0px 24px 24px; 
	position:relative;
	right:0px;
	float:right;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	}
	
.imageleftborder  { 
	margin: 0px 24px 24px 0px; 
	position:relative;
	right:0px;
	float:left;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	}

img.imagetopborder    { border-top: solid 2px #996699;}
img.imagebottomborder { border-bottom: solid 2px #996699;}
img.imageborder       { border: solid 8px #996699;}
img.imagenoborder     { border: none;}
/****************************************************/

/* style elements */

a:link, a:visited {
color: #4da700;
}

strong {
color: #0096c7;
font-weight: bold;
}

.box_text ul {
margin: 10px 0 17px;
}

.box_text ul li {
margin-left: 11px;
background: url(../images/bullet.gif) no-repeat 0 6px;
padding: 0 10px 0 20px;
}

#menu a:link, #menu a:visited {
display: block;
width: 126px;
line-height: 18px;
padding: 1px 0 2px 24px;
font-weight: bold;
color: #fff;
text-decoration: none;
background: url(../images/menu_inactive.gif) no-repeat 12px 7px;
}

#menu a:hover, #menu li.on a:link, #menu li.on a:visited {
background: url(../images/menu_active.gif) no-repeat 12px 7px;
}

#menu li {
background: url(../images/menu_border.gif) no-repeat bottom;
}

#menu li.sub a:link, #menu li.sub a:visited {
background: url(../images/menu_open_inactive.gif) no-repeat 10px 9px;
}

#menu li.sub a:hover {
background: url(../images/menu_open_active.gif) no-repeat 10px 9px;
}

#menu li.sub.on a:link, #menu li.sub.on a:visited {
font-weight: bold;
background: url(../images/menu_open_active.gif) no-repeat 10px 9px;
}

#menu ul.sub li a:link, #menu ul.sub li a:visited {
background:  url(../images/submenu_bg_inactive.gif) bottom;
font-size: 11px;
font-weight: normal;
color: #dbeff9;
}

#menu ul.sub li a:hover {
background: url(../images/submenu_bg_active.gif) bottom;
color: #fff;
}

#menu ul.sub li.on a:link, #menu ul.sub li.on a:visited {
background: url(../images/submenu_bg_active.gif) bottom;
font-weight: bold;
color: #fff;
}

h2 {
background: url(../images/h2_bg.gif) no-repeat;
height: 20px;
line-height: 20px;
padding: 2px 0 0 15px;
font-weight: bold;
color: #fff;
font-size: 12px;
}

.wide h2 {
background: url(../images/h2_wide_bg.gif) no-repeat;
}

h3 {
position: absolute;
background: url(../images/h3_bg.gif) no-repeat;
width: 145px;
height: 22px;
padding: 5px 0 0 13px;
margin: 13px 0 0 -13px;
font-weight: bold;
color: #fff;
font-size: 12px;
}

.date {
display: block;
clear: both;
margin-top: 8px;
font-size: 11px;
color: #777777;
}

.more a:link, .more a:visited {
color: #4da700;
}

.partners {
padding-top: 20px;
}

.partners strong {
display: block;
width: 150px;
text-align: center;
margin-bottom: 6px;
}

.partners img {
padding-top: 2px;
}

#ft {
padding-top: 35px;
color: #777777;
font-size: 11px;
padding-right: 8px;
}

.footer {
border-top: 1px dotted #aaa;
padding-top: 7px;
}

.footer .quicklinks {
float: left;
font-size: 12px;
}

.footer .credits {
float: right;
text-align: right;
}

.footer .smallprint {
display: block;
padding-top: 6px;
color: #aaa;
}