body {
	background-image: url(images/bkg_page.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}

.topbar {
	height: 40px;
	background-image: url(images/bkg_topbar.jpg);
	background-repeat: repeat-x;
	}

td textarea, td input {
	border: 1px dotted #afbfe4;
	background-color: white;
	}

td select, td select option {
	border-color: white;
	}

/* LINKS */

a.content-page-menu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #14155e;
	text-decoration: none;
}
a.content-page-menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #14155e;
	text-decoration: none;
}
a.content-page-menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}
a.content-page-menu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}

/* COLUMNS */

td.body {
	padding-right: 15px;
	padding-left: 25px;
	width: 320px;
	border-right: 1px dotted #cccccc;
	}

td.rightcol {
	padding-left: 10px;
	width: 170px;
	}

td.leftcol {
	width: 250px;
	}

td.bannercell {
	width: 530px;
	padding-bottom:10px;
	}

/* --------- */

div.menu-right {
	padding: 4px;
	margin-bottom: 20px;
	border: 1px solid #FF9900;
	}

div.menu-right#main {
	border: 0px;
	padding: 5px;
	}
	
a.menu-right {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#777777;
	font-weight:bold;
	text-decoration: none;
	line-height: 15px;
	}
	
a.menu-right:link 		{}
a.menu-right:visited 	{}
a.menu-right:hover 		{font-weight: bold;color: #000000;}
a.menu-right:active 	{}

div.sublist {
	padding-left:12px;
	color: #666666;
	}

a.content-bodytext {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#555555;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
	}
	
a.content-bodytext:link 	{}
a.content-bodytext:visited 	{}
a.content-bodytext:hover 	{color: #000000;}
a.content-bodytext:active 	{}

a.menu-bottom:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
}
a.menu-bottom:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
}
a.menu-bottom:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
}
a.menu-bottom:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
}

td.spacer {
	height: 21px;
	}
	
.newsflash p { 
	width:120px; 
	padding:10px; 
	margin: 0px 10px 10px 0px; 
	background-color:#FFB506; 
}