/* Lory Style */
body {
	background-color: #ffffff;
	background-image: url(images/bgtile.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.redtext {
	color: #df0000;
}
.headings {
	background-color: #333333;
	color: #ffffff;
	padding-bottom: 3px;
}
.subheadings {
	font-size: 18px;
	color: #df0000;
}

.nav {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
}
.nav:link {
	color: #333333;
	text-decoration: underline;
}
.nav:visited {
	text-decoration: none;
	color: #333333;
}

.nav:hover {
	color: #df0000;
	font-weight: bold;
}
.nav:active {
	background-color: #cccccc;
	color: #333333;
}

div#wrapper {
	position: relative;
	margin: 0px auto;
	max-width: 750px;
	width:expression(document.body.clientWidth > 750? "750px": "auto" );
	text-align: left;
	border: 3px solid #333333;
}

#bannertable {
	background-color: #ffffff;
	border-bottom-style:none;
}

#banner {
	height: 80px;
	width: 740px;
	padding-top: 100px;
	padding-left: 10px;
	background-image: url(images/bannerimg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#banner2 {
	height: 80px;
	width: 740px;
	padding-top: 100px;
	padding-left: 10px;
	background-image: url(images/bannerimg2.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#banner3 {
	height: 80px;
	width: 740px;
	padding-top: 100px;
	padding-left: 10px;
	background-image: url(images/bannerimg3.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#maintable {
	background-color: #ffffff;
}


#navbar {
	padding: 0px 10px 0px 10px;
	border-top: 3px solid #333333;
	border-bottom: 3px solid #333333;
	padding-bottom: 3px;
}

#topcontent_lft {
	padding: 0px 10px 0px 10px;
	border-bottom: 3px solid #333333;
	height: 280px;
	background-color: #ffffff;
	padding-right: 5px;
}

#flash {
	border-left: 3px solid #333333;
	border-bottom: 3px solid #333333;
	height: 280px;
	background-color: #ffffff;
}

.scrolling1 {
	padding: 0px 10px 0px 10px;
	width: 352px;
	height: 350px;
	background-color: #ffffff;
	overflow: auto;
	margin: 0px 0px 0px 0px;
}

.scrolling2 {
	padding: 0px 10px 0px 10px;
	width: 349px;
	height: 350px;
	background-color: #ffffff;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	border-left: 3px solid #333333;
}

#spacer {
	border: 3px solid #333333;
	height: 78px;
}

.equiplinks {
	font-weight: bold;
	color: #df0000;
	text-decoration: none;
}
.footer {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
