
h1
{
	color: #666666;
	font: 18px Verdana, Arial, Helvetica, Tahoma, sans-serif;
	margin-top: 0px;
}

h2
{
	color: #999999;
	font: 14px Verdana, Arial, Helvetica, Tahoma, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
p
{
	margin-top: 0px;
}

#outerContainer {
min-width: 760px;
max-width: 1024px;
text-align: center;
width:expression(document.body.clientWidth < 760? "760px" : document.body.clientWidth > 1024? "1024px" : "auto");
margin-left: auto;
margin-right: auto;
text-align: center;
}

#entryPageDisplayArea {
width: 700;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#entryPageTopBanner {
height: 100;
padding-top: 20px;
text-align: center;
}

#entryPageImageArea {
width: 700;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#entryPageImageArea img {
opacity: 0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
border: 0;
}

#entryPageImageArea a:link, entryPageImageArea a:visited, #entryPageImageArea a:active {
color: #999999;
text-decoration: none;
outline: none;
border: 0;
}

#entryPageImageArea a:focus {
color: #333333;
}

#entryPageImageArea a:hover {
color: #333333;
}

