/* Global Styles */

body {
	margin: 0;
	padding: 0;
	<!-- background: #fff url(http://www.oocities.com/meet_the_mess2004/images/2007_tile.gif) repeat-y top left; -->
}

/*
body table {
	clear: both;
	display: inline;

}
*/
	

/* START By-line area 
**********************************/

.blogtext {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	padding: 0px 0 30px 0px;
}

.blogtext a:link{
	color: #003399;
	font-weight: bold;
}

.blogtext a:visited{
	color: #000066;
	font-weight: bold;
}

.blogtext a:hover{
	color: #CC6600;
	font-weight: bold;
}

.linkpage {
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 16px;
	font-weight: normal;
	color: #0033CC;
	margin: 0px 0 0 0;
	padding: 2px 4px 4px 0;
	background: #DDDBC2;
}

.blogtext a:link{
	color: #0033CC;
}

.linkpage a:visited{
	color: #003399;
}

.linkpage a:hover{
	color: #CC6600;
}


.blog { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: none; 
	line-height: 16px;  
	text-decoration:none; 
	color: #000033;
} 

.bloglead { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 14px; 
	font-weight: bold;
	line-height: 18px;  
	color: #000033;
} 

.bloglead2 { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 18px; 
	font-weight: bold;
	line-height: 22px;  
	color: #000000;
} 

.blogtablehead { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 16px; 
	font-weight: bold;
	line-height: 22px;  
	color: #000000;
} 

.bloglink { 
	font-family:  Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration:none; 
	color: #0033CC;
} 

.blogcaption 
	{ 
	font-family:  Verdana, Arial,Helvetica, Sans; 
	font-weight: bold; 
	font-size: 10px; 
	line-height: 13px; 
	text-decoration:none; 
	color: #002255;
} 

.blogcaptionwhite 
	{ 
	font-family:  Verdana, Arial,Helvetica, Sans; 
	font-weight: bold; 
	font-size: 10px; 
	line-height: 13px; 
	text-decoration:none; 
	color: #ffffff;
} 

.blogdate 	{ 
	font-family: Arial, Verdana, Helvetica, Sans;
	text-transform:uppercase; 
	font-weight: normal; 
	font-size: 10px; 
	line-height: 13px; 
	text-decoration:none;
	color: #003399;
} 

.recap { 
	font-family: Helvetica, Arial, Verdana; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 16px;  
	text-decoration:none; 
	color: #333333;
} 

.recap2 { 
	font-family: Helvetica, Arial, Verdana; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 16px;  
	text-decoration:none; 
	color: #333333;
} 

/* specific divs */

#main { 
	position:absolute;
	margin-left: 4px;
	margin-top: 4px;
	padding: 4px;
	width: 650px; 
	
} 

#left { 
	position:absolute;
	background-color: #002255;
	margin-left: 0px;
	margin-top: 0px;
	width: 100px;  
	font-family: Times New Roman, Times, serif; 
	font-size: 16px;
	line-height: 18px;
	color: #000;
	z-index:1;
	border: 0px none #000000;
}


#external { 
	left:670px; 
	top:40px; 
	position:absolute;
	background-color: #EEEEEE;
	margin-left: 1px;
	margin-top: 1px;
	padding: 4px; 
	border: .1em #cccccc; 
 	border-width: .1em; 
	border-style: solid; 
	border-color: #000099;
} 

#post { 
	position:absolute;
	background-color: #EEEEEE;
	margin-left: 8px;
	margin-top: 4px;
	padding: 4px;
	left:620px; 
	top:300px; 
	width: 170px;  
	border: .1em dotted #000066; 
 	border-width: .2em; 
	border-style: dotted; 
	border-color: #000066;
} 
/* specific divs */




{
function PopoffWindow(DaURL, orient) {
	var ItsTheWindow;
		if (orient == "Horizontal")  {
			ItsTheWindow = window.open(DaURL,"himom","status,height=450,width=600,scrolling=no,resizable=no,toolbar=0");
		} else if (orient == "Vertical")  {
		    ItsTheWindow = window.open(DaURL,"himom","status,height=450,width=600,scrolling=no,resizable=no,toolbar=0");
}

		
		

