html { min-height: 100%; margin-bottom: 1px; }

.table-cell
{
	width: 320px
}

.table-cell-right
{
	width: 200px;
}

a {
	text-decoration: none;
	color: #BA2838;
}
a:hover {
	text-decoration: none;
	color: #E78095;
}

a.listing {
	text-decoration: none;
	color: #ffffff;
}
a.listing:hover {
	text-decoration: none;
	color: #BA2838;
}

a.caftop {
    size: 1.0em;
    font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
a.caftop:hover {
	text-decoration: none;
	color: #BA2838;
}

body {
	font-family: arial, helvetica sans serif;
}

#titletop {
color: #ffffff;
font-size: 16;
font-weight: bold;
align: center;
width: 400;
}
#titletopdark {
color: #000000;
font-size: 16;
font-weight: bold;
align: center;
width: 400;
}

/* Latest Web Dev */

#content
{
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	background-color: #fff;
}

.p-link
{
	margin: 0px 0px 0px 5px;
	padding: 0px;	
}

.p-link a
{
	font-size: 16px;
}

p
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
}

/* End Latest Web Dev */


/* News Box - Home Page */

#news-box
{
	background-color: #7FC1FE;
	height: 60px;
	border: solid 2px #9BFA82;
	margin: 10px 0px 0px 0px;
}

#news-box-title
{
	margin: 2px 0px 0px 2px;	
	font-weight: bold;
}

#news-box-marquee
{
	
}

#news-box-link
{
	margin: 2px 0px 0px 2px;
	float:right;
}

/* End News Box - Home Page */ 
 
 
 
 
