*
{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

html { background: #fff; }

body
{
	width: 800px;
	margin: 0 auto;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
}

#header
{
	position: relative;
	background-image: url(../images/header.gif);
	background-position: 0 0;
	width: 100%;
	height: 144px;
	font-size: .80em;
}

#header h1
{
	position: absolute;
	width: 0px;
	height: 0px;
	font-size: 0px;
	text-indent: -9999em;
}

#bnilogo
{
	display: block;
	width: 81px;
	height: 45px;
	text-indent: -9999em;
	background-image: url(../images/bni.gif);
	background-position: 0 0;
	position: absolute;
	right: 25px;
	top: 20px;
}

#login
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;

	background-image: url(../images/loginbg.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/loginbg.png',sizingMethod='scale');
	background-position: 0 0;
	
	display: block;
	line-height: 27px;
	width: 101px;
	height: 27px;
	border: 1px solid #fff;

	position: absolute;
	right: 40px;
	bottom: 10px;
}

#main{
	background-image: url(../images/leftborder.gif);
	background-repeat: repeat;
	border: 1px solid #aaa;
	border-style: solid none;

	float: left;
	width: 770px;
	padding-left: 30px;
}

#nav
{
	list-style-type: none;
	float: left;
	background-color: #fff;
}

#nav li
{
	width: 170px;
	line-height: 1.5em;
}

#nav li a
{
	font-size: .8em;
	padding: 20px 0px 0px 8px;
	display: block;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #aaa;
}

#nav li.current a, #nav li a:hover{
	color: #fff;
	background-color: #555;
}

#content
{
	float: left;
	position: relative;
	width: 769px;
	background-color: #fff;
	border-right: 1px solid #aaa;
}

#nonnav{
	font-size: .7em;

	border: 1px solid #aaa;
	border-style: none solid;

	float: left;
	width: 455px;
	min-height: 30em;
}

#nonnav h2{
	border-bottom: 1px solid #aaa;
	padding: 20px 20px 5px 0px;
	
	text-align: right;
	font-size: 1.5em;
	font-weight: bold;
	color: rgb(202, 55, 25);
	text-transform: uppercase;
	
}

h3{
	color: rgb(202, 55, 25);
	font-size: .84em;
	padding: 15px 0 0 5px;
	margin: 5px 0;
}


#nonnav h3{
	font-size: 1.2em;
	
}

p{
	padding: .5em;
}

#leadership{
	padding: .5em 0em 2em .5em;
	float: left;
	clear: left;
		
}

dt{
	font-size: 1.1em;
	text-decoration: underline;
}

dd{
	color: #222;
}

.definition{
	float: left;
	width: 140px;
	margin: 1em 0 0 0;
	display: block;
}

#president, #vp, #secretary{
	width: 150px
}

#edcoord,#mentorcoord, #membershipcommittee{
	width: 150px;
}



#webmaster,#leadership_announcements, #visitorhosts{
	width: 130px;
}


#membershipgrowth{
	width: 220px;
}

#extra{
	float: left;

	width: 142px;
	padding-bottom: 0;
	margin-bottom: 0;

	min-height: 20.3em;
}

#extra p{
	font-size: .7em;
}


#downloadmember{

	position: absolute;
	
	bottom: 0;
	
	width: 142px;
	color: #000;
	text-decoration: none;

	background-image: url(../images/leftborder.gif);
	background-repeat: repeat;
	display: block;
	
	text-align: center;
	
	margin: 0;
	padding: 10px 0;
	
}

#downloadmember span{	
	display: block;
	margin: 10px;
	padding: 5px;
	border: 1px solid #fff;

	background-image: url(../images/loginbg.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/loginbg.png',sizingMethod='scale');
	background-position: 0 0;

	
}

.col{
	width: 31%;
	
	overflow-x: hidden;
	white-space: word-wrap;
	float: left;
	margin-right: 10px;
}

.col ul{
	list-style-type: none;
}