html, body 
{
	margin: 0px 0px 0px 0px;
	height:100%;
}

td, div, span
{
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}

input, option, select, textarea
{
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #333333;
}

.navLink
{
	color: #4B4B32;
	text-decoration: none;
}

.greyLink
{
	color: #666666;
}

.navigation
{
	padding:2px 0px 2px 23px;
}

.content
{
	padding: 13px 10px 10px 0px;
}

h1
{
	font-size: 18px;
	color: #0069D2;
	padding-top: 20px;
	margin-bottom: 2px;
}

h2 
{
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 2px;
	background: url(layout/line.gif) repeat-x bottom left;
	margin-bottom: 0px;
}

p
{
	margin-top: 3px;
}

.sidePanelContentTop
{
	background: url(layout/topPanelBG.jpg);
	width: 218px;
	padding: 0px 24px 2px 34px;
	background-color: #EAEAEA;
}

.sidePanelContent
{
	background: url(layout/panelBG.gif);
	width: 218px;
	padding: 0px 24px 2px 34px;
	background-color: #EAEAEA;
}

.photoPanel 
{
	width: 476px;
	padding: 0px 4px 0px 5px;
	background: url(layout/picturesBG.gif) #DFDFD0;
}

.photoItem
{
	cursor: pointer;
	width: 100px;
	height: 100px;
	padding: 8px 10px 10px 9px;
	background-image: url(layout/pictureItemBG.gif);
}

.contentLink
{
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 0px;
	text-decoration: none;
	padding-top: 7px;
}

.moreInfoLink
{
	background: url(layout/dot.gif) no-repeat top left;
	color: #666666;
	padding-left: 15px;
	text-decoration: none;
	font-size:11px;
}

.sidePanelInfo
{
	background: url(layout/line.gif) repeat-x bottom left;
	padding: 10px 5px 10px 5px;
}

.footer
{
	color: #494946;
	padding: 8px 10px 8px 0px;
	width:770px;
	font-size:11px;
}

.footerLink 
{
	color: #494946;
}