#headerAndLogo {
	width: 153px;
	height: 191px;
	background: url(/act/wsimages/logo_top_right.gif);
}

/* RHS MENU */
#menu {
	text-align: center;
}

.menuItem {
	min-height: 22px;
	width: 145px;
	margin-left: 8px;
	margin-top: 0px;
	position: relative;
}
.menuSep {margin-top: 2px;}
.menuWrap {	
	height: 1px; 
	width: 145px;
	margin-left: 8px;
	line-height: 1px; /* IE hack */
	font-size: 0px; /* IE hack */
	position: relative;
	background-repeat: no-repeat;}

.menuWrapOff {background-image: url(/wsimages/menu_red_wrap.gif);}
.menuWrapActive {background-image: url(/wsimages/menu_lime_wrap.gif);}
.menuWrapOpen {background-image: url(/wsimages/menu_red_wrap.gif);}

.menuOff {background-color: #E10404;}
.menuActive {background-color: #62bd19; font-weight: bold; }
.menuOpen {background-color: #d60004; font-weight: bold; }
.menuArrow {
	width: 7px;
	height: 6px;
	position: absolute;
	right: 6px;
	top: 40%;
}
.menuDownArrow {background: url(/wsimages/menu_arrow_orange.gif) no-repeat;}
.menuUpArrow {background: url(/wsimages/menu_arrow_lime.gif) no-repeat;}
.menuText {
	text-align: left;
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 20px;
	padding-bottom: 3px;
	color: white;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11px;
}


.menuOpen .menuLinkText {
	color: white;
	margin-left: 0px;
	background-image: url(/wsimages/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	height: 100%;
}
.menuLinkText {
	text-decoration: none; padding-left: 0px;color: white;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11px;
}
.linkWrapper {margin-left: 10px; }
.menuLink {
	color: white;
	margin-left: 0px;
	text-decoration: none;
}

/* RHS MENU LEVEL 1 */
.menuWrapActive1 {background-image: url(/wsimages/menuwrap_active_l1.gif);}
.menuActive1 {background-color: #013490;}
.menuDownArrow1 {background: url(/wsimages/menuarrow_down_l1.gif) no-repeat;}
.menuUpArrow1 {background: url(/wsimages/menuarrow_up_l1.gif) no-repeat;}

/* RHS MENU LEVEL 2 */
.menuOff2, .menuActive2 {background-color: #0171BD;}
.menuWrapOff2, .menuWrapActive2 {background-image: url(/wsimages/menuwrap_off_l2.gif);}
.menuDownArrow2 {background: url(/wsimages/menuarrow_down_l2.gif) no-repeat;}
.menuUpArrow2 {background: url(/wsimages/menuarrow_up_l2.gif) no-repeat;}

/* RHS MENU LEVEL 3 */
.menuOff3, .menuActive3 {background-color: #43A6E7;}
.menuWrapOff3, .menuWrapActive3 {background-image: url(/wsimages/menuwrap_off_l3.gif);}
.menuDownArrow3 {background: url(/wsimages/menuarrow_down_l3.gif) no-repeat;}
.menuUpArrow3 {background: url(/wsimages/menuarrow_up_l3.gif) no-repeat;}

/* RHS MENU LEVEL 4 */
.menuOff4, .menuActive4, .menuOpen4 {background-color: #BDD6EE;}
.menuWrapOff4, .menuWrapActive4 {background-image: url(/wsimages/menuwrap_off_l4.gif);}
.menuWrapOpen4 { background-image: url(/wsimages/menuwrap_open_l4.gif); }
.menuLink4 { color: #345CA3; }
.menuOff4 .menuLinkText4 {color: #345CA3;}
.menuActive4 .menuLinkText4 {color: #345CA3; }
.menuOpen4 .menuLinkText4 { color: #345CA3; background-image: url(/wsimages/menubullet_l4.gif) !important; }
.linkWrapper4 .menuLink4 { font-weight: normal !important; }


/* BODY  */
#intBodyTitle {
	background-color: #E10404;
	/* css hack follows :) */
	min-height: 24px;
	height:auto !important;
}

#intBodyBreadcrumb {
	background-color: #94C5F5;
}

#intBodyBreadcrumb {
	color: #003478;
}

#intBodyBreadcrumb a:link, #intBodyBreadcrumb a:visited {color: #003478; }

#intBodyContent {
	background-color: #BDD6EE;
	background-image: url(/act/wsimages/internal_body_bg.jpg);
}

/* CONTAINER SKINS */
.generalSkin { margin-bottom: 6px; background-color: #BDD6EE; }
.generalSkinHeader {height: 31px; background-color: #E10404; border-bottom: 2px solid white; }
.generalSkinTitle {
	font-size: 14px;
	color: white;
	font-weight: bold;
	position: relative;
	left: 0.5em;
	top: 8px;
}

.generalSkinContent {
	padding: 14px;
	padding-right: 25px;
	font-size: 11px;
	color: #001842;
}

.pollSkin { background-color: #A1D775; }
.pollSkinHeader { background-color: #48A100; }

#footer {
	height: 32px;
	margin-left: 35px;
	background-color: #48A100;
	clear: both;
	color: #ffffff;
}



#footer a:link, #footer a:visited {color: #ffffff;}

#footerLeft {
	float: left;
	padding-top: 10px;
	margin-left: 10px;
}
#footerRight {
	padding-top: 10px;
	margin-right: 10px;
	float: right;
}	
* html #main {
float:left;
width:745px!important;
}

* html body.home #main {
float:left;
width:779px!important;
}
