@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background:url(images/but_menu_bg2.gif) repeat-x;
}

td,th 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

#container {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border-left: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#topedge {
	clear:both;
	background-image:url(images/bord_hori2.gif);
	text-align:center;
	font-size: 5px;
	height: 7px;
}
#footer {
	clear:both;
	background: url(images/foot_bg.gif) repeat-x;
	text-align: center;
	height: 82px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #333333;
}

#headrt {
	width: 5px;
	margin: 0px;
	padding: 0px;
	float: right;
	background: url(images/bord_vert.gif);
}
#headrt {
	margin-bottom: -199px;
	padding-bottom: 199px;
}
#header {
	width: 910px;
	overflow: hidden;	
}
#headmain {
	width: 905px;
	height: 187px;
	margin: 0px;
	padding: 0px;
	float:left;	
}

#menubar {
	margin: 0;
	overflow: hidden;
}

#mainboxwrapper {
	width: 910px;
	overflow: hidden;
}
#mainedgelt {
	width: 5px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(images/bord_vert.gif) repeat-y;
}
#mainleft {
	width: 242px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #E9E9E3;
}
#mainedgert {
	width: 5px;
	margin: 0px;
	padding: 0px;
	float: right;
	background: url(images/bord_vert.gif) repeat-y;
}
#mainedgelt, #mainedgert, #mainleft {
	margin-bottom: -5999px;
	padding-bottom: 5999px;
}

#mainright {
	width: 658px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#mainsidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 330px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left: 20px;
	padding: 30px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	text-align:justify;
}
#mainsidebarnarrow {
	float: right; /* since this element is floated, a width must be given */
	width: 278px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left: 20px;
	padding: 30px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	text-align:justify;
}
#mainsidebarwide {
	float: right; /* since this element is floated, a width must be given */
	width: 415px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left: 10px;
	padding: 30px 10px 0px 10px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	text-align:justify;
}
#mainsidebarcentre {
	float: right; /* since this element is floated, a width must be given */
	width: 448px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 28px 100px 8px 40px;
	padding: 5px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	text-align:justify;
	border: 3px solid #D7D7CF;
	display: inline;
	
}
#maincontent {
	background-color: #FFFFFF;
	text-align: justify;
	margin-right: 0px;
	padding: 20px 20px 20px 20px;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: #6F6E62;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}
/* start of Sidemenu style*/
ul#menu {
  width: 202px;
  list-style-type: none;
  border-top: solid 1px #CECEC3;
  margin: 20px;
  padding: 0px;
}

ul#menu ol {
/*	display: none;*/
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
ul#menu li, ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 13px;
}
ul#menu li {
	border-bottom: solid 1px;
	border-bottom-color: #CECEC3;
	line-height: 30px;
}
ul#menu ol li {
	border-bottom: none;
	list-style: square outside;
	color: #E0134E;	
}
ul#menu a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #666666;
}
ul#menu a:hover {
	color: #666666;
	text-decoration: underline;
}
ul#menu a.active {
	color: #E0134E;
	font-weight: bold;
}
ul#menu .submenu a {
	font-weight: normal;
	font-family: verdana, sans-serif;
	color: #666666;
}
ul#menu .submenu a:hover {
	font-style: italic;
	font-weight: normal;
	font-family: verdana, sans-serif;
	text-decoration: underline;
	color: #666666;
}
ul#menu .submenuHidden 
{
	display: none;
}
ul#menu .submenu a.active {
	color: #666666;
	font-weight: bold;
}



li#menu2 {
  width: 202px;
  list-style-type: none;
  border-top: solid 1px #CECEC3;
  margin-left: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 25px;
  padding: 5px;
  padding-top: 8px;
  padding-right: 0px;
}

li#menu2 a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #666666;
}
li#menu2 a:hover {
	color: #666666;
	text-decoration: underline;
}
li#menu2 a.active {
	color: #E0134E;
	font-weight: bold;
}

li#submenu2 {
  border-bottom: none;
  list-style: square outside;
  color: #E0134E;	
  width: 202px;
  margin-left: 40px;
  padding: 5px;
}

li#submenu2 a {
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-style: normal;
	color: #666666;
}
li#submenu2 a:hover {
	font-style: italic;
	font-weight: normal;
	font-family: verdana, sans-serif;
	text-decoration: underline;
	color: #666666;
}


/* end of Sidemenu style*/

#wildeye {
	width: 910px;
	margin: 0 auto;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align:right;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:active {
	text-decoration: underline;
	color: #E0134E;
}
#footer a:visited {
	text-decoration: none;
	color: #E0134E;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a {
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
}

.zedlt, .zedrt {
	position: absolute;
	top: 194px;
	z-index:-20;
	width: 184px;
	height: 42px;
}
.zedlt {
	left: 0px;
}
.zedrt {
	right:0px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h1 {
	font-size: 18px;
	color: #E0134E;
}
h2 {
	font-size: 18px;
	color: #6F6E62;
}
h3 {
	font-size: 14px;
	color: #6F6E62;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	color: #E0134E;
}

a.nav2:link {
	color: #666666;
	font-style: normal;
	text-decoration: none;
}

a.nav2:active {
	text-decoration: underline;
	color: #666666;
}
a.nav2:visited {
	text-decoration: none;
	color: #666666;
}
a.nav2:hover {
	text-decoration: underline;
}
a.nav2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

.design {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.bar {
	color: #E0134E;
	font-weight: bold;
}

