/* CSS Document */

.aheading {
	font-size: 11px;
	text-align: left;
	margin: 0px;
	line-height: normal;
	color: #1E5494;
	font-weight: bold;
}

.acontent {
	font-size: 11px;
	text-align: left;
	margin-left: 7px;
	margin-right: 10px;
	line-height: normal;
	color: #333333;
	font-weight: normal;
}

#acontainer {
	width: 766px;
	position: relative;
	top: 20px;
	height: 3010px;
	margin: auto;
	background-image: url(../images/backgrounds/container.jpg);
	background-repeat: repeat-y;
}

#acontainer2 {
	width: 766px;
	position: relative;
	top: 20px;
	height: 2010px;
	margin: auto;
	background-image: url(../images/backgrounds/container.jpg);
	background-repeat: repeat-y;
}

#acontainerbottom {
	/*background-color: #DCDCDC;*/
	position: relative;
	top: 0px;
	left: 10px;
	float: left;
	width: 746px;
	height: 250px;
}

#acontainerleft{
	/*background-color: #CCFF99;*/
	position: relative;
	top: 6px;
	left: 10px;
	float: left;
	width: 560px;
	height: 2550px;
	text-align: left;
	font-weight: bold;
}

#acontainerleft2{
	/*background-color: #CCFF99;*/
	position: relative;
	top: 6px;
	left: 10px;
	float: left;
	width: 560px;
	height: 1550px;
	text-align: left;
	font-weight: bold;
}

#acontainerright{
	/*background-color: #CC0066;*/
	position: relative;
	top: 6px;
	left: 10px;
	float: left;
	width: 185px;
	height: 462px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
}

#awrapper {
	/*background-color: #FFFF00;*/
	position: relative;
	top: 0px;
	/*float: left;*/
	margin-right: auto;
	margin-left: auto;
	width: 924px;
	height: 3030px;
	background-image:   url(../images/backgrounds/bg1.jpg); ! important;
	background-repeat: repeat-y center;
	background-position: center;
	/*text-align: center;*/
}

#awrapper2 {
	/*background-color: #FFFF00;*/
	position: relative;
	top: 0px;
	/*float: left;*/
	margin-right: auto;
	margin-left: auto;
	width: 924px;
	height: 2030px;
	background-image:   url(../images/backgrounds/bg1.jpg); ! important;
	background-repeat: repeat-y center;
	background-position: center;
	/*text-align: center;*/
}

.infolink a:link {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
.infolink a:visited {
	color: #006699;
	text-decoration: none;
}
.infolink a:hover {
	text-decoration: underline;
	color: #E42656;
}
.infolink a:active {
	color: #E42656;
	text-decoration: none;
}

.infocredit {
	font-size: 11px;
	text-align: left;
	margin: 7px;
	line-height: normal;
	color: #333333;
	font-weight: normal;
	font-style: italic;
}

.apleft {
	float: left;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 7px;
	padding: 0px;
}

.apright {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 0px;
	padding: 0px;
}

