body {
   margin:0;
   padding:0;
   background: #666666;
   line-height: 1.6em;
   font:9pt/1.24 arial,helvetica,sans-serif;*font-size:small;*font:x-small;
}

a { text-decoration: none }
a:hover { text-decoration: none }
b { font-size: 100%; }
em {  }
img { border: 0 }


#maincontainer {
   width: 974px; /*Width of main container*/
   margin: 0 auto; /*Center container on page*/
}

#header {
   background: #000033;
   width: 974px;
   height: 79px; /*Height of top section*/
}

#menuwrapper {
   background: url(img/css_MenuBackground.gif) left;
   width: 974px;
   height: 20px;
   font: 10px;
}

#banner {
   background: #000033;
   width: 974px;
   height: 148px;
}

#wrap {
   clear: both;
	 background: #F2F2D6 url(img/css_Background.png) repeat-x left top;
   margin: 0 auto; /*Center container on page*/
   width: 974px;
}

#contentwrapper {
 
}

#leftpanel {
   float: left;
	 display: block;
	 margin-top: 20px;
	 width: 720px;	
}

#rightpanel {
   float: left;
	 margin-top: 20px;
	 width: 251px;
	 margin-right: -20px;	
}

#leftcolumn {
   float: left;
   width: 254px; /*Width of left column in pixel*/
   background: url(img/css_leftColumnBG.gif) repeat-y left top;
}

#leftcolumn .bottom {
   height: 2px;
	 
	/* height: 24px;
	 background: url(img/css_leftColumnBottom.png) no-repeat left bottom;
	 */
}

#leftcontainer {
    list-style: none;
    width: 222px; /*Width of left column in pixel*/
    margin: 0px 12px 0px 20px; /*Set margin to that of -(MainContainerWidth)*/
}

#centercolumn {
    float: left;
    background: url(img/css_centerBG.gif) repeat-y left top; 
    width: 462px;
}

#centercolumn .bottom {
   clear: both;
	 height: 6px;
  /* height: 26px;
	 background: url(img/css_centerBottom.png) no-repeat left bottom; */
}

#centercontainer {
    float: left;
		display: inline;
    width: 442px; /*Width of center column in pixel*/
    margin: 0px 10px 0px 10px;
}

#centercontainer .blue {
    color: #33527D; 
		font-weight: bold;
	  font-size: 11px;
}

#rightcolumn {
    float: right;
		display: inline;
    width: 254px; /*Width of right column*/
    background: url(img/css_rightColumnBG.gif) repeat-y left top;
		margin-right: 0px;
}

#rightcolumn a:hover { text-decoration: underline; }

#rightcolumn .bottom {
   clear: both;
	 height: 4px;
/*   height: 20px;
	 background: url(img/css_rightColumnBottom.png) no-repeat left bottom; */
}

#rightcontainer {
    float: right;
    width: 222px; /*Width of left column in pixel*/
    margin: 0px 20px 0px 12px;
}

.seperator {
		border-bottom: 1px solid #888888;
}
.blueLine {
    position:relative; margin-left:0px;
}

.greyLine {
    margin: 8px 0 0 0;
}
.entry {	
		padding-bottom:4px;
	  margin: 10px 10px 2px 14px; 
}

.entry a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

#footer {
    clear: both;
    width: 974px;
    text-align: center;
    padding: 5px 0;
    background: url(img/css_FooterBackground.gif) repeat-x left top;
	  height: 24px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

#footer .left a {
    float: left;
    margin-left: 24px;
    text-decoration: none;
    color: #FFFFFF;
}

#footer .right {
    float: right;
    margin-right: 24px;
}

.clear {
	clear: both;
	margin: 18px 0 0 0;
}

.headline {
    margin-left: 0px;
		margin-right: 0px;
    padding: 6px 0px 6px 0px;
		height: 12px;
    background-position: top;
    background-image: url(img/css_headline_24.gif);
    background-repeat: repeat-x;
		vertical-align: middle;
		overflow: hidden;
}

.headline span {
    font-family: Verdana;
    font-weight: bold;
    font-size: 8pt;
    color: #FFFFFF;
		padding: 6px 0px 6px 14px;
}

div#PageContent {
    padding: 0px 12px 0 16px;
    float: left;
    font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    color: #000033;
}

div#PageContent a {
    color: #33527D;
}

div#PageContent a:hover { text-decoration: underline; }

div#PageContent h1 {
	  color: #33527D; 
		font-weight: bold;
		font-size: 11px;
		margin: 3px 0px 0px 0px;
}

div#PageContent h1.top {
		padding-top: 10px;
}

div#PageContent h2 {
	  color: #33527D; 
		font-weight: bold;
		font-size: 9pt;
		padding: 0px;
		margin: 0px;
}

div#PageContent p {
	  margin-top: 0px;
		padding: 0px;
}

div#PageContent p.highlite {
	  color: #33527D; 
		font-weight: normal;
		font-size: 10pt/1.6;
}

div.TopSpacer {
		padding-top: 12px;
		margin: 0px;
}

.BioHeader {
    padding: 0px;
		margin-bottom: 8px;
}

.BioHeader td.BioDescription {
    padding: 0px 8px;
		vertical-align: bottom;
}

