body
{
    font-family: Georgia;
    font-size: 8pt;
    margin: 0px;
    background: #182F51;
    background-image: url(/images/background.gif);
    background-repeat: repeat-x;
    text-align: center;
}

table, tr, td
{
	font-family: Georgia;
	font-size: 8pt;
	padding: 0px;
}

img
{
    display: block;
}

form
{
	margin: 0px;
}

select, input
{
    font-size: 8pt;
}


/*-----------------------------------------*/

div.container
{
	width: 780px;	
	background: white;
	text-align: left;
	margin: auto;
}

div.nav_item
{
	display: inline; 
	padding: 5px;
}

a.nav_item
{
	font-family: Arial;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

div.nav_item_separator
{
	display: inline;
	font-family: Arial;
	color: white;
	font-weight: bold;
}

div#title_text
{
	font-weight: bold;
	font-size: 14pt;
	padding-bottom: 10px;
}

div#content, div#content td
{
	line-height: 1.5;
}

a.news_item, font.news_item
{
	color: #1C3D68;
	font-weight: bold;
	text-decoration: underline;
}

font.required
{
	color: Red;
}

div#news_items
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

/* calendar - start*/
.days_of_week
{
	text-align: center;
	color: #595754;
	font-weight: bold;
	background: #DFDCD8;
	border: 1px solid #DFDCD8;
	width: 20px;
}

.days_before_current
{
	text-align: center;
	color: #DFDCD8;
	border: 1px solid #DFDCD8;
}

.day_current
{
	font-weight: bold;
	text-align: center;
	border: 1px solid #DFDCD8;
	cursor: pointer;
}

.days_after_current
{
	text-align: center;
	color: Black;
	border: 1px solid #DFDCD8;
	cursor: pointer;
}

.cal_nav { font-weight: bold; cursor: pointer; cursor: hand; color: #595754; }
/* calendar - end*/

/*-----------------------------------------*/

#rotator
{
	border: 1px solid #000;
	overflow: hidden;
	margin: 50px auto 10px;
	position: relative;
	width: 500px;
	height: 200px;
}

#rotator img
{
	width: 500px;
	height: 200px;
	cursor: pointer;
}