/* CSS Document */

body {
	background: url(images/bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
}

a {
	color: #006fc7;
	font-weight: bold;
}

a:hover {
	color: #000061;
}

.float_left {
	float: left;
	padding: 0 8px 5px 0;
}

.float_right {
	float: right;
	padding: 0 0 5px 8px;
}

h2 {
	color: #000061;
}

h3 {
	color: #006fc7;
	font-style: italic;
}

/* Dropdown Menu Starts Here */

.nav {
	background: url(images/bgnav_repeat.gif) repeat-y;
	width: 211px;
	height: 1200px;
}

#nav {
	background: url(images/bg_nav.gif) no-repeat;
	height: 31px;
	width: 211px;
}

#link {
	text-align: right;
	padding: 12px 18px 0 0;
}

#link a {
	color: #000061;
	text-decoration: none;
	font-weight: bold;
}

#link a:hover {
	text-decoration: underline;
}

.anylinkcss {
	position: absolute;
	visibility: hidden;
	margin-top: 10px;
	border: 1px solid gray;
	border-bottom-width: 0;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	width: 205px;
}

.anylinkcss a {
	background-color: #000061;
	color: #ffcf63;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid gray;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkcss a:hover {


/*hover background color*/
background-color: #ffcf63;
	color: #000061;
}

/* Dropdown Menu Ends Here */

#header {
	height: 95px;
}

#header img {
	padding-top: 43px;
}

#content {
	padding: 10px;
}

#staff {
	padding-bottom: 10px;
}

#directors tr td {
	padding: 0 30px 10px 0;
}

#divider {
	text-align: center;
	padding: 25px 0;
	_padding: 20px 0;
}

#journal {
	text-align: center;
	color: #ffcf63;
	padding-top: 15px;
	font-style: italic;
	font-size: 10px;
}

#journal a {
	color: #ffcf63;
}

#journal a:hover {
	color: #ffffff;
}