/* Template Styles for the three column template */
/* Define the columns for layout with no visible borders */

html {
  height: 100%;
  margin-bottom: 1px;
}

/* Set the default font for body text */
body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}
table.contentpaneopen {
  width: 100%;
}




div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 100%;
}
div.center {
  text-align: center;
}
#colLeft {
	padding-left: 22px;
	background: url(../images/bkg_shade_l.jpg) left;
	background-repeat: repeat-y;
}
#colRight {
	padding-right: 22px;
	background: url(../images/bkg_shade_r.jpg) right;
	background-repeat: repeat-y;
}

#mainContent {
/*	height: 1000px;*/
        width:100%;
}
#contentRight {
   float: left;
	width: 205px; 
	background: url(../images/bkg_menu_r.jpg);
	background-repeat: no-repeat;
	min-height: 600px;
	padding-left: 20px;
}
#contentLeft {
   float: left;
	width: 611px;
	background: url(../images/bkg_main_content_l.jpg);
	background-repeat: no-repeat;
	min-height: 600px;
	padding-left: 20px;
	 padding-top: 40px;
}


#banner {
/*width: 800px; */
height: 105px;
margin-left: 0px;
background: url(../images/bkg_banner_t.jpg) left no-repeat;
border: 0px solid #244223 ;
padding: 0px;
}

#mainMenu {
	background: url(../images/bkg_main_menu.jpg);
	background-repeat: no-repeat;
        height: 22px;
	padding-top:1px; /* padding + heigt = 23 px */
	
}
#mainHeader {
	background: url(../images/bkg_main_header.jpg);
	height: 60px;
}

img {
	border-style: none;
}

a.mainlevel, a.blogsection, a.mainlevelRight {
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
	font: normal  bold 11px Arial, Helvetica, sans-serif;
	color: #3366ff;
}
a.mainlevel {
	font: normal small-caps bold 12px Arial, Helvetica, sans-serif;
        color:#ffffff;
}
a.ExternalLink {
	text-decoration: none;
	font: normal  bold 11px Arial, Helvetica, sans-serif;
	color: #3366ff;
}
span.mainlevel {
	font: normal small-caps 15px Arial, Helvetica, sans-serif;
        color:#4c6cc5;
}


a.mainlevel:link {color:#ffffff}     /* unvisited link */
a.mainlevel:visited {color: #ffffff}  /* visited link */
a.mainlevel:hover {
	/*background-color:  #dfeaf1;*/
	/*color: #3366ff;*/
	/*text-decoration: underline;*/
	color: #ffff66;

}
a.mainlevel:active {color: #ffffff}   /* selected link */


a.blogsection:link {color: #000000}     /* unvisited link */
a.blogsection:visited {color: #000000}  /* visited link */
a.blogsection:hover {
	text-decoration: underline;
	color:  Blue;
}
a.blogsection:active {color: #0000FF}   /* selected link */


a.mainlevelRight:link {color: #000000}     /* unvisited link */
a.mainlevelRight:visited {color: #000000}  /* visited link */
a.mainlevelRight:hover {
	text-decoration: underline;
	color:  Blue;
}
a.mainlevelRight:active {color: #0000FF}   /* selected link */

a.ExternalLink:link {color: #000000}     /* unvisited link */
a.ExternalLink:visited {color: #000000}  /* visited link */
a.ExternalLink:hover {
	text-decoration: underline;
	color:  Blue;
}
a.ExternalLink:active {color: #0000FF}   /* selected link */





#menuTitle {
	padding-bottom: 0px;
	padding-top: 40px;	
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
	font: normal small-caps bold 18px Arial, Helvetica, sans-serif;
	color: Black;
}
#extender {
clear: both;
}

.contentheading {
	font: normal small-caps bold 20px/20px Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	text-decoration: none;
	color: #00008B;
}

#menuTitle {
	font: normal small-caps bold 15px/15px Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	text-decoration: none;
	color: #00008B;
	padding-left: 20px;
}
div.componentheading {
	font: normal small-caps bold 30px/30px Arial, Helvetica, sans-serif;
	letter-spacing: 6px;
	text-decoration: none;
	color: Black;
	position: absolute;
	top: 167px;
	
}
div.filter, div.display, th.sectiontableheader {
	display: none;
}
#footLeft {
   padding-left: 51px;
	background: url(../images/bkg_shade_bl.jpg) left no-repeat;
	height: 41px;
}
#footRight {
	padding-right: 51px;
	background: url(../images/bkg_shade_br.jpg) right no-repeat;
	height: 41px;
}

#footCenter {
	background: url(../images/bkg_shade_b.jpg) repeat-x right;
	height: 41px;
}

table.contentpaneopen, div.componentheading  {
	padding-right: 20px;
	padding-left: 20px;
}
