
/* Main CSS */
BODY
{
	font-family : verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
	background-image: url('../Images/Background.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 1;
	background-color: #F1FAFF;
}

.inner
{
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

.content
{
	width: 775px;
}

.main
{
	background-image:url('../Images/Back.png');	padding: 5px;
	border-left: 3px #027CCA solid;
	border-right: 3px #027CCA solid;
}

.banner
{
	width: 775px;
	text-align: center;
	margin: 5px 0px 10px 0px;
}

.top
{
	background-image:url('../Images/Top.png');	width: 775px;
	height: 40px;
}

.bottom
{
	background-image:url('../Images/Bottom.png');	width: 775px;
	height: 40px;
}

.viewcart
{
	float: right;
	width: 200px;
}

.upcoming
{
	float: right;
	width: 200px;
	margin-top: 20px;
	clear: both;
}

.newsletter
{
	float: right;
	width: 200px;
	margin-top: 20px;
	clear: both;
}

.mainEvent
{
	background-image:url('../Images/Back.png');	border-left: 3px #027CCA solid;
	border-right: 3px #027CCA solid;
	text-align: center;
}

.topEvent
{
	background-image:url('../Images/TopEvents.png');	width: 200px;
	height: 15px;
}

.bottomEvent
{
	background-image:url('../Images/BottomEvents.png');	width: 200px;
	height: 15px;
}

.copyright
{
	background-image:url('../Images/Back.png');	border-left: 3px #027CCA solid;
	border-right: 3px #027CCA solid;
}

.topCopy
{
	background-image:url('../Images/TopCopy.png');	width: 775px;
	height: 15px;
}

.bottomCopy
{
	background-image:url('../Images/BottomCopy.png');	width: 775px;
	height: 15px;
}

.spacing
{
	margin-bottom: 10px;
}

UL
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Books CSS */
.bookHolder
{
	text-align: center;
}

.col0
{
	border-right: 3px #027CCA solid;
	border-bottom: 3px #027CCA solid;
	width: 33.3%;
}

.col1
{
	border-bottom: 3px #027CCA solid;
	width: 33.3%;
}

.col2
{
	border-bottom: 3px #027CCA solid;
	border-left: 3px #027CCA solid;
	width: 33.3%;
}

.col3
{
	border-left: 3px #027CCA solid;
	width: 33.3%;
}

HR
{
	border: 0px;
	margin: 0px;
	height: 3px;
	color: #027CCA;
	background-color: #027CCA;
}

HR.eventSep
{
	border: 0px;
	margin: 5px 0px 5px;
	height: 1px;
	color: #027CCA;
	background-color: #027CCA;
}

/* Headers */
B
{
	color: #658C17;
}

B.g
{
	color: #658C17;
}

B.b
{
	color: #027CCA;
}

B.r
{
	color: #CF1D11;
}

H1
{
	color: #658C17;
	margin: 0px;
}

H2
{
	color: #658C17;
	font-size: 90%;
	margin: 0px;
}

H2.b
{
	color: #027CCA;
	margin: 0px;
}

H3
{
	margin: 0px;
	font-size: 90%;
}

/* Links CSS */
a:link {	color: #027CCA; text-decoration: underline; }
a:visited { color: #027CCA; text-decoration: underline; }
a:hover { color: #658C17; text-decoration: underline; }
a:active { color: #027CCA; text-decoration: underline; }

TABLE.linkHolder
{
	width: 100%;
	height: 100%;
	text-align: center;
}

TD.linkCol
{
	border-bottom: #027CCA 3px solid;
}

/* Contact CSS */
TABLE.contactHolder
{
	width: 100%;
	height: 100%;
	text-align: center;
}

TD.contactCol
{
	border-top: #027CCA 3px solid;
}

/* Copyright CSS */
TABLE.copyrightHolder
{
	width: 100%;
	height: 100%;
	text-align: center;
}

/* Image CSS */
IMG.pic
{
	border: #027CCA 2px solid;
}

/* FAQs CSS */
TD.ansCol
{
	border-bottom: 3px #027CCA solid;
}

/* Drop Down CSS */
#dropmenudiv{
	position:absolute;
	border-left:3px solid #027CCA;
	margin-top:9px;
	background-color: white;
	font-size: small;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-right: 3px solid #027CCA;
	border-bottom:3px solid #027CCA;
	background-color: none;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: white;
}

/* Colours
Red: #CF1D11;
Green: #658C17;
Blue: #027CCA; */
