/*------------start reset styles to reduce browser inconsistency------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------end reset styles to reduce browser inconsistency------------*/
body
{
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ACE6F3;
	background-image: url(layout-images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:link, a:visited
{
	color: #003366;
}

a:hover, a:active
{
	color: #2693BE;
}

p

{
	line-height: 140%;
	margin-bottom: 10px;
}
#content ul, li{
	list-style-type: square;
	list-style-position: outside;
	margin: 20px 0;
	line-height: 160%;
	padding: 0;
}
#content ul{padding-left:20px;}
#content li{margin:0;}
#content  li li {
	list-style-type: square;
	list-style-position: inside;
	margin: 0 0 0 20px;
}
.anythingWindow ul, .anythingWindow li{padding: 0 !important;}

#wrapper 
{
	margin: 0px auto;
	width: 970px;
	background-image: url(layout-images/wrapperbg.gif);
	background-repeat: repeat-y;
	min-height: 600px;
}
h1 {
	color: #2F97BF;
	font-size: 26px;
	border: 0px none;
	padding-bottom:15px;
}

h2 {
	color: #2F97BF;
	font-size: 18px;
	text-align: left;
	padding-left: 20px;
	margin-top: 15px;
	line-height: 20px;
	border-bottom: 1px dotted #2F97BF;
}

h3 {
	font-size: 14px;
	color: #092029;
	margin: 20px 0 5px 0;
}
#leftcol {
	float: left;
	width: 250px;
	margin-top: 15px;
}
#contentleftcol {
	width: 47%;
	float: left;
}
#contentrightcol {
	width: 47%;
	float: right;
}
#leftcol p {
	padding-left: 20px;
}
#rightcol {
	float: right;
	width: 700px;
}

/*#nav {
	margin: 30px 0 30px 0;
	width: 700px;
	height: 46px;
}

#nav a {
	display: block;
	height: 46px;
	text-indent: -9999px;
}
#nav li { list-style: none; float: left; }
#nav ul, li {
	margin: 0px;
	padding: 0px;
}

#nav li.nav-home a {
	background: url(layout-images/nav-home.png) no-repeat;
	width: 110px;
}
#nav li.nav-students  a {
	background: url(layout-images/nav-students.png) no-repeat;
	width: 117px;
}
#nav li.nav-coal a {
	background: url(layout-images/nav-coal.png) no-repeat;
	width: 117px;
}
#nav li.nav-global a {
	background: url(layout-images/nav-global.png) no-repeat;
	width: 117px;
}
#nav li.nav-calendar a {
	background: url(layout-images/nav-calendar.png) no-repeat;
	width: 117px;
}
#nav li.nav-press  a {
	background: url(layout-images/nav-press.png) no-repeat;
	width: 117px;
}

#nav li.nav-home a:hover {
	background: url(layout-images/nav-home.png) no-repeat 0 -46px;
}
#nav li.nav-students a:hover {
	background: url(layout-images/nav-students.png) no-repeat 0 -46px;
}
#nav li.nav-coal a:hover {
	background: url(layout-images/nav-coal.png) no-repeat 0 -46px;
}
#nav li.nav-global a:hover {
	background: url(layout-images/nav-global.png) no-repeat 0 -46px;
}
#nav li.nav-calendar a:hover {
	background: url(layout-images/nav-calendar.png) no-repeat 0 -46px;
}
#nav li.nav-press a:hover {
	background: url(layout-images/nav-press.png) no-repeat 0 -46px;
}*/
#header {
	margin: 30px 0 30px 0;
	width: 700px;
	height: 65px;
	overflow:visible;
}
#content {
}
#footer {
	clear: both;
	padding-top: 20px;
}
.smallprint {
	font-size: 12px;
}
.floatright {
	padding: 0 0 0 10px;
	float: right;
}
#upcomingevents {
	background-color: #FFF;
	border: 2px solid #2F97BF;
}
#upcomingevents  h4 {
	font-size: 20px;
	text-transform: uppercase;
	color: #2F97BF;
	letter-spacing: .2em;
	padding-bottom: 10px;
}
#upcomingborder {
	border: 1px dotted #2F97BF;
	padding: 10px;
	margin: 10px;
}

.boardstaff h2{padding:0; border:none; margin-bottom:4px;}
.boardstaff img{padding-left:5px;}
