/* Default styles for the editor and for anything that isn't styled in any of the templates */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
img {border:0} 


body
{
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #363636;
	line-height: 15px;
	text-decoration: none;

}

table
{
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #363636;
	line-height: 15px;
	text-decoration: none;

}

ul {
	margin-top: 0px;
	margin-bottom: 0px;

}

li{
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #363636;
	line-height: 15px;
	text-decoration: none;
	list-style-image:url(images/content_bullet.gif);
	margin-bottom:3px;
	margin-bottom: 0px;
	margin-top: 0px;
}

a {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #56641b;
	line-height: 15px;
	text-decoration: none;
}
a:visited {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #56641b;
	line-height: 15px;
	text-decoration: none;
}
a:hover {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #56641b;
	line-height: 15px;
	text-decoration: underline;
}
a:active {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #56641b;
	line-height: 15px;
	text-decoration: underline;
}
/* END Desfault styles */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/






/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Navigation styles */


/* Main Navigation */
.sidebar {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	color: #777777;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #e5e5e5;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position:top center;

}

.sidebar a{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	color: #777777;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #e5e5e5;
	background-image: none;
}

.sidebar a:visited{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	color: #777777;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #e5e5e5;
	background-image: none;
}

.sidebar a:hover{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	color: #425419;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #e5e5e5;
	background-image: none;
}
.sidebar a:active{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	color: #425419;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #e5e5e5;
	background-image: none;
}


.sidebarselected {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	color: #425419;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #e5e5e5;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position:top center;

}

.sidebarselected a{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	color: #425419;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #e5e5e5;
	background-image: none;
}

.sidebarselected a:visited{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	color: #425419;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #e5e5e5;
	background-image: none;
}

.sidebarselected a:hover{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	color: #425419;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #e5e5e5;
	background-image: none;
}
.sidebarselected a:active{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	color: #425419;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #e5e5e5;
	background-image: none;
}
/* END Main Navigation */






/* Sub Navigation */
.sub_sidebar {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #485020;
	line-height: 16px;
	text-decoration: none;

}

.sub_sidebar a{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #485020;
	line-height: 16px;
	text-decoration: none;
}

.sub_sidebar a:visited{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #485020;
	line-height: 16px;
	text-decoration: none;
}

.sub_sidebar a:hover{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #363636;
	line-height: 16px;
	text-decoration: none;
}
.sub_sidebar a:active{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #363636;
	line-height: 16px;
	text-decoration: none;
}


.sub_sidebarselected {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #363636;
	line-height: 16px;
	text-decoration: none;

}

.sub_sidebarselected a{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #363636;
	line-height: 16px;
	text-decoration: none;
}

.sub_sidebarselected a:visited{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #363636;
	line-height: 16px;
	text-decoration: none;
}

.sub_sidebarselected a:hover{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #363636;
	line-height: 16px;
	text-decoration: none;
}
.sub_sidebarselected a:active{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #363636;
	line-height: 16px;
	text-decoration: none;
}
/* END Sub Navigation */




/* Third Level Navigation */
.third {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2c2b2b;
	line-height: 18px;
	text-decoration: none;

}

.third a{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2c2b2b;
	line-height: 18px;
	text-decoration: none;
}

.third a:link{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2c2b2b;
	line-height: 18px;
	text-decoration: none;
}

.third a:visited{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2c2b2b;
	line-height: 18px;
	text-decoration: none;
}

.third a:hover{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6e7632;
	line-height: 18px;
	text-decoration: none;
}
.third a:active{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6e7632;
	line-height: 18px;
	text-decoration: none;
}


.third_selected {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6e7632;
	line-height: 18px;
	text-decoration: none;

}


.third_selected a{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6e7632;
	line-height: 18px;
	text-decoration: none;
}

.third_selected a:visited{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6e7632;
	line-height: 18px;
	text-decoration: none;
}

.third_selected a:hover{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6e7632;
	line-height: 18px;
	text-decoration: none;
}
.third_selected a:active{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6e7632;
	line-height: 18px;
	text-decoration: none;
}

/* END Third Level Navigation */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/






/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Main content styles */



/* Main content */
.content {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #363636;
	line-height: 15px;
	text-decoration: none;
}
.content P{
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #363636;
	line-height: 15px;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 10px;
}
.content table{
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #363636;
	line-height: 15px;
	text-decoration: none;
}
.content hr {
	border: 1px;
 	width: 100%;
 	color: #cbcaca;
	height: 1px;
	padding-top: 1px;
	padding-bottom: 1px;

}


.content ul {
	margin-top: 7px;
	margin-bottom: 5px;

}

.content li{
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #363636;
	line-height: 15px;
	list-style-image:url(images/content_bullet.gif);
	margin-bottom:3px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: -10px;

}

.content a {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #56641b;
	line-height: 15px;
	text-decoration: none;
}
.content a:link {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #56641b;
	line-height: 15px;
	text-decoration: none;
}
.content a:visited {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #56641b;
	line-height: 15px;
	text-decoration: none;
}
.content a:hover {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #56641b;
	line-height: 15px;
	text-decoration: underline;
}
.content a:active {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #56641b;
	line-height: 15px;
	text-decoration: underline;
}

/* END Main content */


/* username and password textboxes */
.textbox {
	background-color: #ffffff;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	COLOR: #767676;
	border: 1px; 
	border-style:solid;
	border-color:#CCCCCC;
	height: 18px;
	width: 125px;
	FONT-FAMILY:  Arial, Tahoma,Verdana, Verdana, Helvetica, sans-serif ;;
	padding-left: 5px;
}
/* END username and password textboxes */

/* Search box */
.textbox2 {
	background-color: #ffffff;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	COLOR: #767676;
	border: 1px; 
	border-style:solid;
	border-color:#CCCCCC;
	height: 18px;
	width: 155px;
	FONT-FAMILY:  Arial, Tahoma,Verdana, Verdana, Helvetica, sans-serif ;;
	padding-left: 5px;
}
/* END Search box */


/* cookie crumbs */
.topnav {
	font-family:  Tahoma, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #7d7d7d;
	line-height: 14px;
	text-decoration: none;
}


.topnav a {
	font-family:  Tahoma, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #7d7d7d;
	line-height: 14px;
	text-decoration: none;
}
.topnav a:visited {
	font-family:  Tahoma, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #7d7d7d;
	line-height: 14px;
	text-decoration: none;
}
.topnav a:hover {
	font-family:  Tahoma, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #86903e;
	line-height: 14px;
	text-decoration: none;
}
.topnav a:active {
	font-family:  Tahoma, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #86903e;
	line-height: 14px;
	text-decoration: none;
}

/* END cookie crumbs */





/* login box */
.login_fieldname {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #777777;
	line-height: 12px;

}
.login {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #777777;
	line-height: 12px;

}
.login P{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #777777;
	line-height: 12px;
}
.login table{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #777777;
	line-height: 12px;
}
.login a {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5f6f26;
	line-height: 12px;
	text-decoration: none;
}
.login a:visited {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	color: #5f6f26;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
}
.login a:hover {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5f6f26;
	line-height: 12px;
	text-decoration: underline;
}
.login a:active {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5f6f26;
	line-height: 12px;
	text-decoration: underline;
}
/* END login box */






/* background effects */
.bleed {
	background-color: #e5e5e5;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position:top center;
}


.bleed2 {
	background-color: #dddddd;
	background-image: url(images/right_square_bg.gif);
	background-repeat: repeat-x;

}

/*	background-color: #ecf0e7;*/
.bleed3 {
	background-color: #eaeaea;
	background-image: url(images/copyright_bg.gif);
	background-repeat: repeat-x;
}
/* END back ground effects */





/*Small text for forms */
.small {
	font-family: Tahoma,  Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6f6e6e;
	line-height: 13px;

}
.small P{
	font-family: Tahoma,  Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6f6e6e;
	line-height: 13px;

}
.small table{
	font-family: Tahoma,  Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6f6e6e;
	line-height: 13px;
   
}

.small td{
	font-family: Tahoma,  Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6f6e6e;
	line-height: 13px;
   
}

.small a {
	font-family: Tahoma,  Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #214d7a;
	line-height: 13px;
	text-decoration: none;
}
.small a:visited {
	font-family: Tahoma,  Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #214d7a;
	line-height: 13px;
	text-decoration: none;
}
.small a:hover {
	font-family: Tahoma,  Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #214d7a;
	line-height: 13px;
	text-decoration: underline;
}
.small a:active {
	font-family: Tahoma,  Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #214d7a;
	line-height: 13px;
	text-decoration: underline;
}

/* END Small text for forms */





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* END Main content page styles */









/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* There are the styles for the bottom copyright */



.copyright {
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 14px;
}
.copyright P{
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 14px;
}
.copyright table{
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 14px;
}
.copyright a {
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 14px;
	text-decoration: underline;
}
.copyright a:link {
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 14px;
	text-decoration: underline;
}
.copyright a:visited {
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 14px;
	text-decoration: underline;
}
.copyright a:hover {
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 14px;
	text-decoration: underline;
}
.copyright a:active {
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 14px;
	text-decoration: underline;
}






.TL {
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 14px;
}
.TL P{
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 14px;
}
.TL table{
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 14px;
}
.TL a {
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 14px;
	text-decoration: none;
}
.TL a:link {
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 14px;
	text-decoration: none;
}
.TL a:visited {
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 14px;
	text-decoration: none;
}
.TL a:hover {
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 14px;
	text-decoration: underline;
}
.TL a:active {
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3b3b;
	line-height: 14px;
	text-decoration: underline;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/












/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Styles used for main s on the content and member pages */

.title {
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #141414;
	text-transform: uppercase;

}

.page_title {
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #141414;
	text-transform: uppercase;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/







/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Styles used in the drop down menu of the fck editor to give the user options for enhancing some of the text */



.sub_title{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #141414;
	text-transform: uppercase;

}


.sub_header_green {
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #5f6b08;
	line-height: 16px;
}

.sub_header_green a{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #5f6b08;
	line-height: 16px;
	text-decoration: none;
}

.sub_header_green a:visited{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #5f6b08;
	line-height: 16px;
	text-decoration: none;
}

.sub_header_green a:hover{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #5f6b08;
	line-height: 16px;
	text-decoration: underline;
}

.sub_header_green a:active{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #5f6b08;
	line-height: 16px;
	text-decoration: underline;
}




.sub_header_dark_green {
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #40471b;
	line-height: 16px;
}

.sub_header_dark_green a{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #40471b;
	line-height: 16px;
	text-decoration: none;
}

.sub_header_dark_green a:visited{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #40471b;
	line-height: 16px;
	text-decoration: none;
}

.sub_header_dark_green a:hover{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #40471b;
	line-height: 16px;
	text-decoration: underline;
}

.sub_header_dark_green a:active{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #40471b;
	line-height: 16px;
	text-decoration: underline;
}





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* END FCK Style sheet editor styles */






/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* START Calendar Styles */


.cal_header {
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #24313a;
	line-height: 20px;
}

.cal_header a{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #24313a;
	line-height: 20px;
	text-decoration: none;
}

.cal_header a:visited{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #24313a;
	line-height: 20px;
	text-decoration: none;
}

.cal_header a:hover{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #24313a;
	line-height: 20px;
	text-decoration: underline;
}

.cal_header a:active{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #24313a;
	line-height: 20px;
	text-decoration: underline;
}


.cal_sub_header {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #565555;
	line-height: 16px;
	text-decoration: none;

}

.cal_sub_header hr {
	border: 1px;
 	width: 100%;
 	color: #e2e0e0;
	height: 1px;

}

.cal_sub_header a{
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #565555;
	line-height: 16px;
	text-decoration: none;
}
.cal_sub_header a:visited{
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #565555;
	line-height: 16px;
	text-decoration: none;
}
.cal_sub_header a:hover{
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #565555;
	line-height: 16px;
	text-decoration: underline;
}
.cal_sub_header a:active {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #565555;
	line-height: 16px;
	text-decoration: underline;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* END Calendar Styles */















/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Special Styles for the Home page */

.calendar_date {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #363636;
	line-height: 18px;
	text-decoration: none;
}

.calendar {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #363636;
	line-height: 15px;
	text-decoration: none;
}
.calendar P{
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #363636;
	line-height: 15px;
	text-decoration: none;
	margin-bottom: 3px;
	margin-top: 3px;
}
.calendar table{
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #363636;
	line-height: 15px;
	text-decoration: none;;
}


.calendar a {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #56641b;
	line-height: 15px;
	text-decoration: none;
}
.calendar a:visited {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #56641b;
	line-height: 15px;
	text-decoration: none;
}
.calendar a:hover {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #56641b;
	line-height: 15px;
	text-decoration: underline;
}
.calendar a:active {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #56641b;
	line-height: 15px;
	text-decoration: underline;
}










.staticnavs_bottom {
	font-family: Tahoma, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5e5e5e;
	line-height: 16px;

}
.staticnavs_bottom P{
	font-family: Tahoma, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5e5e5e;
	line-height: 16px;
}
.staticnavs_bottom table{
	font-family: Tahoma, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5e5e5e;
	line-height: 16px;
}


.staticnavs_bottom a {
	font-family: Tahoma, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5e5e5e;
	line-height: 16px;
	text-decoration: none;
}
.staticnavs_bottom a:visited {
	font-family: Tahoma, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5e5e5e;
	line-height: 16px;
	text-decoration: none;
}
.staticnavs_bottom a:hover {
	font-family: Tahoma, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #425419;
	line-height: 16px;
	text-decoration: none;
}
.staticnavs_bottom a:active {
	font-family: Tahoma, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #425419;
	line-height: 16px;
	text-decoration: none;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* END Special Styles for the Home page */


/* E Publisher/ Article Builder Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.epub_header {
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #bf2e1b; 
	line-height: 22px;
}

.epub_header a{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #bf2e1b;
	line-height: 22px;
}

.epub_header a:visited{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #bf2e1b;
	line-height: 22px;
}

.epub_header a:hover{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #bf2e1b;
	line-height: 22px;
	text-decoration: underline;
}

.epub_header a:active{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #bf2e1b;
	line-height: 22px;
	text-decoration: underline;
}




.article_header2 {
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #535f22;
	line-height: 19px;
}

.article_header2 a{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #535f22;
	line-height: 19px;
}

.article_header2 a:visited{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #535f22;
	line-height: 19px;
}

.article_header2 a:hover{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #535f22;
	line-height: 19px;
	text-decoration: underline;
}

.article_header2 a:active{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #535f22;
	line-height: 19px;
	text-decoration: underline;
}






.article_builder {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
}
.article_builder P{
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 10px;
}
.article_builder table{
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
}
.article_builder hr {
	border: 1px;
 	width: 100%;
 	color: #cbcaca;
	height: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.article_builder ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.article_builder li{
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
	list-style-image:url(images/arrow_content_li.gif);
	margin-left:-5px;
	margin-bottom:3px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.article_builder a {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00558e;
	line-height: 16px;
	text-decoration: none;
}
.article_builder a:link {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00558e;
	line-height: 16px;
	text-decoration: none;
}
.article_builder a:visited {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00558e;
	line-height: 16px;
	text-decoration: none;
}
.article_builder a:hover {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00558e;
	line-height: 16px;
	text-decoration: underline;
}
.article_builder a:active {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00558e;
	line-height: 16px;
	text-decoration: underline;
}


.article_photo_credit {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
}

.edition_photo_caption {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 13px;
	text-decoration: none;
}


.article_photo_caption {
	font-family:  Tahoma, Arial, Verdana,  Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 13px;
	text-decoration: none;
}



.article_sub_title{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 20px;
	font-weight: 900;
	color: #bf2e1b;
	line-height: 26px;
}


.article_date{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #696968;
	line-height: 12px;
}



.article_author {
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
}

.article_author a{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #00558e;
	line-height: 14px;
}

.article_author a:visited{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #00558e;
	line-height: 14px;
}

.article_author a:hover{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #00558e;
	line-height: 14px;
	text-decoration: underline;
}

.article_author a:active{
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #00558e;
	line-height: 14px;
	text-decoration: underline;
}



.article_sidebar_title {
	font-family:   Tahoma, Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #4b8803;
	line-height: 18px;
}

/* END Epublisher Article Builder Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/




/* Directory Styles */
.directory_enhanced
{ background-color: #e3e6cd;
}

.directory_enhanced_border {
	border-collapse:collapse;
	border-style: solid;
	border: 1px;
	border-color: #969e58;
}

/*END Driectroy Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/