* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	min-width: 700px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
	background-color: #B7D3FC;
}

/* IE Font Size Hack */
/** html body {
	font-size: x-small;
}*/

blockquote {
	font-size: 85%;
	line-height: 1.5em;
	margin-bottom: 15px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 145%;
	margin-bottom: 15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	margin-bottom: 15px;
}

hr {
	margin-bottom: 15px;
	color: #DDDDDD;
}

p {
	font-size: 85%;
	line-height: 1.5em;
	margin-bottom: 15px;
}

ul {
	font-size: 85%;
	line-height: 1.5em;
	padding-left: 30px;
	margin-bottom: 15px;
}

li {
	margin-bottom: 5px;
}

.small {
	font-size: 75%;
}

#wrapper {
	margin: 5px auto;
	width: 700px;
}

#header {
	width: 700px;
	height: 20px;
	background-image: url(images/top_corners.gif);
	background-repeat: no-repeat;
}

#main {
	width: 700px;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: 50%;
	overflow: visible;
	text-align: left;
}

#nav {
	float: left;
	padding-left: 20px;
	width: 200px;
	height: 600px;
}

#logo a {
	display: block;
	width: 200px;
	height: 200px;
}

#logo a:link, #logo a:visited {
	background: url(images/iif-logo.gif) no-repeat 0px 0px;
}

#logo a:hover, #logo a:active {
	background: url(images/iif-logo-hi.gif) no-repeat 0px 0px;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 15px;
	list-style-type: none;
}

#menu a {
	display: block;
	width: 110px;
	height: 24px;
	padding-left: 20px;
	background: url(images/menu.jpg) no-repeat 0px 0px;
	line-height: 24px;
}

#menu a:link, #menu a:visited {
	color: #000044;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #000099;
	text-decoration: none;
	background: url(images/menu-hi.jpg) no-repeat 0px 0px;
}

#intro {
	margin-top: 30px;
	text-align: center;
	color: #FFFFFF;
}

#content {
	float: right;
	padding-right: 20px;
	width: 420px;
	text-align: justify;
}

#textmenu {
	clear: both;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	width: 420px;
	text-align: center;
}

#clr {
	clear: both;
}

#footer {
	width: 700px;
	height: 20px;
	margin-bottom: 10px;
	background-image: url(images/bottom_corners.gif);
	background-repeat: no-repeat;
}

#staffphoto {
	border: 1px solid #000000;
	margin-left: 10px;
}

.hidden {
	display: none;
}

#phototable {
	margin-bottom: 15px;
}
