@charset "UTF-8";
img, div {
	behavior: url(iepngfix.htc)
}
#pageflip {
	position: relative;
}
#pageflip img {
	width: 100px; height: 104px;
	z-index: 990;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 100px; height: 100px;
	position: absolute;
	z-index: 550;
	right: 0; top: 0;
	background: url(../images/app-peel.png) no-repeat right top;
	text-indent: -9999px;
}
body{
	overflow-x: hidden;
	background-color: #003d4a;
	background-image:url(../images/backgroundTile.jpg);
	background-repeat:repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 11px;
	margin: 0 auto;
	padding:0px;
	text-align:center;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	color: #663300;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.content{
	background-color: #003d4a;
	background-image:url(../images/backgroundTile.jpg);
	background-repeat:repeat-x;
	text-align:center;
	width:786px;
	margin: 0 auto;
	padding:0px;
}
.footer{
	text-align:left;
	width:786px;
	margin: 0 auto;
	padding:0px;
}
.drawnDiv {
	text-align:center;
	margin: 0 auto;
	width:650px;
}
.drawnHorizontal{
	background-image:url(../images/horizontalLine.png);
	background-repeat:repeat-x;
}
.drawnVertical{
	background-image:url(../images/verticalLine.png);
	background-repeat:repeat-y;
}
h1{
	font-size:22px;
	height:30px;
	margin:2px;
}
h2{
	font-size:22px;
	height:30px;
	margin:2px;
}
.whiteText{
	color:#FFFFFF;
}
.brownText{
	color:#993300;
}
.formStyle{
	background-image:url(../images/searchBG.jpg);
	background-repeat:repeat-x;
	height:21px;
	border: 1px solid #000000;
	padding-left:3px;
}
ul {
	list-style: none;
	padding:0px;
	margin-top:0px;
}
ul li {
	display:inline;
	padding:6px;
	margin-top:0px;
}
ul img {
	border: 1px solid #000000;
	margin-bottom:10px;
}
