div.menu_parent
{
	font-size:13pt;
	background:#163262;
	color: #FFFFFF;
	border-style: none none solid none;
	border-color: #cc030b;
	padding: 4px;
}

div.menu_parent A
{
	color:#FFFFFF;
	text-decoration:none;
}

div.menu_parent A.active
{
	color:#33FF00;
	text-decoration:none;
}

div.menu_parent A.active:hover
{
	color:#33FF00;
	text-decoration:none;
}

div.menu_parent A:hover
{
	color:#FFCC00;
	text-decoration:none;
}

div.menu_child
{
	background:#336699;
	color: #FFFFFF;
	padding: 4px;
	font-size: 10pt;
}

div.menu_child A
{
	color:#FFFFFF;
	text-decoration:none;
}

div.art_title A
{
	font-weight:700;
	color:#444488;	
}

div.art_title_unpublished A
{
	font-weight:700;
	color:#FF0000;	
}


div.art_published
{
	color:#7777FF;	
}

table.member_form
{
	background: #fff8ab;
}

td.member_form_header
{
	background: #fff047;
	font-size:14pt;
	text-align:center;
}

div.poll
{
	width: 100%;
	border-width: 1px;
	border-style: solid;
	background: white;
	padding:6px;
}

div.poll_name
{
	width: auto;
	min-width: 40%;
	max-width: 92%;
	background: white;
	position:relative;
	top:-10px;
	left:-1px;
	text-align:center;
	border-width: thin;
	border-style: solid;
	border-color: black;
	background:#163262;	
	color: white;
	font-weight:bold;
	font-size: 12pt;
	padding: 4px;
}

div.poll_text
{
	padding:5px;
}

div.poll_question
{
	padding:5px;
	font-weight: bold;
}

div.poll_result
{
	padding:5px;
}

div.poll_option
{
	padding:5px;
}

div.poll_submit
{
	padding:5px;
}

div.page_top
{
	margin:0px;
	background: #336699;
	height:130px;
}

div.page_main
{
	margin:0px;
	position:absolute;
	left:0px;
	width:700px;
	background:white;
	border-color:#D3D3D3;
	border-style: none solid solid none;
	border-width: 1px;
}

div.page_sidebar
{
	position:absolute;
	left:714px;
	width:250px;
}

div.page_content
{
	margin:6px;
	margin-left:14px;
}

div.page_content_title
{
	font-weight:700;
	font-size: 14pt;
	color: #173163;
	line-height:50px;
}

div.page_content_text
{
	
}

div.page_sidebox
{
	background:white;
	padding:6px;
	border: solid thin black;
	width:100%;
}

div.page_imglib
{
	text-align:center;
	width:100%;
}

div.page_image
{
	font-style: italic;
	float: left;
	margin:10px;
}

div.page_image img
{
	border: none;
}

div.spacer
{
	clear:both;
}

div.img_box
{
	float:left;
	margin:10px;
	border:solid thin;
	border-color: #444444;
	background:#CCCCCC;
}

div.img_box img
{
	border: none;
}
	
div.img_caption
{
	color:#333333;
	font-style:italic;
	font-size:10pt;
	padding:2px;
}
