/* --- Standard tags --- */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-color: #e0e5bd;
}

img {
	border-style: none;
}

p, li {
	font-family: Palatino Linotype, serif;
}

p {
	padding-left: 1.5em;
	margin-right: 22%;
}

p, .listbodytext {
	color: #1F224E;
	font-size: 17px;
	line-height: 1.3;
}

p.emphatic {
	font-size: 24px;
	font-weight: bold;
}

ul {
	margin-right: 22%;
	padding-left: 3.5em;
}

ul ul {
	margin-right: 0%;
	padding-left: 2.5em;
}

li {
	font-size: 16px;
	color: black;
	padding-left: 0.5em;
}

h1, h2, h3, h4, p.emphatic, .fun {
	color: #C01D29;
	padding-left: 1em;
	font-family: Comic Sans MS, cursive;
}

/* --- User defined tags --- */

.header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 244px;
	background-image: url(images/head-presents.jpg);
	background-repeat: no-repeat;
}

.sidebar {
	position: absolute;
	left: 0px;
	top: 244px;
	width: 180px;
	height: 377px;
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
}

.mainbody {
	position: absolute;
	left: 180px;
	top: 244px;
	width: 820px;
	height: 377px;
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
}

.footer {
	padding-bottom: 0px;
}

.mainmenu {
	text-align: center;
	margin-top: 5px;
}

.link {
	text-decoration: none;
}

.credits {
	float: right;
	font-family: arial, helvetica, times new roman;
	font-size: 7pt;
	font-weight: bold;
	color: #CFA0C1;
}

.listbodyfootnote {
	font-size: 15px;
}


/* --- Events planner page --- */

/* Formatted output table tags */

.events_td {
	vertical-align: top;
}

.events_td {
	padding-right: 50px;
	padding-bottom: 30px;
}

/* Data tags */

.eventHead {
	background-image: url(images/event-head.png);
	background-repeat: no-repeat;
	height: 52px;
	overflow: hidden;
	text-align: center;
}

.eventBody {
	background-image: url(images/event-body.png);
	background-repeat: repeat-y;
	width: 340px;
	padding-top: 1px;
}

.eventBodyInner p {
	color: #311E7F;
	margin-top: -2px;
	margin-right: 16px;
	margin-bottom: 2px;
	margin-left: 4px;
	line-height: 22.25px;
	font-family: Comic sans ms, cursive;
	font-size: 14px;
	font-weight: bold;
}

.eventBodyInner p.indent {
	margin-left: 42px;
	text-indent: -38px;
}

.eventBodyInner a:link, .eventBodyInner a:visited {
	color: blue;
}

.eventFoot {
	background-image: url(images/event-foot.png);
	background-repeat: no-repeat;
	width: 340px;
	height: 19px;
}

.headingimage {
	padding-left: 15px;
	vertical-align: middle;
}


/* Actions */

.show {
	display: inline;
}

.hidden {
	display: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.floatright {
	float: right;
	padding-left: 15px;
	padding-right: 150px;
}

.floatleft {
	float: left;
	padding-right: 15px;
	padding-left: 1.5em;
}

.eventHead {
	padding-top: 21px;
}

