/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	margin-top: 0px;
}
.topLeft {
	background-image: url(../images/temp_01.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 51px;
}
.topMiddle {
	background-image: url(../images/temp_02.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 899px;
}
.topRight {
	background-image: url(../images/temp_03.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 50px;
}
.leftSide {
	background-image: url(../images/temp_04.jpg);
	background-repeat: repeat-y;
	width: 51px;
}
.contentArea {
	background-color: #FFF281;
	width: 899px;
}
.rightSide {
	background-image: url(../images/temp_06.jpg);
	background-repeat: repeat-y;
	width: 50px;
}
.lowerLeft {
	background-image: url(../images/temp_07.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 51px;
}
.lowerMiddle {
	background-image: url(../images/temp_08.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 899px;
}
.lowerRight {
	background-image: url(../images/temp_09.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 50px;
}
.bottomLeft {
	background-image: url(../images/temp_10.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 51px;
}
.footer {
	background-image: url(../images/temp_11.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 899px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
}
.footer a {
	color: #FF6600;
	text-decoration: underline;
}
.footer a:hover {
	color: #FF0000;
}
.bottomRight {
	background-image: url(../images/temp_12.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 50px;
}
.linkHolder {
	width: 249px;
}
.mainContent {
	padding-left: 50px;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-right: 50px;
	padding-top: 10px;
}
.menuContent {
	padding-left: 50px;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding-right: 30px;
	padding-top: 10px;
}
.mainContent a {
	color: #FF6600;
	text-decoration: underline;
}
.menuContent a {
	color: #FF6600;
	text-decoration: underline;
}
.mainContent a:hover {
	color: #FF0000;
}
.menuContent a:hover {
	color: #FF0000;
}
h1 {
	font-size: 16px;
	color: #DD3624;
}
.menuContent hr {
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #DD3624;
}
.mainContent hr {
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #DD3624;
}
.txtfield {
	border: 3px double #DC3526;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
.submit {
	background-color: #E2342B;
	color: #FFFFFF;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
}
