/* CSS Document */
body {
	background-color: #BBBCBE; 
	margin: 0px;
	height: 100%;
	vertical-align:top;
	text-align:center;
}

html {
	height: 100%;
	text-align:center;
}

.pageLayout{
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
	width: 900px;
	height: 100%;
	vertical-align: top;
	border-collapse:collapse;
	border-left:#333333 1px solid;
	text-align:center;
}

.pageLayout th{
	height:166px;
	vertical-align:top;
	width: 900px;
}

.shadow{
	background-image:url(../images/fade.png);
	background-repeat:repeat-y;
	background-position:right;
	width:15px;
	/*margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:100%;*/
	border-left:#333333 1px solid;
}

.menubar{
	vertical-align:top;
	border-top:#333333 1px solid;
}

#banner{
	border:none;
}

td.content{
	text-align:left;
	vertical-align:top;
	padding-top:45px;
	height:100%;
}

.contentTable{
	border-collapse:collapse;
	padding:0px;
	width:100%;
	background-color:#FFFFFF;
	height:100%;
	vertical-align:top;
}

table.menu{
	width:100%;
	border-collapse:collapse;
}

table.menu td{
	width:25%;
}

.menuItem{
	text-decoration:none;
	display:block;
	width:100%;
}

td.middleMenu, td.leftMenu, td.rightMenu{
	text-align:left;
	padding-left:4px;
	height:25px;
	background-color: #6607A5;
	color: white;
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
	border-bottom:#333333 1px solid;
}

td.middleMenu{
	border:#333333 1px solid;
	border-right:#ffffff 1px solid;
	border-left:#ffffff 1px solid;
}
td.leftMenu{
	border-right:#ffffff 1px solid;
}
td.rightMenu{
	border-left:#ffffff 1px solid;
}

#currentMenu{
	color:#FF0000;
}

.sideNav{
	border-right:#666666 1px solid;
	width:175px;
	vertical-align:top;
	padding-left:15px;
	padding-top:4px;
}

.subMenuItem, .currentsubMenuItem{
	margin-bottom:12px;
	font-size:12px;
}

.subMenuItem, .subMenuItem a, .currentsubMenuItem a {
	text-decoration:none;
	color: #0091C9;
}
.subMenuItem a:hover{
	color:#6607A5;
}

.menuBlock{
	margin-bottom:15px;
}

.subsubMenuItem a, .currentsubsubMenuItem a{
	text-decoration:none;
	margin-left:4px;
	color:#333333;
}
.currentsubsubMenuItem a, .currentsubMenuItem a{
	color:#FF0000;
}

.currentsubsubMenuItem, .subsubMenuItem{
	margin-bottom:5px;
}

.subsubMenuItem a:hover{
	color:#000000;
}

td.main{
	vertical-align:top;
	padding-right:30px;
}
div.main{
	margin-left:30px;
	margin-bottom:40px;
	vertical-align:top;
	width:500px;
}

div.title, div.firstPara, div.regPara{
	margin-bottom: 8px;
}

span.header{
	font-weight:bold;
}

div.title{
	font-size:16px;
	font-weight:bolder;
	margin-bottom:12px;
}

div.firstPara{
	font-size:14px;
}

div.firstParaPicture{
	margin-top: 20px;
}

div.pdfTitle{
	margin-top:35px;
	text-align:left;
	padding-right:8px;
	width:115px;
	font-weight:bold;
	float:right;
	clear:right;
}

div.pdfs{
	margin-top:8px;
	vertical-align:middle;
	float:left;
	clear:both;
}

div.pdfs img{
	margin-right:10px;
	float:left;
	clear:left;
}

div.resTitle, div.resTitleSide{
	float:left;
	clear:right;
}
	
div.resTitle a, div.resTitleSide a, div.discussion_text a, div.board_text a, span.bebrand a, a.linktxt{
	color:#0091C9;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
div.resTitle a:hover, div.resTitleSide a:hover, div.discussion_text a:hover, div.board_text a:hover, span.bebrand a:hover, a.linktxt:hover{
	color:#6607A5;
}
div.resTitleSide{
	width:80px;
}

div.resTitle{
	width:450px;
}


table.timeline{
	border-collapse:collapse;
	width:100%;
	border:none;
}

table.timeline td, table.timeline th{
	vertical-align:top;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:5px;
	text-align:left;
}

table.timeline th{
	height:100%
}
p.subNavDivider{
	width:85%;
	border-bottom: #333333 1px solid;
}

div.discussions{
	margin-bottom:30px;
}

div.discussion_block, div.post_block, div.discussion_block_user, div.post_block_user{
	background: #AFDDD3;
	border: #aaaaaa 1px solid;
	padding:5px;
  	position: relative;
  	margin: -6px 6px 6px -6px;
  	float:left;
  	clear:left;
  	width:97%;
}

div.discussion_block_user, div.post_block_user{
	background: #9ebbd3;
}



div.disc-shadow {
	width:100%;
	float:left;
	clear:left;
	background: url(../images/dropShadow.png) no-repeat bottom right;
	margin: 15px 0 0 5px;
	position:relative;
}

div.post_block{
	height:100%;
}

div.discussion_text{
	margin:2px;
	float:left;
	width:97%;
	display:block;
	background: #D4D5DE;
	vertical-align:middle;
	border-right: #C5C7D0 1px solid;
	border-bottom: #C5C7D0 1px solid;
	padding:6px;
}

div.board_text{
	margin:2px;
	float:left;
	clear:left;
	width:98%;
	height:25px;
	background: #D4D5DE;
	border-right: #C5C7D0 1px solid;
	border-bottom: #C5C7D0 1px solid;
	padding:4px;
}

div.discussion_author{
	margin:2px;
	float:left;
	clear:left;
	width:48%;
	height:25px;
	vertical-align:middle;
	color:white;
	background: #D4D5DE;
}

div.discheading{
	background: url(../images/diagrect.gif) top left no-repeat;
	height:100%;
	padding-left:6px;
	float:left;
	width:100px;
	overflow:visible;
	padding-top:4px;
}

div.disctext{
	height:100%;
	float:left;
	padding-top:4px;
}

div.discussion_date{
	margin:2px;
	float:left;
	width:49%;
	clear:right;
	background: #D4D5DE url(../images/diagrect.gif) top left no-repeat;
	height:24px;
	vertical-align:middle;
	color:white;
	padding-left:6px;
	padding-bottom:1px;
}

div.rightrect, div.leftrect, div.centrerect{
	float:left;
}

div.postcomment{
	float:left;
	margin-top: 30px;
}


.postArea{
	background-color: #aaaaaa;
	color: #ffffff;	
}

.topCorners{
	background-color: #AFDDD3;
	vertical-align: top;	
}

.bottomCorners{
	background-color: #AFDDD3;
	vertical-align: bottom;	
}

#rightCorners{
	text-align: right;	
}


div.Article {
  background: url(../images/topleft.gif) top left no-repeat;
  width:80%;
  float:left;
  clear:both;
  margin-top:10px;
  margin-bottom:10px;
  }
div.Article h5 {
  background: url(../images/topright.gif) top right no-repeat;
  font-size:1.3em;
  padding:15px;
  margin:0;
  }
div.ArticleBody {
  background: url(../images/right.gif) top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px;
  }
div.ArticleFooter {
  background: url(../images/bottomleft.gif) bottom left no-repeat;
  vertical-align:bottom;
  text-align:right;
}
div.ArticleFooter p {
  background: url(../images/bottomright.gif) bottom right no-repeat;
  display:block;
  padding:15px;
  margin:-2em 0 0 0;
}

div.resourcePara{
	float:left;
	clear:both;
	margin-bottom:25px;	
}
  
div.yeardivider{
  font-weight:bold;	
}


.img-shadow {
  background: url(../images/dropShadow.png) no-repeat bottom right;
  margin: 10px 0 30px 5px;
  padding-right:4px;
  padding-bottom:4px;  
}

.img {
  display: block;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  text-align: center;
  font-weight:bold;
  
  }
  
.button-to{
	text-align:right;	
}

div.forms{
	margin-top: 35px;	
	margin-bottom: 25px;	
}
div.forms > p{
	font-size: 14px;
	font-weight: bold;	
}

div.flashWarning{
	font-size: 11px;
	margin:4px;	
	font-weight:bolder;
}

div.smallPrint{
	font-size: 10px;
	margin:10px;	
}
div.video{
	margin:8px;	
}

div.flash{
	font-weight:bold;
	color:red;	
}


