/* General Styles */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #647EBC;
	background-image: url(/template/images/bg-checker.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	height: 100%;
	overflow: auto;
	margin: 0px;
	text-align:center;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	cursor:pointer;
}


#divWrap{
	background-color: #FFD269;
	background-image:  url(/template/images/bg-velvet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#divHeader{
	width:1000px;
	height: 150px;
	margin: 0 auto;
}

#divNavtop{
	background-image: url(/template/images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:1000px;
	height:50px;
	margin:0 0 10px 0;
}

.amistrbtn{
	width:70px;
	height:135px;
	margin:0 10px 0 0;
	float:right;
}

#divLeftcol{
	float: left;
	margin: 0px 10px 0px 10px;
	overflow: hidden hidden;
	text-align: center;
	width: 220;
}

#divContentWrap{	
	float: left;
	width:500px;
}

.divContent{
	background-color:#FFE8B1;
	background-image:url(/template/images/bg-content.gif);
	text-align: left;
}

.divInnerContent{
	margin: 0 10px 0 10px;
}


.divContent p {
	margin: 0 10px;	
}

.divContenttop {
	background:url(/template/images/bg-content-top.gif) no-repeat;
	height:10px;
	width:500px;
}

.divContentend {
	background:url(/template/images/bg-content-end.gif) no-repeat 50% 0%;
	height:30px;
	width:500px;
}

#divRightcol{
	float:right;
	width:220px;
	margin:0px 20px 0px 0px;
}

#divFooter, #divPush{
	background-image: url(/template/images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:1000px;
	height: 50px; /*Push must be same height as Footer */
	margin: 0 auto;
	clear:both;
}

#divPush{
	visibility: hidden;
}

.amistrcpanel {
background-image:url(/template/images/bg-amistr.png);
	width: 450px;
	height: 138px;
	margin: 0 20px 0 0;
	border: none;
	scroll: auto;
	float: right;
	text-align: left;
}

.amistrcpanel p {
	margin: 10px 30px 10px 10px;

}