body {
	margin:5px;
	padding:5px;
	font:14px  Trebuchet, "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-weight:400;
	line-height:18px;
	color:white;
	background-color: black;
	}
.clear{
	clear:both;
	}
#header{
	height:100px;
	background: url(../buttons/title.jpg) center/contain no-repeat;
 }
#menu {/*main menut*/
	position:absolute;
	top:145px;
	left:5px;
	width:200px;
	padding:2px;
	border:0px solid #ffffff;
	line-height:10px;
	}
#msg {
	color: white;
	font:16pt comic sans MS,arial, helvetica, sans-serif;
	text-align:center;
	margin:0px 0px 0px 0px;
	width:98%;
	padding:0px 15px;
	font-weight: 600;
	background:black;
	border-bottom:1pt solid white;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	}
#slidebar{/*photo slide bar across top of page*/
	margin:0px 0px 10px 0px;
	width:99%;
	overflow:hidden;
	color:white;
	padding:5px 0px 5px 0px;
	background: none;
	border:0pt solid #000000 ;
	font-size: 16px;
	font-weight: 200;
	line-height:1.2em;
	text-align:center;
	font-family: ariel, helvetica, sans-serif;
	}
#Content {/*Main Content*/
	margin:5px 10px 10px 205px;
	width:auto;
	padding:0px;
	text-align:center;
	background: #000000;
	border:0pt solid white;
	font-size: 16pt;
	font-weight: 400;
	line-height:20px;
	font-family: Trebuchet, "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
 }
#social{/*used for the fb,linkedin,etc*/
	margin:auto;
	width:auto;
	text-align:center;
	}
/*DIVS USED WITH COLLAPSIBLE.JS  menu buttons*/
	.boxed{/*display collapsible list title button*/
		font:12pt 'arial narrow', arial, helvetica, sans-serif;
		text-align:center;
		background:#424d64;
		width:175px;
		color:#000000;
		margin:2px 0px;
		padding:2px 8px;
		border-radius:8px;
		clear:horizontal;
		}
	.active, .boxed:hover {/*background color on collapsible button*/
		background-color: #8d99a3;
		color:#3e4955;
		}
	.boxlist {/*content of boxed collapsible list*/
	  padding:5px 5px 5px 15px;
	  font:12pt 'arial narrow', arial, helvetica, sans-serif;
	  display: none;
	  overflow: hidden;
	  text-align:left;
	  background-color: none;
	  border-radius:8px;
	  }
/*END COLLAPSIBLE.JS DIVS*/
img.nb { 
	border-width:0pt;
	padding:2px;
	max-width:100%;	
	max-height:98%;
	}
.picsm {/*Used for thumbnails*/
	font:14pt georgia Arial Narrow Arial sans-serif;
	text-align:center;
	vertical-align:middle;
	color:white;
	margin:10px,10px,20px,10px;
	padding: 10px,10px,20px,10px;
	float:left;
	width: 180px;
	height:250px;
	background: black;
	border:1pt solid white;
	border-radius:8px;
	font-weight: 400;
	}
.piclgl {/*Used in info*/
	font:18px georgia Arial Narrow Arial sans-serif;
	vertical-align:text-top;
	text-align:text-top;
	color:white;
	margin:5px 5px 5px 0px ;
	padding: 5px 5px 5px 5px;
	float:left;
	max-width:45%;
	background-color:none;
	border:4pt outset #E2E4E9;
	border-radius:10px;
	font-weight:400;
	}
.piclgr {/*used in info*/
	font:18px georgia Arial Narrow Arial sans-serif;
	vertical-align:top;
	text-align:justify;
	color:white;
	margin:5px 0px 5px 5px;
	padding: 5px 5px 5px 5px;
	float:right;
	max-width:45%;
	background-color:none;
	border:4pt outset #E2E4E9;
	border-radius:10px;
	float:right;
	font-weight:400;
	}
.ctrbox{/*centered 50% top=bottom border*/
	max-width:90%;
	margin:auto;
	text-align:justify;
	border-bottom:1pt solid black;	
	}
.infol {/*Used in Info and on home page*/
	float:left;
	border:2pt white;
	vertical-align:text-top;
	text-align: left;
	margin:auto;
	width:100%;
	padding:5px 5px 5px 5px;
	height:auto;
	color:white;
	font:18pt georgia Arial Narrow Arial sans-serif;
	}
h2{
	font-family: Trebuchet, "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
 }
.wh{/*white centered text*/
	color:white;
	text-align: center;
	}
.bl{/*Black Centered Text*/
	color:black;
	text-align: center;
}
a:link{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none
	}
a:hover{
	color: #ffff00;
	font-weight: bold;
	text-decoration: none
	}
a:visited{
	color: #e1e1e1;
	font-weight: bold;
	text-decoration: none
	}
.BorderOn  { 
	width:120px;
	}
.BorderOff { 
	width:120px;
	}         
#Foot{
	color: #white;
	font:10pt  Trebuchet,  "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	padding:7px;
	margin:auto;
	width: auto;
	font-weight: 200;
	text-align: center;
	}
a.foot:link{
	font-size:10px;
	color: yellow;
	text-align:center;
	}
a.foot:hover{
	font-size:10px;
	color: #ffffea;
	text-align:center;
	}
a.foot:visited {
	font-size:10px;
	color: #e9e9e9;
	font-weight: bold;
	text-decoration: none
}