﻿body 
{
	background-color:#e7e7e7;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size:12px;
	line-height:20px;
	
}

a.menu:link, a.menu:hover, a.menu:visited, a.menu:active 
{
	font-family:Verdana;
	font-size:14px;
	color:Black;
	text-decoration:none;
	margin-right:10px;
	background-image:url(/resources/images/menuArrow.gif);
	background-repeat:no-repeat;
	padding-left:16px;
	background-position:0px 1px;
}

a.footer:link, a.footer:hover, a.footer:visited, a.footer:active 
{
	font-family:Verdana;
	font-size:11px;
	color:Black;
	text-decoration:underline;
}

a.list:link, a.list:hover, a.list:visited, a.list:active 
{
	font-family:Verdana;
	font-size:12px;
	color:Black;
	text-decoration:none;
	margin-right:10px;
	background-image:url(/resources/images/menuArrow.gif);
	background-repeat:no-repeat;
	padding-left:16px;
	background-position:0px 1px;
}

h1 
{
	font-family:Verdana;
	font-size:20px;
	margin:0px;
	padding:0px;
	margin-bottom:12px;	
}

h2 
{
	font-family:Verdana;
	font-size:16px;
	margin:0px;
	padding:0px;
	margin-bottom:12px;	
	margin-top:18px;
}

.cph1 
{
	width:890px;
	margin-left:auto;
	margin-right:auto;
	border:3px solid #c5c5c5;
	margin-top:20px;
	text-align:left;
	background-color:White;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	clear:both;
	
}

.cph2 
{
	clear:both;
}

.cph2:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



.header 
{
	background-image:url(/resources/images/header.jpg);
	background-repeat:no-repeat;
	width:858px;
	padding-top:180px;
	padding-left:10px;
	padding-bottom:30px;
	
}

.lc1 
{
	float:left;
	width:600px;
	padding-right:30px;

}

.rc1 
{
	float:left;
	width:250px;
}

.footer 
{
	font-family:Verdana;
	font-size:11px;
	color:Black;
	text-decoration:none;
}

.articleImage 
{
	border:1px solid #c5c5c5;
}

.articleRightColumn 
{
	float:right;
	margin-bottom:10px;
	margin-left:10px;

}