/*
HTML Page elements
---------------------
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #031d4e;
	background-image: url("/images/aim26/common/page_background.jpg");
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #ffffff;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

.introParagraph {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

#clearBoth {
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.noTopMargin {
	margin-bottom: 0px;
}

.noBottomMargin {
	margin-bottom: 0px;
}

.picBorder {
	border: 1px solid #ffffff;
}

.picLeft {
	display: block;
	clear: both;
	float: left;
	margin: 5px 10px 12px 0px;
}

.picRight {
	display: block;
	clear: both;
	float: right;
	margin: 5px 0px 12px 15px;
}

.picCenter {
	display: block;
	text-align: center;
	margin: 5px 0px 12px 0px;
}

#redTintBox {
	display: block;
	clear: both;
	margin: 0px 0px 12px 0px;
	padding: 8px 10px 0px 10px;
	border: 1px solid #ff4b51;
	background-color: #33254f;
}
#redTintBox p {
	margin: 0px 0px 8px 0px;
}


/*
Misc positioning elements
-------------------------
*/

#hiddenTags {
	display: none;
}

#fullBrowserWidth {
	display: block;
	width: 100%;
	text-align: center;
}

#pageArea {
	display: block;
	margin: 10px 0px 20px 0px;
	position: relative;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*
Header elements
-------------------------
*/

#headerArea {
	display: block;
	position: relative;
	width: 760px;
	height: 146px;
	margin-left: auto;
	margin-right: auto;
}

#headerArea p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#headerArea h1 {
	display: none;
}

#cssSwitch {
	position: absolute;
	top: 5px;
	right: 12px;
	font-size: 11px;
	line-height: 13px;
	color: #04327f;
	z-Index: 100;
}
#cssSwitch a {
	color: #04327f;
	text-decoration: none;
}
#cssSwitch a:visited {
	color: #04327f;
	text-decoration: none;
}
#cssSwitch a:hover {
	color: #04327f;
	text-decoration: underline;
}


/*
Page Title and/or Image
-------------------------
*/

#pageTitleArea {
	display: block;
	position: relative;
	margin: 0px 0px 25px 0px;
	min-height: 40px;
	/* hack for IE */
	_height: 40px;
}

#pageTitleArea h1 {
	display: block;
	position: absolute;
	top: 10px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	color: #ccff00;
}


/*
Column Layouts
-------------------------
*/

#twoColumnLayout {
	display: block;
	margin: 20px 0px 0px 0px;
	width: 740px;
}

#twoColumnLayout #mainColumn.narrowWidth {
	display: block;
	width: 520px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#contentIndented {
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#mainColumn.fullWidth {
	display: block;
	width: 720px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#mainColumn a {
	color: #FF9999;
}

#mainColumn a:visited {
	color: #99CCCC;
}

#mainColumn a:hover {
	color: #fc7106;
}

#mainColumn h2 {
	display: block;
	margin: 35px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #ccff00;
}

#mainColumn h2.smallMargin {
	margin-bottom: 4px;
}

#mainColumn h2.noBottomMargin {
	margin-bottom: 0px;
}

#mainColumn h3 {
	display: block;
	margin: 20px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #ccff00;
}

#mainColumn ul {
	display: block;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
}

#mainColumn ul li {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url("/images/aim26/common/list_bullet.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

#mainColumn ol li {
	margin: 0px 0px 5px 0px;
	text-align: justify;
}

#mainColumn .smallText {
	font-size: 11px;
	line-height: 13px;
}

#twoColumnLayout #rightColumn {
	display: block;
	width: 175px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#rightColumn hr {
	display: none;
}

/*
Table elements
-------------------------
*/

#genericTable {
	display: block;
	margin: 25px 0px 20px 0px;
	background-color:  #ccff00;
	text-align: left;
}
#genericTable caption {
	padding: 2px 3px 3px 8px;
	margin-bottom: 0px;
	background-color: #ccff00;
	border-left: 1px solid  #ccff00;
	border-right: 1px solid  #ccff00;
	border-top: 1px solid  #ccff00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #001c4d;
	text-align: left;
}
#genericTable th {
	margin: 1px;
	padding: 3px 4px 3px 8px;
	background-color: #0088c4;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}
#genericTable td {
	margin: 1px;
	padding: 3px 4px 3px 8px;
	background-color: #ff4b51;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}
#genericTable tr.headings th.blue {
	margin: 1px;
	padding: 2px 4px 2px 8px;
	background-color: #3dac90;
	color: #ccff00;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}
#genericTable tr.headings th.red {
	margin: 1px;
	padding: 2px 4px 2px 8px;
	background-color: #f08140;
	color: #ccff00;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}

/*
Footer elements
-------------------------
*/


#footerArea {
	display: block;
	margin: 20px 0px 30px 0px;
	position: relative;
	width: 740px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url("/images/aim26/common/footer_bg.gif");
	color: #1089c6;
}

#footerArea p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 13px;
}

#footerArea a {
	color: #ffffff;
	text-decoration: none;
}
#footerArea a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footerArea a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footerArea #toTop {
	position: absolute;
	top: 6px;
	left: 10px;
}

#footerArea #footerLinks {
	position: absolute;
	top: 6px;
	right: 10px;
}

#copyrightArea {
	display: block;
	margin: 10px 0px 0px 0px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}

/*
ASPRO Corporate Footer elements
-------------------------------
*/

#asproFooterFullWidth {
	display: block;
	margin: 30px 0px 0px 0px;
	width: 100%;
	height: 220px;
	text-align: center;
	background-image: url("/images/aim26/common/corp_footer/background_tile.jpg");
	background-repeat: repeat-x;
}

#asproFooterFullWidth hr {
	display: none;
}

#asproFooterArea {
	display: block;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 740px;
	height: 220px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#asproFooterArea dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#asproFooterArea dl dt {
	display: none;
}

#asproFooterArea dl dd {
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 124px;
	height: 68px;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
}

#asproFooterArea .attractionTitle {
	display: none;
}

#asproFooterArea dl dd a {
	color: #ffffff;
	text-decoration: none;
}
#asproFooterArea dl dd a:visited {
	color: #ffffff;
	text-decoration: none;
}
#asproFooterArea dl dd a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#asproFooterArea #area1 {
	top: 12px;
	left: 0px;
}
#asproFooterArea #area2 {
	top: 12px;
	left: 124px;
}
#asproFooterArea #area3 {
	top: 12px;
	left: 247px;
}
#asproFooterArea #area4 {
	top: 12px;
	left: 370px;
}
#asproFooterArea #area5 {
	top: 12px;
	left: 493px;
}
#asproFooterArea #area6 {
	top: 12px;
	left: 616px;
}
#asproFooterArea #area7 {
	top: 80px;
	left: 0px;
}
#asproFooterArea #area8 {
	top: 80px;
	left: 124px;
}
#asproFooterArea #area9 {
	top: 80px;
	left: 247px;
}
#asproFooterArea #area10 {
	top: 80px;
	left: 370px;
}
#asproFooterArea #area11 {
	top: 80px;
	left: 493px;
}
#asproFooterArea #area12 {
	top: 80px;
	left: 616px;
}
#asproFooterArea #area13 {
	top: 148px;
	left: 0px;
}
#asproFooterArea #area14 {
	top: 148px;
	left: 124px;
}
#asproFooterArea #area15 {
	top: 148px;
	left: 247px;
}
#asproFooterArea #area16 {
	top: 148px;
	left: 370px;
}
#asproFooterArea #area17 {
	top: 148px;
	left: 493px;
}
#asproFooterArea #area18 {
	top: 148px;
	left: 616px;
}

#asproFooterArea dl dd img {
	display: block;
	margin: 0px 0px 0px 0px;
}
