/* CSS Document */

/*fullpage 99%w
    content 84%w
  	  content-two
		left-block 49%w
		right-block 49%w
	  FAQQuestions
	  FAQAnswers
		
    rightSect 15%w
      navbar
  	  loginbox
	  sectionlinks
	  btnsect
	  annbox
    announcements 100%w
	
*/	
td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#fullpage{
   float: left;
   display: block;
   text-align: left;
  /* padding: 1em 1px 3em 0px;*/
   width: 99%;  
	font-family: Arial, Helvetica, sans-serif;
   /*height:100%;*/
   /*margin: 380px 5px 5px 5px;
   height: 500px;*/
}
#content{	
	float: left;
	display: block;
	width: 78%;
   	height: 100%;
}
#content h4{
	margin: 0px;
	padding-top: 2px;
	font-size: 120%;
	color: #256290;
	border-bottom: 1px dotted #999999;
}

#content h5{
	margin: 0px;
	font-size: 90%;
	color: #000000;
	padding-top:2px;
}

#content-two{
	display: block;
	width: 99%;
	margin: 5px 3px 5px 3px;

}
.rightblock, .leftblock {
	width: 49%; 
	margin: 0px;
	display: block;

}
/*<div class="leftblock">*/
.rightblock {
	float:right;
}
.leftblock {
	float:left;
}
#rightSect{
	width:15%;
	height:100%;
	float:right;
	display:block;
}
#navbar {
	border: 1px solid #256290;
	background-color:#CCCCCC;
	height:100%;
	}

#annBox {
	margin: 5px;
	height: 100%;
}

#loginbox{
	/*background-color:#CCCCCC;*/
	background:  #ffffff;
}

#announcements{
	float: left;
	display: block;
	background-color: #999999;
	width: 100%;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #button section styles **********/
#btnSect{
	margin: 0px;
	padding: 0px;
}
/*********** #FAQ Section *************/
#FAQuestions h2{
	margin: 1px;
	padding-bottom: 1px;
	font-size: 95%;
	line-height: 70%;
	font: Arial, Helvetica, sans-serif;
}

#FAQAnswers h3{
    position: relative;
	font-size: 95%;
	text-transform:capitalize;
	font: Arial, Helvetica, sans-serif;
}

#FAQAnswers ul{
    position: relative;
	font-size: 95%;
	color: #000000;
	font: Arial, Helvetica, sans-serif;
}

/*********** NAVBAR #sectionLinks styles ***********/
#navBarHeadings{
	background: #800028;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid #256290;
	border-top: 1px solid #256290;
	font-size: 100%;
	font-weight:bolder;
	border: 1px solid #666666;
}

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	border-bottom: 1px solid #256290;
}

#sectionLinks ul {
	padding:0px;
	margin:0px;
}
#sectionLinks li {
	padding-left:10px;
	margin:0px;
	border-top: 1px solid #cccccc;
	list-style-type:none;
}
#sectionLinks a:link{
	padding: 1px;
	width: 100%;
}
/*********** end NAVBAR #sectionLinks styles ***********/

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}
