
.bodytext {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #000000;
}
.bodytextbold {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}
.searchtext {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #222222;
}
.navigation_background 
{
	background-image: url(images/navigation.jpg);
}
body {
	
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
	
}
body a, a:hover, a:visited {
	color: #00778f !important;
	}

.navigationlinks a, a:visited {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.navigationlinks a:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #cccccc;
	text-decoration: underline;
	}

.ControlPanel {
	width: 100%;
	background-color: #fefefe;
	border:none;
	padding-bottom:10px;
}
.contentpane {
	background-color: transparent;
}

/* Bullet / list item styles */
UL LI
{
       list-style-type: disc;
}
UL LI LI
{
       list-style-type: circle;
}
UL LI LI LI
{
       list-style-type: square;
}
OL LI
{
       list-style-type: decimal;
}
OL OL LI
{
       list-style-type: lower-alpha;
}
OL OL OL LI
{
       list-style-type: lower-roman;
}
OL UL LI
{
       list-style-type: disc;
}
/* DNN Menu */

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #2E373E; 
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight:normal;
	background-color: Transparent;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight:normal;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #F3F3F3;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
