@charset "utf-8";
/* CSS Document */
/*Add additional classes as necessary for layout of your specific site*/
@import url(navigation.css);
body,html{
	margin:0px auto;
	padding: 0;
	background-color:#101406;
}
/*Portal Body*/
.tableMain{
	margin: 0px auto;
	padding: 0;
	width:835px;
	background-color:#232955;
}
/**********************************************************PORTAL TOP NAVIGATION SETTINGS ****************************************************************/
.PortalNav{                                                                                                                                            /**/
	 margin: 0 auto;                                                                                                                                      /**/
	 padding: 0;                                                                                                                                          /**/
	 background-color:#8a9d28;                                                                                                                            /**/
	 color:#FFFFFF;                                                                                                                                       /**/
	 font-size:14px;                                                                                                                                      /**/
	 font-weight:700;                                                                                                                                     /**/
	 height:15px;                                                                                                                                         /**/
	 line-height:15px;                                                                                                                                    /**/
	 width:835px;                                                                                                                                         /**/
}                                                                                                                                                      /**/
                                                                                                                                                       /**/
ul.MenuBarHorizontal a                                                                                                                                 /**/
{                                                                                                                                                      /**/
 display:block;                                                                                                                                        /**/	
	cursor: pointer;                                                                                                                                      /**/
	background-color: #8a9d28;                                                                                                                            /**/
	padding: 0.1em 0.85em;                                                                                                                                /**/
	color: #fff;                                                                                                                                          /**/
	text-decoration: none;                                                                                                                                /**/
}                                                                                                                                                      /**/
ul.MenuBarHorizontal ul                                                                                                                                /**/
{                                                                                                                                                      /**/
	/*border: 1px solid #CCC;*/                                                                                                                           /**/
}                                                                                                                                                      /**/
                                                                                                                                                       /**/
/* Menu items that have mouse over or focus have a blue background and white text                                                                        */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus                                                                                             /**/
{                                                                                                                                                      /**/
	background-color: #6d85c2;                                                                                                                            /**/
	color: #FFF;                                                                                                                                          /**/
}                                                                                                                                                      /**/
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text                                              */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible                  /**/
{                                                                                                                                                      /**/
	background-color: #5b6faa;                                                                                                                            /**/
	color: #fff;                                                                                                                                          /**/
}                                                                                                                                                      /**/
/********************************************************************************************************************************************************/
/*This applies to the survey answer only "the page where votes are taken" */
.SurveyMain{
 margin:0 auto !important;
 width:837px;
 color:#FFFFFF;
 background-color:#738ccb;
}
.Surveysub{
 margin:20px auto !important;
	padding-left:10px;
	padding-right:10px;
 width:500px;
}

/*********************************** This Class is used for pages that only have two columns e.g. FAQ's ****************************/
.columnAlt{                                                                                                                      /**/
 margin: 0 5px 0 0;                                                                                                             /**/
 padding: 0;                                                                                                                    /**/	
	width:100%;                                                                                                                     /**/
}                                                                                                                                /**/
/***********************************************************************************************************************************/
.columnLeft{
	margin: 0  0 0 0px;
	padding: 0px; 
	width:191px;	
}
.columnCenter{
  margin: 0 ;
  padding: 0px;
  width:402px; 
	text-align:justify;
	z-index:0;
	color:#FFFFFF;
}
.columnRight{
  margin: 0 !important;
  padding: 0px ;
  width:241px;
}
/*Header for navigation and content box headers*/
.ContainerHeader{
	margin:0 ;
	padding:0 ;
		background:url(../images/buttonBG_Ov.gif);
	border-right-color:#390900;
		background-color:#6a81bc;
		border-top-style:solid;
	border-top-color:#CCC;
	border-top-width:1px;

	border-left-style:solid;
	border-left-color:#4e5f95;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#4e5f95;
	border-right-width:1px;
	color:#ffffff;
	border-bottom-style:solid;
	border-bottom-color:#4e5f95;
	border-bottom-width:2px;
	font-weight:800;
	font-size:11px;	
	text-align:center;
	width:100%;
	line-height:22px;
	height:22px;
	color:#FFFFFF;
}

.ContainerHeader a:active     { color: #ffffff; text-decoration:none;}  
.ContainerHeader a:link       { color: #ffffff; text-decoration:none;} 
.ContainerHeader a:visited    { color: #ffffff; text-decoration:none;} 
.ContainerHeader a:hover      { color:#4e5f95; text-decoration:underline; }

/*Content Box settings*/
.Container{
	margin:0 ;
	padding: 0 1px;
	width:100%;
	border-left-style:solid;
	border-left-color:#4e5f95;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#4e5f95;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#4e5f95;
	border-bottom-width:1px;
}

.Container p{
	padding:0 5px;
	margin:0;	
} 

/* two colum banner settings*/
.pageChange {
  margin:0;
  padding:0;
  width:100%;
  color:#FFFFFF;
  background-color:#4e5f95;
  border-top-style:solid;
	 border-top-color:#FFFFFF;
	 border-top-width:1px;
}

.pageChange a:active     { color: #ffffff; text-decoration:none;}  
.pageChange a:link       { color: #ffffff; text-decoration:none;} 
.pageChange a:visited    { color: #ffffff; text-decoration:none;} 
.pageChange a:hover      { color:#4e5f95; }

.faq {
  margin:0;
  padding:0;
  color:#FFFFFF;
}

.faq a:active     { color: #ffffff; text-decoration:none;}  
.faq a:link       { color: #ffffff; text-decoration:none;} 
.faq a:visited    { color: #ffffff; text-decoration:none;} 
.faq a:hover      { color:#4e5f95; }
 

/*alternating row color settings for survey and faq pages*/ 
.rowcolor1{
  background-color:#a74f0f;
}
.rowcolor2{
  background-color:#9da324;
} 
/*************************************************** DO NOT EDIT ******************************/
.columnBody{
  margin: 0;
  padding: 0;
}
 .NoCookies{
  margin:0;
  padding:0 30px;;
}
.NoCookies p{
  font-family:"Times New Roman", Times, serif;
  color:#FFFFFF;
  font-size:18px;
  text-align:left;
}
.text_text{
  font-family:"Times New Roman", Times, serif;
  color:#FFFFFF;
  font-size:18px;
} 
 
