/*
*********************************************************************************************
	Main Display Template
*********************************************************************************************
*/
body,p,span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	line-height:18px;
	font-style:normal;
	font-weight:normal;
}
body {
	width:100%;
	background:#000000 url(images/bg.jpg) repeat-x;
	margin:47px 0px 0px 0px;
}

a:link {color: #FADE61; text-decoration:none}
a:visited {color: #FADE61; text-decoration:none}
a:hover {color: #FFFFFF; text-decoration:none}
a:active {color: #FADE61; text-decoration:none}
/*
*********************************************************************************************
	page items
*********************************************************************************************
*/
#pageMenu {
	position:absolute;
	width:100%;
	min-width:1024px;
	height:47px;
	top:0px;
	background:#FADE61;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	float:left;
}

#pageLogo {
	position:absolute;
	left:43px;
	width:297px;
	height:185px;
	top:0px;
	background-image:url(/images/Logo.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=scale src='/images/Logo.png');
}

#pageTitle {
	position:absolute;
	left:355px;
	top:80px;
	width:664px;
	height:48px;
}

#pageContent {
	position:absolute;
	left:360px;
	top:140px;
	width:610px;
	text-align:left;
}

#column1 {
	position:relative;
	width:365px;
	padding-right:10px;
	float:left;
}

#column2 {
	position:relative;
	width:235;
	float:left;
}

#pageGraphic {
	position:relative;
	padding-bottom:30px;
	_margin-bottom:30px;
	margin-left:45px;
	width:301px;
	height:360px;
	background:url(/images/bronze.png) no-repeat;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=scale src='/images/bronze.png');
	z-index:1;
}

#pageFooter {
	position:absolute;
	width:100%;
	min-width:1024px;
	height:18px;
	_height:22px;
	margin-top:-12px;
	background:#FADE61;
	font-size:11px;
	color:#000000;
	padding-top:4px;
}
#pageFooter span {
	padding-left:75px;
	color:#000000;
}
#pageFooter a:link {color: #000000; text-decoration:none}
#pageFooter a:visited {color: #000000; text-decoration:none}
#pageFooter a:hover {color: #000000; text-decoration:underline}
#pageFooter a:active {color: #000000; text-decoration:none}

/*
*********************************************************************************************
	content items
*********************************************************************************************
*/
h1 { font-size:18px; font-style:italic; font-weight:bold;}
h2 { color:#FADE61; font-size:14px; font-weight:bold;}
img { margin-left:10px; margin-bottom:10px;}