@charset "utf-8";
/* CSS Document */

p	{

	}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353535;
	background-image: url(http://www.asbmb.org/_design/css/../images/dev/pageBg.gif);
}
body {
	background-color: #FFFFFF;
}


#wrapper
	{
	text-align: center;
	 margin: 0 auto;
	  width: 900px;
	   height: 100%;
	}
	
#president_box
	{
	text-align: left;
	width: 650px;
	border: dotted #353535 1px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 10px;
	background-color: #ffffff;
	padding-bottom: 50px;
	}
#president_image
	{
	margin-right: 20px;
	width: 250px;
	height: 325px;
	float: left;
	margin-bottom: 10px;
	}
	
a:link {
	color: #5589AE;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #5589AE;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #5589AE;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CC6699;
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

img	{
	border: 1px solid #000000;
	}
	
