	/*	CSS by www.invisible-ink.com	*/

html { 
	min-width: 960px;
	 }

body	{
	background: #333;
	font: 12px/1.4 Gill Sans, arial, helvetica, georgia;
	color: #000;
	margin: 0;
	}
	
	/*	Typography	*/
	
h1	{
	width: 171px;
	height: 260px;
	background: transparent url(img/ofcw.png) top left no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
	}
		
h2	{
	font-size: 18px;
	color: #036;
	font-weight: bold;
	padding: 0;
	margin: 0 0 14px 0;
	}
	
h4	{
	font-size: 14px;
	color: #369;
	margin: 0 0 10px 0;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #c00;
	}

hr	{
	height: 1px;
	margin: 15px 0;
	border-bottom: 1px dotted #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background-color: #fff;
	}
	
form	{
	margin: 0;
	padding: 0;
	}
	
input.btn { 
	color: #000; 
	font-weight: bold;
	background-color: #9cc; 
	border: 1px solid; 
	border-color: #000; 
	padding: 10px;
	margin: 0 0 15px 0;
	cursor: pointer;
	} 
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: #fff url(img/shell.png) top left repeat-y;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border: 20px solid #fff;
	}
	
#sub	{
	width: 171px;
	background: transparent;
	float: left;
	padding: 0;
	margin: 0;
	}

#content 	{
	width: 789px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#footer	{
	clear: both;
	background: transparent url(img/footer.png) bottom left repeat-y;
	width: 920px;
	margin: 0;
	padding: 8px 20px;
	text-align: right;
	color: #fff;
	}

	/*	Main Menu	*/

#globalnav	{
	width: 171px;
	height: 222px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	}

#globalnav #menu	{
	width: 171px;
	height: 222px;
	background: transparent url(img/menu.png) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#globalnav #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	height: 37px;
	left: 0;
	}
	
#menu li, #menu a {
	height: 37px;
	display: block;
	}
	
#globalnav #menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#home	{left: 0px; width: 171px; top: 0;}
#scholarships	{left: 0px; width: 171px; top: 37px;}
#board	{left: 0px; width: 171px; top: 74px;}
#golf	{left: 0px; width: 171px; top: 111px;}
#contact	{left: 0px; width: 171px; top: 148px;}
#physicians	{left: 0px; width: 171px; top: 185px;}

#home a:hover {background: transparent url(img/menu.png) 0 -222px no-repeat;}
#scholarships a:hover {background: transparent url(img/menu.png) 0 -259px no-repeat;}
#board a:hover {background: transparent url(img/menu.png) 0 -296px no-repeat;}
#golf a:hover {background: transparent url(img/menu.png) 0 -333px no-repeat;}
#contact a:hover {background: transparent url(img/menu.png) 0 -370px no-repeat;}
#physicians a:hover {background: transparent url(img/menu.png) 0 -407px no-repeat;}

	/*   Extra Formatting 	*/

.nomargin	{
	padding: 0;
	margin: 0;
	}

.cell	{
	background: #e5e5e5;
	}

	/*   Links 	*/

a:link	{
	color: #000;
	font-weight: bold;
	}
	
a:visited	{
	color: #222;
	font-weight: bold;
	}
	
a:hover	{
	color: #c00;
	font-weight: bold;
	text-decoration: none;
	}

	/*   Increase your visibility with Invisible Ink	*/
	
#ink  {
	width: 980px;
	height: 20px;
	margin: 6px auto 15px auto;
	text-indent: -9999px;
	}
	
#ink a {
	width: 155px;
	height: 20px;
	display: block;
	float: right;
	background: transparent url(img/ink.png) top left no-repeat;
	}
	
#ink a:hover	{
	display: block;
	width: 155px;
	height: 20px;
	background: transparent url(img/ink.png) 0px -20px no-repeat;
	}

	/*   Admin Styles	*/
	
#selectomatic	{
	background: #000;
	padding: 6px 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	
#selectomatic a	{
	color: #fff;
	}