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

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

body
{
	margin: 20px;
	padding: 0;
	color: #222;
	background-color: #FFF;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	xbackground-attachment: fixed;
	background-position: center 70px;
}

h1
{
	color: #C01F55;
	/* red */
	font-size: 24px;
	font-family: Arial, sans-serif;
	margin: 0 0 20px 0;
	font-weight: lighter;
}

h2
{
	color: #888888;
	/* red */
	font-size: 30px;
	font-family: Arial, sans-serif;
	margin: 0 0 20px 0;
	font-weight: lighter;
	text-transform: uppercase;
}

h3
{
	color: #C01F55;
	/* orange */
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: lighter;
}

h4
{
	color: #4E92CF;
	/* purple */
	font-size: 100%;
	font-weight: lighter;
}

a
{
	color: #4E92CF;
	/* 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;
}


#url_content_header { display: none; }
#url_content_body { padding-top: 0px; }
#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;
}

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

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

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

#url_content_body br { clear: both; }

#url_content_body table.wiki
{
	border: 1px solid #EEE;
	width: 500px;
	font-size:12px;
}

#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;
}

/*#url_content_body strong
{
    color: red;
	font-weight: normal;
}*/















	body
	{
		background-color: #FFFFFF;
		margin: 0;
		font-family: arial;
		font-size: 14px;
	}
	
	div#header
	{
		width: 974px;
		height: 219px;
		position: relative;
		margin:3px 0 4px 0;
	}
	
	div#countdown
	{
		height: 24px;
		border: 1px solid black;
		background-color: black;
		position: absolute;
		bottom: 5px;
		left: 6px;
		color: #F6EF36;
		font-size: 18px;
		padding: 0 4px 4px 4px;
	}
	





	div#navbarall
	{
		width: 974px;
		background-color: black;
		display: block;
		margin: 0;
		border: none;
		position: relative;
		height: 21px;
	}
	
	div#navbarhome
	{
		background-color: #F6EF36;
		padding: 0 0 0 3px;
		display: inline;
		margin: 0;
		border: none;
		position: relative;
		height: 21px;
		float: left;
	}
	
	div#navbar
	{
		background-color: black;
		padding: 0 0 0 3px;
		display: inline;
		margin: 0;
		border: none;
		position: relative;
		height: 21px;
		float: left;
	}
	
	div#navbarhome a
	{
		color: black;
	}
	
	div#navbar a
	{
		color: #F6EF36;
	}
	
	div#navbarhome a,
		div#navbar a
	{
		font-size: 14px;
		text-transform: uppercase;
		text-decoration: none;
		vertical-align: 6px;
		font-weight: bold;
		margin: 0 7px;
	}
	




	div#pagecontent
	{
		width: 974px;
		position: relative;
		clear: both;
		margin: 20px 0px 100px 0px;
	}
	
	div#leftbar
	{
		width: 160px;
		position: relative;
		margin: 0px 30px 0px 6px;
		background-color: #CCCCCC;
		float: left;
	}
	
	div#maincontent
	{
		width: 520px;
		position: relative;
		float: left;
		border: 1px solid white;
		margin-right:20px;
		border-right: #CCCCCC;
		border-width: 0 2px 0 0;
		border-style: none solid none solid;
		padding-right:15px;
	}
	
	div#rightbar
	{
		font-size:12px;
		width: 215px;
		position: relative;
		float: left;
	}

div#footer
{
	clear: both;
	width: 974px;
	height: 40px;
	margin-top: 30px;
	position: relative;
	text-align: center;
	color: #888;
	/*border-color: #59C093;*/
	border-color: #01b8fc;
	border-width: 20px;
	border-style: solid none none none;
}

div#footer a { xcolor: blue; }
div.copyright
{
	margin: 10px 0px;
	color: #666666;
	font-size: 9px;
	text-transform: uppercase;
}
div.copyright a
{
	color: #CC3366;
	text-decoration: none;
}


/*Speech bubble images*/

div.bubble { background-color:#000000;width:230px;float:right;margin:10px 0 20px 20px;}
div.bubbletop
{
	background-color: #000000;
	background-image: url(/images/TR.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div.bubble img
{
	border-color: #000000;
	border-width: 10px 15px 10px 15px;
	border-style: solid;
}
div.bubble cite
{
	display: block;
	color: #F6EF36;
	font-size: 22px;
	border-color: #000000;
	border-width: 5px 15px 15px 15px;
	border-style: solid;
}
div.bubblebase
{
	background-color: #FFFFFF;
	background-image: url(/images/BL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 10;
	overflow: hidden;
	text-align: right;
}
div.bubbletop img,
div.bubblebase img
{
	margin:0;border:none !important;
}

