/* CSS Document */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 820px;
  background-color: white;
}

.centeredDiv
{
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	border: solid 2px black;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	border-top: solid 20px black;
	background-color: White;	
}

.contentDiv
{
	padding: 0px 15px 10px 15px;
	background-color: White;
	margin-bottom: 25px;	
}

.menuDiv
{
	position: absolute;
	top: 209px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	border-bottom: solid 2px black;
}

.blueText
{
	color:  #6b98ff;
	font-weight: bold;
	font-size: larger;
}

.boldRedText
{
	color: Red;
	font:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
}


.bigBlueText
{
	color:  #6b98ff;
	font-weight: bold;
	font-size: 20px;
}

.bigStableAnchor a:link, .bigStableAnchor a:active, .bigStableAnchor a:visited
{
	color:  #6b98ff;
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
}

.bigStableAnchor a:hover
{
	color:  red;
	text-decoration: underline;
}

/* menu */
.menuBarHolder
{
	background-color: #7FAFD5; 
	padding-top: 7px;
}

.menuBar
{
	font: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}

.menuLink 
{
	text-decoration: none;
	color: white;
	padding-right: 20px;
	padding-left: 20px;
}

.menuLink a:link, .menuLink a:visited
{
	text-decoration: none;
	color: white;
	padding-right: 20px;
	padding-left: 20px;
}

.menuCellActive
{	
	padding-right: 20px;
	padding-left: 20px;
	color: navy;
	margin-left: 10px;
	text-decoration: none;
	background-color: white;
	border-left: 1px solid navy;
	border-right: 1px solid navy;
	border-top: 1px solid navy;
}


.menuCell
{
	background-color: #6b9ece;
	color: white;
	border-left: 1px solid navy;
	border-right: 1px solid navy;
	border-top: 1px solid navy;
	border-bottom: 1px solid black;
}

.menuCell a:hover
{
	color: black;
}

.bbstyle
{
	background-image: url(Images/strong_baby_t.gif);  
	background-repeat: no-repeat;
	color: #000044;
	float: right;
	margin-right: 25px;
	margin-left: 15px;
	margin-top: 10px;
	padding: 20px;
	/* border: 1px solid #003366; */
	font-size: 16px;
	display: block;
	position: relative;
	float: left;
	top: -310px;
	left: 360px;
	width: 375px;
    text-align: left;
 
}

#sml-01, #sml-02, #sml-03, #sml-04, #sml-05
{float:left; clear:left; border: 0px solid navy;}

#sml-01 {width: 90px; height: 10px;}
#sml-02 {width: 145px; height: 28px;}
#sml-03 {width: 190px; height: 30px;} 
#sml-04 {width: 190px; height: 35px;}
#sml-05 {width: 230px; height: 35px;} 


div.scroll {	
	width: 350px;	
	border: 1px solid #000066;	
	padding: 5px;
	margin-top: 15px;
	margin-left: 38px;
}

.bigBullets
{
	font-size: 16px;
	color: #000044;
}

.liBullets
{
  list-style: disc;

}

.paddedList
{
	padding-bottom: 10px;
}

/* biography styles */
div.hiddenDiv 
{
	display: none;
}

/* Some rought layout, could be anything including backgrounds etc */
div.visibleBio {
	position: absolute;
	top: 195px;
	left: 250px;
	width: 450px;
	background-color: white;
	color: #0000CC;
	border: 1px solid #0000ff;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	text-align: left;
}


.fakeTitleBarCloseButton
{
    background-color: #ccccff;
    border-top: solid 1px navy;
    border-bottom: solid 1px navy;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: right;
    vertical-align: middle;
    width: 32px;
}

.fakeTitleBarText
{
    color: #000044;
    background-color: #ccccff;
    border-top: solid 1px navy;
    border-bottom: solid 1px navy;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    vertical-align: middle;
}

.bioBodyText
{
    padding: 10px 10px 10px 10px;
}






