body {
	background: #290C00;
	color: #FFDCA6;
	text-align: center;
}
div#allContent {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}
table.template {
	border-collapse: collapse;
}
table#menuAndContent {
	width: 100%;
}
.noBorder {
	border: 0px;
}

/* Header Images and Links */
div#rmbcHeader1 {
	width: 663px;
	height: 74px;
	background: url('./template_images/Logo-Composite_01.gif');
	background-repeat: no-repeat;
}
td#rmbcHeader2 {
	width: 230px;
	height: 76px;
	background: url('./template_images/Logo-Composite_02.gif');
	background-repeat: no-repeat;
}
div#rmbcHeader2LinkToIndex {
	width: 230px;
	height: 76px;
}

/* Menu */
td#leftMenu {
	width: 230px;
	padding-top: 16pt;
	vertical-align: top;
}
a.template {
	color: #FFC875;
	text-decoration: underline;
}
a.template:hover {
	color: #FFB442;
	text-decoration: underline;
}

/* Menu List */
li.toplevel {
	margin-bottom: 4pt;
	font-size: larger;
}
ul.toplevel {
	margin-bottom: 16pt;
	list-style-type: circle;
}
ul.secondlevel {
	list-style-type: circle;	
}
li.secondlevel {
	margin-bottom: 4pt;
}

/* Main Content Generic */
.content {
	color: #290C00;
}
td#contentCell {
	vertical-align: top;
	width: 770px;
}
div.content{
	background: #FFCDA6;
	padding: 0px;
}
div.paddedContent {
	padding-left: 10px;
	padding-right: 10px;
	border: 1px #FFCDA6 solid;
	color: #290C00;
}

/* Main Content Rounded Corners */
div.corner {
	height: 10px;
	width: 10px;
	background-repeat: no-repeat;
	line-height: 0px;
	font-size: 0px;
}
div.cornerTL {
	float: left;
	background: url('./template_images/tl.gif');
}
div.cornerTR {
	float: right;
	background: url('./template_images/tr.gif');
}
div.cornerBL {
	float: left;
	background: url('./template_images/bl.gif');
}
div.cornerBR {
	float: right;
	background: url('./template_images/br.gif');
}
div.cornerClear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

/* Footer */
table#footer {
	width: 100%;
}
td#reginaCrestFooter {
	width: 91px;
	height: 135px;
	background: url('./template_images/Regina-Crest.gif');
	background-repeat: no-repeat;
}

/* *** PAGE-SPECIFIC *** */

/*  Home page; random pictures around the slogan */
div.frontPageTable {
	text-align: center;
	width: 100%;
}
td.frontPageAttentionCell {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	color: #290C00;
	padding: 10px;
	line-height: 150%;
}
.front_image{
	text-align: center;
	padding: 10px;
	vertical-align: middle;
}

/* Listing pages by category: photo and name */
div.itemTable {
	text-align: center;
}
td.itemPicTitle {
	text-align: center;
}
span.itemTitle {

}
a.itemLink {
	color: #5C1F00;
	text-decoration: underline;
}
a.itemLink:hover {
	color: #8F2B00;
	text-decoration: underline;
}



td {
	padding: 2pt;
	padding-top: 0pt;
}
td.centeredText {
	vertical-align: middle;
	text-align: center;
}
span.largerMenuSlogans {
	font-size: 130%;
}
