﻿/* CSS layout */
body {
	background-color: #FFFFFF;
	text-align: center;
	background-image: url('../images/bg.jpg');
	background-position:center top;
	background-repeat: repeat;
	font-family: Trebuchet ms;
	font-size: 12px;
}
a:link {
	color: #880000;
}
a:visited {
	color: #333333;
}
a:hover {
	color:#FF9900;
}
#container {
	width: 1001px;
	margin-left: auto;
	margin-right: auto;
}
#leftcol {
	width: 185px;
}
#midcol {
	width: 731px;
	padding:40px 120px 40px 60px;
}
#rightcol {
	width: 85px;
}
#search {
	width: 150px;
	height: 20px;
	background-image: URL('../images/search-bg.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
}
#pagebg {
	width: 1001px;
	background-image: URL('../images/content-bg.png');
	background-repeat:repeat-y;
}
#pagecap {
	width: 1001px;
	background-image: URL('../images/page-cap.png');
	background-position:center top;
	background-repeat:no-repeat;
}

#nav {
	width: 1001px;
	height: 57px;
	background-color: #000000;
}
#saying {
	width:auto;
	height: 30px;
	color:#333399;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	top:280px;
	left:340px;
}

#container {
	position: relative;
	width: 1001px;
	text-align: center;
	background-image: url('../images/header-bg.jpg');
	background-repeat: no-repeat;
	background-position: top;
}
#header {
	width: 1001px;
	height: 300px;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-position: top;
	text-align:center;

}
#homecontent {
	width: 540px;
	padding: 10px 20px 10px 20px;
	text-align: left;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Trebuchet ms;
	font-size: 12px;
}
#content {
	width: 530px;
	padding: 10px 20px 10px 20px;
	text-align: left;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 12px;
	font-family: Trebuchet ms;
}
#outerfooter {
	color: #FFFFFF;
	font-size: 10px;
	width:1001px;
	text-align: center;
		background-image: URL('../images/content-bg.png');
	background-position:center top;
	background-repeat:no-repeat;


}
#footer {
	width: 1001px;
	height: 260px;
	padding-top: 10px;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	background-position: top;

}

#footer a:link {
	color: #FFCC00;
}
#footer a:visited {
	color: #BDDF7B;
}
.receiptbg {
	background-color: #FFFFFF;
}
.optionbutton {
	font-family: arial;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #FF3F00;
}
.optionbutton2 {
	font-family: arial;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #00DD00;
}
.tutorialimage {
	margin-bottom: 0px;
	border:1px black solid;
}
#siteseal
{
	text-align:center;
}