table.iwebsSkin {
	background-color: #145292;
}

.user,a.user:link,a.user:active,a.user:visited{ font-size:12px; color:#145292; text-decoration:none; font-weight:normal; font-family: arial;}
a.user:hover{ font-size:12px; color:#28780b; text-decoration:none; font-weight:normal; font-family: arial;}
#SearchContainer input{MARGIN: 0px 0px 0px 0px; BORDER: 1px solid #145292; font-size:9px; color:#000000; BACKGROUND:#ffffff;  WIDTH: 120px;  HEIGHT: 16px;  background-image: url(../images/searchinside.gif);	background-repeat: no-repeat;	background-position: top right;}
.search,a.search:link,a.search:active,a.search:visited,.search{ color:#145292; text-decoration:none; font-weight:bold; font-size:10px;}
a.search:hover{ color:#2878b0; text-decoration:none; font-weight:bold; font-size:10px;}

.FooterItems {
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
}

A.CopyrightText {
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
}


/*        Set Images                */

td.iwebsHeaderHOME {
	background-image: url('../images/bg_header_Home01.jpg');
	background-repeat: no-repeat;
	height: 338px;
}
td.iwebsCenterHOME {
	background-image: url('../images/bg_center_Home01.jpg');
	background-repeat: no-repeat;
	height: 424px;
}
table.iWebsRepeaterHOME {
	background-image: url('../images/bg_repeater_Home01.jpg');
	background-repeat: repeat-y;
}
td.iwebsFooterHOME {
	background-image: url('../images/bg_footer_Home01.jpg');
	background-repeat: no-repeat;
	height: 73px;
}
td.iWebsLeftHOME {
	background-image: url('../images/bg_leftside_Home01.jpg');
	background-repeat: repeat-x;
}
td.iWebsRightHOME {
	background-image: url('../images/bg_rightside_Home01.jpg');
	background-repeat: repeat-x;
}



td.iwebsHeaderINNER {
	background-image: url('../images/bg_header_Inner01.jpg');
	background-repeat: no-repeat;
	height: 206px;
}
td.iwebsCenterINNER {
	background-image: url('../images/bg_center_Inner01.jpg');
	background-repeat: no-repeat;
	height: 406px;
}
table.iWebsRepeaterINNER {
	background-image: url('../images/bg_repeater_Inner01.jpg');
	background-repeat: repeat-y;
}
td.iwebsFooterINNER {
	background-image: url('../images/bg_footer_Inner01.jpg');
	background-repeat: no-repeat;
	height: 81px;
}
td.iWebsLeftINNER {
	background-image: url('../images/bg_leftside_Inner01.jpg');
	background-repeat: repeat-x;
}
td.iWebsRightINNER {
	background-image: url('../images/bg_rightside_Inner01.jpg');
	background-repeat: repeat-x;
}



td.iwebsHeaderINNERFULL {
	background-image: url('../images/bg_header_InnerFull01.jpg');
	background-repeat: no-repeat;
	height: 206px;
}
td.iwebsCenterINNERFULL {
	background-image: url('../images/bg_center_InnerFull01.jpg');
	background-repeat: no-repeat;
	height: 376px;
}
table.iWebsRepeaterINNERFULL {
	background-image: url('../images/bg_repeater_InnerFull01.jpg');
	background-repeat: repeat-y;
}
td.iwebsFooterINNERFULL {
	background-image: url('../images/bg_footer_InnerFull01.jpg');
	background-repeat: no-repeat;
	height: 81px;
}
td.iWebsLeftINNERFULL {
	background-image: url('../images/bg_leftside_InnerFull01.jpg');
	background-repeat: repeat-x;
}
td.iWebsRightINNERFULL {
	background-image: url('../images/bg_rightside_InnerFull01.jpg');
	background-repeat: repeat-x;
}



td.iwebsHeaderADMIN {
	background-image: url('../images/bg_header_Admin01.jpg');
	background-repeat: no-repeat;
	height: 206px;
}
td.iwebsCenterADMIN {
	background-image: url('../images/bg_center_Admin01.jpg');
	background-repeat: no-repeat;
	height: 406px;
}
table.iWebsRepeaterADMIN {
	background-image: url('../images/bg_repeater_Admin01.jpg');
	background-repeat: repeat-y;
}
td.iwebsFooterADMIN {
	background-image: url('../images/bg_footer_Admin01.jpg');
	background-repeat: no-repeat;
	height: 81px;
}
td.iWebsLeftADMIN {
	background-image: url('../images/bg_leftside_Admin01.jpg');
	background-repeat: repeat-x;
}
td.iWebsRightADMIN {
	background-image: url('../images/bg_rightside_Admin01.jpg');
	background-repeat: repeat-x;
}



/*        Main Menu                 */ 


/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
	padding: 0;
	height: 24px;
}


/* Menu bar */
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background: transparent;
	padding: 0;
	height: 24px;
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #fff;
	font-size: 12px; 
	font-weight: bold;
	border: 1px solid #5a9331;
	padding: 1px 4px 2px 2px;
}


/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	border: 1px solid #145292;
	padding: 1px;
	background: #5a9331;
	filter: alpha(opacity=75, FinishOpacity=75, Style=1);
	-moz-opacity: 0.75;
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #145292;
	background: #ffffff;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Idle state for main menu items */
.MainMenu_Idle { 
	background: url('../images/menu_div01.gif') top right no-repeat transparent;
	color: #5a9331;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	border-left: 1px solid #fff;
}


/* Hover state for main menu items */
.MainMenu_Selected {
	background: url('../images/menu_div01.gif') top right no-repeat transparent;
	color: #145292;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	border-left: 1px solid #fff;
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	background: url('../images/menu_div01.gif') top right no-repeat transparent;
	color: #145292;
	padding-top: 2px;
	font-weight: bold;
	border-left: 1px solid #fff;
}


/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak {
	display: none;
}

H1 {
	color: #145292;
	font-size: 16px;
	font-weight: bold;
}
H2 {
	color: #5a9331;
	font-size: 15px;
	font-weight: bold;
}
H3 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
H4 {
	color: #5a9331;
	font-size: 12px;
	font-weight: bold;
}

