@charset "iso-8859-1";

/*******************************************************************************
*  v4.css : 2004-08-11 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  The purpose of this stylesheet is to provide enough CSS to get
*  version 4 browsers (IE4 and NN4) to render in a 3 column layout.
*
*  Because _all_ css-capable browsers will see this stylesheet, any
*  selectors that exist within this stylesheet need to be overridden in 
*  one of the other stylesheets that normal browsers will pick up. 
*  Otherwise the good browsers may get screwed up by the NN4/IE4 stuff.
*******************************************************************************/


/*-*-*- base.css -*-*-*/

body
{
	/*/*//*/ width: 130%;			/* nn4 fix */
}
.hide
{
	display: none;
}
.clear, #nsFooterClear
{
	clear: both;
}
#oldBrowserNotice
{
	text-align: center;
	display: block;		/* overriding the display:none on this block
				   so that version 4 browsers still see the
				   old browser notice */
}
#contentColumn
{
	/*/*/ margin: 0 165px 0 239px;			/* ie4 fix */
}
#leftColumn
{
	float: left;
	width: 239px;
	/*/*/ margin-right: -239px;		/* ie4 fix */
}
#rightColumn
{
	float: right;
	width: 165px;
	/*/*/ text-align: left;			/* ie4 fix */
	/*/*/ margin-left: -165px;		/* ie4 fix */
}
#topcolumn, #masthead, .hnav, #contentColumn, #contentColumn .inside, #footer
{
	/*/*//*/ border: none;			/* nn4 fix */
	/*/*//*/ margin: 0;			/* nn4 fix */
}
#nsFooterClear
{
	/*/*//*/ display: block;		/* nn4 fix */
}
#footer
{
	text-align: center;
}


/*-*-*- hnav.css -*-*-*/

/*/*//*/
	.hnav
	{
		text-align: center;
		padding: none;
	}
	.hnav ul, .hnav ul li
	{
		list-style-type: none;
		display: inline;
	}
/*--> IE4 does not do inline lists, so this CSS is shown only to NN4. <--*/


#contentColumn
{
	margin-top: -1px;
}

/*-*-*- colors.css -*-*-*/

body
{
	background-color: #fff;
	/*/*//*/ background-color: #ccc;	/* nn4 coloring */
	color: #000;
}
#pageWrapper
{
	background-color: #fff;
	color: #000;
}
#contentcolumn					/* selector case hack */
{
	color: #000;
	background-color: #eee;
}


/*-*-*- gutters.css (or what's left) -*-*-*/

#pageWrapper
{
	margin: 0 1em;
}
#masthead, #topcolumn
{
	/*/*//*/ padding-bottom: 0;		/* nn4 fix */
}
.hnav ul
{
	/*/*/ margin-top: 0;			/* ie4 fix */
	/*/*//*/ padding: 0.1em 0 0.4em ;	/* nn4 fix */
}
.commercial
{
	float:left;
	width:494px;
	height:70px;
	margin-bottom:20px;
	background:#FFFFFF;
	text-decoration:none;
	border-color:#ebe8c9;
	border-style:solid;
	border-width:1px;
}
#Inside
{
	width:468px;
	height: 60px;
	padding-bottom:5px;
}
div#ug_title
{
	font-weight: bold;
	color: #8b1051;
        padding:10px 0 10px 10px;
	font-size: 1.2em;
}
/******************************************************************************/
/*** birthdaylist **/
#birthday_simple ul
{
 padding: 0 0 10px 10px;
 margin: 0 0 0 5px;
}
#birthday_simple li
{
  clear:both;
  margin: 0 0 0 5px;
  list-style-type: square;
  padding: 5px 0px 0px 0px;
}
#birthday_simple strong
{
 margin-left: 10px;
}

#birthday_simple
{
 margin-top: 5px;
}
