#main_content{
	background: url(maincontent_horizontal_bg.png) scroll center top repeat-y;
	height: auto;
}

#alertContent
{
	height: 20px;
	background-color: #660000;
	margin-left: 0px;
	margin-right: 8px;
	border: 1px solid black;
	text-align: center;
	color: #fff;
	padding: 6px 0px 7px 0px;
	font-size: 1.3em;
	margin-top: -4px;
}

#alertContent a, #alertContent a:hover
{
	color: #eee;
}

#contentArea
{
	padding: 10px 15px 10px 24px;
	height: auto;
}

#leftContent
{
	width: 558px;
	height: auto;
	border-right: 1px solid #E6E6E6;
}

#rightContent
{
	width: 300px;
	height: 100%;
	float: right;
}

#judgeContent
{	
	width: 530px;
	margin-top: 0px;
	padding: 8px 0px 8px 0px;
}

#judgeContent table
{	
	width: 100%;
}

#judgeContent table tr td
{
	width: 50%;
}

#chiefJudge
{
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 4px;
}

#judgeContent ul.judges
{
	font-size: 8pt;
}

#judgeContent ul.indent
{
	padding-left: 60px;
}

#judgeContent ul.judges li{
	line-height: 14px;
}

#imageContent
{
	width: 525px;
	border: 1px solid #E6E6E6;
	margin-top: 5px;
	padding-left: 20px;
}

#quickLinksContent
{
	margin-top: 30px;
	margin-bottom: 0px;
}

#quickLinksContent h2
{
	margin: 20px 0px 2px 0px;
	padding-left: 1px;
}

#quickLinks
{
	background-image: url(quicklinks_bg.png);
	height: 201px;
	width: 527px;
	text-align: center;
}

#quickLinks a
{
	color: #660000;
	font-size: 1.5em;
	text-decoration: none;
}

#quickLinks a:hover
{
	text-decoration: underline;
	color: #660000;	
}

#quickLinks table{
	padding-top: 15px;
	width: 527px;
}

#quickLinks tr{
	height: 50px;
}

#quickLinks td{
	text-align: left;
	width: 33%;
	padding: 5px;
}

#quickLinks td div
{
	padding: 5px 5px 5px 15px;
}

#map
{
	overflow: hidden;
	width: 230px; 
	height: 200px;
}

#rightContent .roundedBox .body #mapContainer{
	width: 233px;
	height: 200px;
	margin-top: 10px;
	border: 1px solid #D3D3D3;
}

h3
{
	font-size: 12pt;
	margin: 0;
	padding: 0;
	color: #134851;
	font-weight: normal;
}

.galleryImageTextContent
{
	background-color: white; 
	margin-top: 60px;
	width: 200px;
	text-align: center;
}


