/* main.css */
body {
	margin: 0;
	padding: 6px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#page {
	padding: 0;
	margin: 0;
}
#frame {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#header {
	height: 100px;
	background: #f8f8f8 url("/images/head_bg.gif") repeat-x 0 0;
	border-right: 1px solid #cccccc;
	cursor: pointer;
}
#logo {
	height: 100px;
	width: 199px;
	background: transparent url("/images/head_logo.gif") no-repeat 0 0;
	float: left;
}
#photo {
	height: 100px;
	width: 225px;
	background: transparent url("/images/head_photo.jpg") no-repeat 0 0;
	float: right;
}
#menu {
	float: left;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu ul li {
	padding: 0;
	margin: 0 0 0 3px;
	list-style-type: none;
}
#menu ul li.sel span {
	display: block;
	padding: 6px 6px 6px 10px;
	margin: 0;
	height: 20px;
	width: 187px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url("/images/menu_buttons.jpg") no-repeat 0 -160px;
	cursor: default;
}
#menu ul li.first_sel span {
	display: block;
	padding: 6px 6px 6px 10px;
	margin: 0;
	height: 20px;
	width: 187px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url("/images/menu_buttons.jpg") no-repeat 0 -128px;
	cursor: default;
}
#menu ul li a {
	display: block;
	padding: 6px 6px 6px 10px;
	margin: 0;
	height: 20px;
	width: 187px;
	color: #3b319c;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url("/images/menu_buttons.jpg") no-repeat 0 -32px;
}
#menu ul li.first a {
	display: block;
	padding: 6px 6px 6px 10px;
	margin: 0;
	height: 20px;
	width: 187px;
	color: #3b319c;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url("/images/menu_buttons.jpg") no-repeat 0 0;
}
#menu ul li a:hover {
	color: #261d82;
	background: transparent url("/images/menu_buttons.jpg") no-repeat 0 -96px;
}
#menu ul li.first a:hover {
	color: #261d82;
	background: transparent url("/images/menu_buttons.jpg") no-repeat 0 -64px;
}
#content {
	background: transparent url("/images/menu_bg.gif") repeat-y 3px 0;
}
#sidebar {
	float: right;
	padding: 0 0 8px 0;
}
#sidebar div.feature {
	width: 175px;
	margin: 6px 0 0 25px;
	padding: 10px;
	background: #f8f8f8 url("/images/staff_watermark.jpg") no-repeat bottom right;
	border-top: 4px solid #9994c1;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}
#sidebar div.feature h4 {
	text-align: center;
	font-weight: bold;
	color: #74709a;
	font-size: 15px;
	line-height: 15px;
	padding: 0 8px 10px 8px;
	margin: 0;
	background: url("/images/line_bevel.gif") repeat-x bottom left;
}
#sidebar div.feature h4 a {
	text-align: center;
	font-weight: bold;
	color: #74709a;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
}
#sidebar div.feature h4 a:hover {
	color: #3b319c;
}
#sidebar div.feature p {
	margin: 8px;
	padding: 0;
}
#sidebar div.feature p,
#sidebar div.feature p a {
	font-size: 12px;
	color: #808080;
	text-decoration: none;
	line-height: 14px;
}
#sidebar div.feature p a:hover {
	color: #505050;
}
#body {
	margin: 0 0 0 187px;
	padding: 0 0 8px 25px;
	font-size: 13px;
	color: #606060;
	border-top: 1px solid #cccccc;
}
#body p {
	margin: 10px 0;
	line-height: 16px;	
}
#body h2 {
	font-size: 20px;
	line-height: 25px;
	color: #3b319c;
	font-weight: bold;
	padding: 12px 0 3px 0;
	text-align: left;
}
#body h3 {
	font-size: 17px;
	font-weight: normal;
	line-height: 21px;
	color: #505050;
	padding: 9px 0 0 0;
	margin: 0;
	text-align: left;
}
#body ul {
	margin: 0 0 5px 22px;
	padding: 0;
	list-style-type: none;
}
#body li {
	list-style-type: none;
	background: transparent url("/images/body_bullet.gif") no-repeat 0 12px;
	margin: 0;
	padding: 5px 0 0 12px;
	line-height: 17px;
}
#body a {
	color: #74709a;
}
#body a:hover {
	color: #3b319c;
}
#footnotes {
	clear: both;
}
#footer {
	background-color: #FFFFFF;
	border-bottom: 1px solid #cccccc;
}
#footer_text {
	text-align: right;
	font-size: 11px;
	color: #606060;
	margin: 0 0 0 179px;
	padding: 3px 6px 2px 0;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}