@charset       "iso-8859-1";
@import url("sitenav.css");
@import url("membership.css");
@import url("search.css");

/*
@import url("print.css");
*/

body
{
	margin: 20px;
	padding: 0;
	color: #222;
	background-color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	xbackground-attachment: fixed;
/*
	background-position: center 70px;
	background-image: url(/asset/27.jpg);
	background-repeat: no-repeat;
*/
}

h1
{
	font-family: Georgia, serif;
	color: #942923;
	/* red */
	font-size: 24px;
}

h2
{
	font-family: Georgia, serif;
	color: #942923;
	/* red */
	font-size: 24px;
}

h3
{
	font-family: Georgia, serif;
	color: #C60;
	/* orange */
	font-size: 18px;
}

h4
{
	font-family: Georgia, serif;
	color: #636;
	/* purple */
	font-size: 100%;
}

h1,h2,h3,h4{font-family: Verdana,Arial, sans-serif;}



a
{
	color: #636;
	/* purple */
}

a:hover
{
	color: #942923;
	/* red */
}

.printPreview { display: none; }

div#pageWrapper
{
	width: 710px;
	margin: 0px auto;
	padding: 0;
}

table#pageLayout,
table#pageLayout td
{
	border-color: #FFF;
	border-width: 0;
	border-style: none;
}

td
{
	text-align: left;
	vertical-align: top;
	text-transform: inherit;
	text-decoration: none;
}

td.leftcolwidth { width: 220px; }

td.centercolwidth
{
	width: 490px;
	xbackground-color: white;
}

/*td.rightcolwidth { width: 150px;}*/
td.centercolwidth div#middleColumn div#container_content
{
	margin: 0 20px 20px 0px;
	line-height: 150%;
}

td.centercolwidth div#middleColumn div#container_content p
{
	text-align: justify;
	text-transform: inherit;
}

.success_message
{
	border-color: #063;
	border-width: 1px;
	border-style: dotted;
	background-color: #EFE;
	padding: 3px;
	color: #063;
}

.warning_message
{
	border-color: #903;
	border-width: 1px;
	border-style: dotted;
	background-color: #FEE;
	padding: 3px;
	color: #903;
}

label.req
{
	padding-left: 13px;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	background: url("ico-req.gif") no-repeat 0 .3em;
}

div#pageWrapper div#powered_by_gazette p
{
	text-align: center;
	font-size: 10px;
	margin-left: 150px;
	margin-top: 180px;
	width: 480px;
}

div.copyright
{
	margin: 50px 0px;
	color: #C60;
	font-size: 9px;
	text-transform: uppercase;
}
div.copyright a
{
	color: #C60;
	text-decoration:none;
}

div#footer
{
	text-align: center;
	margin-left: 150px;
	width: 480px;
	color: #888;
}

div#footer a { xcolor: blue; }
#url_content_header { display: none; }
#url_content_body { padding-top: 10px; }
#url_content_body p { margin-top: 0; }
#url_content_body h4 { margin: 0; }
#url_content_body ul
{
	padding:0;
}
#url_content_body li
{
	list-style-type: default;
	list-style-position: inside;
}

img.inlineleft
{
	float: left;
	margin-right: 10px;
}

img.inlineright
{
	float: right;
	margin-left: 10px;
}

img.inlinecenter
{
	margin:0px auto;
	display: block;
}

#url_content_body br { clear: both; }

#url_content_body table.wiki
{
	border: 1px solid #C96;
	width: 474px;
}

#url_content_body table.wiki td
{
	background-color: white;
	padding: 2px;
}

#url_content_body table.wiki td em
{
	font-style: normal;
	text-transform: inherit;
	white-space: nowrap;
}


