body 
{ 
	text-align: left; 
	font: 12px arial, sans-serif; 
	width: 700px;
	color: black; 	
	background: none; 
	margin: 20px 0px 0px 15px ;
}

p
{
	color: black;
	margin: 10px 30px 20px 10px;
}

td
{
	font: 12px arial, sans-serif;
	vertical-align: top;
}

h1 { color: #18d;
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0 10px 0; }
	
h2 { color: #18d; 
	font-size: 13px;
	font-weight: strong;
	text-transform: uppercase;
	margin: 25px 0 2px 0; }

h3 { color: #18d; 
	font-size: 13px;
	font-weight: normal;
	margin: 10px 0 2px 0; }
	
a:link, a:visited { color: black; text-decoration: none; }
a:hover, a:active { color: black; background: #7a0; }

.border { padding: 5px; border: 1px gray solid; }

img 
{
	border: none;
	display: block;
}

#home-right
{
	width: 191px;
	background: #ddc9e2;
	float: right;
	margin-top: 30px;
	margin-bottom: 10px;
}

#home-panel
{
	background: url(/images/layout/grey-panel.jpg) right no-repeat; 
	padding-left: 180px;
	height: 167px;
}
