html,body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, Verdana, Tahoma;
	margin: 0;
	height:100%;
	color:#545454
}

blockquote {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, Verdana, Tahoma;
	margin: 0 0 0 40px;
}

p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, Verdana, Tahoma;
}
td{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, Verdana, Tahoma;
}
h1{
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif, Verdana, Tahoma;
	font-weight:bold;
	color:#212c63;
	line-height:1em;
	margin-bottom:0px
}

h2{
	font-size:29px;
	font-family:Arial, Helvetica, sans-serif, Verdana, Tahoma;
	font-weight:bold;
	color:#212c63;
	line-height:1em;
	margin-bottom:0px
}

h3{
	font-family:Arial, Helvetica, sans-serif, Verdana, Tahoma;
	padding:0;
	margin:0;
	color: #212c63;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1em;
	font-size: 130%;
	font-weight:bold;
}

a, a:link, a:visited, a:active {
	font-family:Arial, Helvetica, sans-serif, Verdana, Tahoma;
	color:#65a7bb;
	text-decoration:none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif, Verdana, Tahoma;
	color:#65a7bb;
	text-decoration:underline;
}

img
{
	padding:0px;
	margin:0px;

}
input
{
	font-size:10px;
}
select
{
	font-size:10px;
}
textarea
{
	font-size:10px;
}

li{
	font-size:12px !important;
	font-family:Arial, Helvetica, sans-serif, Verdana, Tahoma;
	list-style:square;
	margin-bottom:10px
}

li a{
	font-size:12px !important;
	font-family:Arial, Helvetica, sans-serif, Verdana, Tahoma;
	list-style: square;
	margin-bottom:10px
}

.top_left_corner {
	background:url("images/top_left_corner.gif") repeat-x;
	margin-left:0px;
}


.container
{
	min-height:100%;
	position:relative;
}

.page_top_back
{
	background:url("images/top_back.gif") repeat-x;
	padding-bottom:177px;
	margin-left:10px;
}
.MainMenu_back
{
	background:url("images/menu_back.gif") repeat-x;

}
#footer_back
{
	position:absolute;
	bottom:0;
	background-image:url("images/page_back.jpg");
	background-position:bottom;
	background-repeat:repeat-x;
	height:177px;
	width:100% !important;
}

.footer_table{

}

.content_container {
	padding-top:16px
}

.co_name { 
	font-size:11px
}
.read_more {
	float:right;
	font-size:11px
}

.td_comments {
	width:65px;
	vertical-align:top;
	text-align:center;
	height:65px;
}
/* ######## BUTTONS  ##############*/

a.btn_learnmore, a.btn_learnmore:visited{ background:url(images/btn_learn_more.gif) no-repeat top left; display:table}
a.btn_learnmore:hover { display:table; background-position: 0 -25px;}

a.btn_seemore, a.btn_seemore:visited{ background:url(images/btn_see_more.gif) no-repeat top left; display:table}
a.btn_seemore:hover { display:table; background-position: 0 -20px;}

/* ########  PANES  ##############*/

.ContentPane {
	padding-bottom:20px;
	padding-right:15px
}

.LeftPane {
	padding-bottom:20px;
	padding-right:15px
}

.MiddleLeftPane {
	padding-right:30px;
}

.MiddleRightPane {
	padding-right:15px;
}

.RightColumn {
	padding-left:15px;
	border-left: 1px solid #cdcdcd
}

.RightTopPane {

}

.bottomPane {
	border-top: 1px solid #cdcdcd;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px
}

.RightBottomPane {

}


/*----------------footer styles--------------------------*/
.Title_1
{
	font-family:Arial, Helvetica, sans-serif, Verdana, Tahoma;
	font-size:14px;
	color:#FFFFFF;
}
.Title_2
{
	font-family:Arial, Helvetica, sans-serif, Verdana, Tahoma;
	font-size:12px;
	color:#A7B6D7;
	font-weight:bold;  
}
.Content_white
{
	color:#A4B5D3;
	font-size:11px; 
}
.small_bule{
	color:#003366;
	font-size:11px; 
}

.quicklinks a{
	color:#a6b5d4;
	font-size:11px
}

.quicklinks a:hover{
	color:#FFFFFF;
	font-size:11px;
}

/* ############# TOP MENU STYLES ############# */

/* MENU STYLES */

.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:32px;
	!height:33px; /* hack to make this work on the crap IE*/
	background-color: Transparent;
	border:0;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #212c63; 
	font-size: 12px; 
	font-style: normal; 
	background-color: Transparent;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding-left:3px;
	border:0;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	font-size: 12px; 
	font-style: normal; 
	background-color: Transparent;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 5px 0px 5px;   /*explicitly set padding for root menu items*/
	border:0;
}

.main_dnnmenu_itemhover {  /* this controls the items on the SUBMENU*/
	font-size: 12px;
	color:#65a7bb !important;
	border:0;
}

.main_dnnmenu_itemhover td {  
	font-size: 12px;
	color:#65a7bb !important;
	!height:33px; /* hack to make this work on the crap IE*/
    padding-left: 3px;   /*explicitly set padding for root menu items*/
	!padding-right:5px;
	background:url(images/bck_menu.gif) top left repeat-x;
	border:0;
}

.MainMenu_Active {
	background:url(images/bck_menu.gif) top left repeat-x;
	color:#65a7bb !important;
	border:0;
}

.MainMenu_Active td{
	color:#65a7bb !important;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
	padding:4px 0 4px 0;
	border:0;
	display:none
}
.main_dnnmenu_submenu {
	background-color: #e6e6e6;  /* this works */
	z-index: 1000;
	font-size:12px !important;
	cursor: pointer;
	cursor: hand;
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	border:0;
	line-height:22px
}

.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
	border:0;	
}

.main_dnnmenu_arrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border:0;
	display:none
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border:0;
	display:none
}

.MainMenu_SubMenu {
	font-size:12px !important;
	background-color:#e4edef; /* this works*/
	border:0;
	line-height:22px
}

.MainMenu_SubMenu td{
	font-size:12px !important;
	background-color:#e4edef; /* this works*/
	border:0;
	padding:4px 0 4px 5px;
}

.MainMenu_SubMenu_hover {
	color:#65a7bb !important;
	background:url(images/bck_menu_hover.gif) top left repeat-x;
	font-size:12px !important; /* this works */
	border:0;
}

/* #######  LEFT MENU - INVENTUA SIDE MENU  ########## */

.MenuHdr {
	text-transform:uppercase;
	background-color:#002a83;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	padding:1px 5px 1px 5px;
	cursor: default
}
.MenuItem {
	background-color:#efefef;
	font-weight:normal;
	color:#545454 !important;
	font-size:11px;
	padding:4px 5px 4px 5px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #dedede
}
.MenuItem a{
	color:#545454 !important;
}
.MenuItemMouseOver {
	background-color:#efefef;
	font-weight:normal;
	color:#FFFFFF;
	font-size:11px;
	padding:4px 5px 4px 5px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #dedede
}
.currentHeaderHighlight {}
.currentItemHighlight {
	background-color:#efefef;
	font-weight:bold;
	font-size:11px;
}

.SubHeadNews {
    font-size:  12px;
    font-weight: bold;
    color: #545454;
}

.newsDesc p{
	display:inline;
}

.newsReadmore{
	text-align:right;
	color: #545454;
	font-size:12px;
	font-weight:bold;	
}

.newsReadmore a, .newsReadmore a:visited {
	color: #545454;
	font-size:12px;
	font-weight:bold;
	background:url(images/bullet_go.gif) no-repeat right;
	padding-right:15px
}
.newsSpacer {
	border-bottom:1px dotted #bfbfbf;
	width:100%;
	height:5px;
}