body {
	margin:0;
	padding:0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 76%;
}

#wrap {
	color:#404040;
	width: 990px;		/* for some reason, IE left a blue border if this was 1000  */
	
	background-color: #5dc8e0;
	background-image: url(/images/bground.jpg);	
	background-repeat: no-repeat;
	background-position: center top;

	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	border: 0px #cccccc solid;
}

/* Basic tags */
a {
	background-color:inherit; 
	color:#cc0066;
	font-weight:normal; 
	text-decoration:none;
	}
a:hover {
	background-color:inherit; 
	color: #cc0066; 
	text-decoration:underline;
	}
a img {
	border:0;
	}
p {
	margin:0 0 1.4em;
	}

/*
input { 
	background-color: yellow;
	font-family: verdana, arial, geneva, sans-serif;
	}
*/

/* Header */
#header {
/*	height:198px; *//* 176px; */
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.title {
	margin-bottom: 0px;
	margin-left: 100px;
	margin-top: 50px;
	width: 500px;
	float: right;
	clear: both;
	text-align: left;
}
#header h1 {
	color:#ffffff;
	width: 500px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 3.0em; 
	letter-spacing: 0.25ex;

}
#header h1 a {
	background-color:inherit; 
	color:#505050; 
	text-decoration:none;
	}
#header h2 {
	color: #ffffff;
	font-weight: normal;
	font-size: 16pt;
	}
#header p {
	float:right; 
	font-weight:700; 
	line-height:1.3em; 
	margin:8px 0 0; 
	text-align:center; 
	width:400px;
	}
#frontlogo {
	border:0;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 156px;
	float: left;
	clear: left;
	padding-right: 20px;
}

/*Left and right sidebar */
#leftside {
	clear:left; 
	float:left; 
	margin: 0px 0 5px 10px; 
	padding:0; 
	width:150px;
	}

#rightside {
	float:right; 
	line-height:1.4em; 
	margin: 0 10px 5px 10px; 
/*	padding: 3px;   */
	width: 200px;
/*	background-color: white; */
	opacity: .95;
	-moz-opacity: 0.95;
	} 
	

#leftside p,
#leftside ul, 
#rightside p, 
#rightside ul {
	margin:0 0 16px; 
	padding:0;
	}
#leftside p, 
#rightside p {
	font-size:0.9em; 
	line-height:1.4em;
	}
#leftside li, 
#rightside li {
	line-height:1.2em; 
	list-style:none; 
	margin:0 0 6px; 
	padding:0;
	}
#leftside ul ul, 
#rightside ul ul {
	margin:6px 0 0 15px; 
	padding:0;
	}
#leftside ul ul li, 
#rightside ul ul li {
	margin:0 0 4px;
	}
#leftside ul ul li a, 
#rightside ul ul li a {
	font-weight:400;
	}
#leftside h2,
#leftside h3, 
#rightside h2,
#rightside h3 {
/*	color:#505050; */
	font-size:1.2em; 
/*	margin:0 0 8px; */
	padding:0;
	}

#menu_extras	{
	border: 0px blue solid;
	margin-top: 40px;
	margin-left: 0px;	
	}

#menu_extras ul	{
	margin:0 0 16px; 
	padding:0;
	}

#menu_extras li {
	line-height:1.2em; 
	list-style:none; 
	margin:0 0 6px; 
	padding:0;
	}
	
	
/* Main content */
#content {
	margin-right: 200px;
	margin-bottom: 5px;
	margin-left: 160px;
	padding-right: 10px;
	padding-bottom: 0;
	vertical-align: top;
	opacity: .95;
	-moz-opacity: 0.95;
}

#content2	{
	margin-right: 75px;
	margin-bottom: 5px;
	margin-left: 160px;
	padding-right: 10px;
	padding-bottom: 0;
	vertical-align: top;
	opacity: .9;
	-moz-opacity: 0.9;
	}

#content3	{
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 160px;
	padding-right: 10px;
	padding-bottom: 0;
	vertical-align: top;
	opacity: .9;
	-moz-opacity: 0.9;
	}
	
h3 {
	color: #CC0066;
	border: green 0px solid;
	font-size: 76%;
}

h4 {
	color: #CC0066;
	border: green 0px solid;
	font-size: 12pt;
	display: inline;
}
.whitebg {
	width: 529px;
	background-position: center;
}

#content h2 {
	font-size:1.6em; 
	margin:0 0 10px;
	}


#content ul,
#content ol {
	margin:0 0 16px 20px; 
	padding:0;
	}

#content li {
	margin:0; 
	padding:0 0 0 5px;
	}

#content ul ul,
#content ol ol {
	margin:0 0 0 16px; 
	padding:0;
	}

/* Footer */
#footer, #footer2 {
	background: transparent; 
	border-top: 0px solid #e0e0e0; 
	clear: none;   
	color: white;  
	margin: 0 auto;
	margin-top: 1px;
	margin-right: 20px;
	padding: 10px 0; 
	text-align: right; 		
	line-height:1.5em; 
	font-size:0.9em;
	}

#footer2 {
	padding: 0;
	margin: 0;
	clear: both;
	height: 0px;
	border: blue 0px dashed;
	}

#footer p {margin:0; padding:0;}
#footer a {
	color: white; 				
	font-weight:400; 
	text-decoration:none;
	}

#footer a:hover {text-decoration:underline;}
/* #footer span {font-size:1.2em;}  */


/* Additional classes */
.left {float:left; margin:3px 10px 2px 0;}
.right {float:right; margin:2px 0 2px 10px;}


.padleft {
	padding-left: 0px;
	padding-right: 0px;
	}

.textright {text-align:right; margin:5px 0;}
.center {text-align:center;}
.small {font-size:0.8em;}
.bold {font-weight:700;}
.timestamp {font-size:1.2em; margin:-5px 0 15px 10px;}
.timestamp a {font-weight:400;}
.announce {background-color:#f4f4f4; border-left:4px solid #ccc; clear:left; color:#505050; font-size:0.9em; line-height:1.5em; margin:10px 0 15px; padding:7px 5px 2px 5px; width:126px;}
.announce p {margin:10px 0 0; padding:0;}
.postinfo {background-color:#f4f4f4; border-left:4px solid #ccc; color:#606060; font-size:0.9em; line-height:1.4em; margin:1px 0 20px; padding:8px 5px 8px 8px;}
.clearing {clear:left; margin:0; padding:0; visibility:hidden;}
.hide {display:none;}

.border3	{ border: 3px #cccccc solid; }
.border2	{ border: 2px #cccccc solid; }

h3.content_hdg {
	color: #cc0066;
	font-weight: normal;
	font-size: 14pt;
	display: inline;
	font-family: verdana, tahoma, arial, sans-serif;
	}

h4.content_subhdg {
	color: #cc0066;
	font-weight: normal;
	font-size: 12pt;
	display: inline;
	font-family: verdana, tahoma, arial, sans-serif;
	}

.news_extract_hdg	{
	color: #cc0066;
	font-size: 1.0em;  
	padding-top: 15px;
	padding-bottom: 3px;
	margin-bottom: 1px;
	clear: both;
	border: 0px solid gray;
	}

.res_extract_hdg	{
	color: #cc0066;   
	font-size: 1.2em;  
	padding-top: 10px;
	padding-bottom: 3px;
	margin-bottom: 1px;
	clear: both;
	font-weight: bold;
/*	text-decoration: underline; */
	border-bottom: 1px solid #cc0066;
	}

.news_extract_hdg hr	{
	width: 100%;	
	}

.res_extract_hdg hr	{
	width: 100%;
	display: inline;
	}


.news_extract_text	{
	font-size: 1.0em;
	line-height: 1.0;
	vertical-align: middle;
	}
	
.res_extract_text	{
	font-size: 0.9em;
	line-height: 1.0;
	vertical-align: middle;
	border: gray 0px solid;
	}

hr.res_hr	{
	width: 100%;
	color: #cc0066;
	font-weight: bold;
	}

	
.news_extract_text a {
	color:#cc0066; 
	font-weight:500; 
	text-decoration: normal; /* underline; */
	}

res_extract_text a {
/*	color:#cc0066; */
	font-weight:500; 
	text-decoration:underline;
	}
	
.news_extract_text img	{
	margin: 0 0 3px 3px;
	}

.news_extract_text img.right	{
	margin: 0 0 3px 3px;
	}
.news_extract_text img.left	{
	margin: 0px 3px 3px 0px;
	}

.news_extract_text {
	color:#cc0066; 
	text-decoration: nonee;
	}

.res_extract_text a:hover {
	color:#cc0066; 
	text-decoration: underline;
	}
	
#rightside ul {
						line-height: 3.4;
						list-style-type: square;
						list-style-position: outside;
				/*		margin-left: 15px;	
						margin-bottom: 5px;
						margin-top: 5px;	*/
											
							/* for firefox...;  */
						padding-left: 0px;
						}
						
/* ********************** */

.news_hdg	{
	color: #cc0066;
	padding-top: 10px;
	padding-bottom: 3px;
	margin-bottom: 1px;
	clear: both;
	}

.news_hdg hr	{
	width: 100%;
	
	}

.news_text	{
	line-height: 1.0;
	vertical-align: middle;
	}

.news_text a {
	color:#cc0066;  
	font-weight:500; 
	text-decoration:none;
	}

.news_text a:hover {
	color:#cc0066; 
	text-decoration:underline;
	}
	
.news_text img	{
	margin: 0 0 3px 3px;
	}

.news_text img.right	{
	margin: 0 0 3px 3px;
	}
.news_text img.left	{
	margin: 0px 3px 3px 0px;
	}


#subscribe	{
	color: #cc0066;
	margin-top: 1px;
	margin-right: 3px;
	padding-bottom: 1px;
	border: 0px #cc66cc solid;
	opacity: .90;
	-moz-opacity: 0.90;	
	}

#content a, #content2 a{
	text-decoration: underline;
	}
	
input[type="text"], input[type="password"] {
	background-color: #ffeecc; /* #ffdd99; */  
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 0px;
	border-bottom: 0px;
	}

.ii_search {
	font-size: 9pt;
	font-weight: bold;
	color: white;  
	background: transparent;
	margin-left: 0px;
	width: 24px;
	height: 24px; 
	border: 0px solid #333333;
	}	

#subscribe_form input[type="text"], 
#subscribe_form input[type="password"]{
	
	background: transparent;
	border: 1px solid #333333;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	
	}

#rightside ul.res_link li {
						line-height: 1.4;
						list-style-type: square;
						list-style-position: outside;
						margin-left: 15px;	
						margin-bottom: 5px;
						margin-top: 5px;	
											
							/* for firefox...;  */
						padding-left: 0px;
						}

.res_link2	{
	border-top: 1px solid #cc0066;
	padding-top: 3px;

	font-size: 1.2em;
	}
.res_link2 a:hover {
	text-decoration: underline;
	}

.logo-table	{
	background-color: white;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
	-ie-border-radius: 10px;	

	}

.logo-table td	{
	background: transparent;
	padding-left: 5px;
	padding-right: 5px;
	
	}

