/*
*********************************************************************************************
	Main Display Template
*********************************************************************************************
*/
body {
	color: #000000;
	background-image: url(images/BG_Tile.jpg);
	margin-left: 44px;
	margin-top: 33px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
}
a:link {
	color: #085AC6;
}
a:visited {
	color: #085AC6;
}
a:hover {
	color: #085AC6;
}

#null {
	background:none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*
*********************************************************************************************
	content Items
*********************************************************************************************
*/

.Normal {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #9A0000;
}
.Normal2 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #000000;
}
.Normal3 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #085AC6;
}
.Smaller {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #9A0000;
}
.Smaller2 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #000000;
}
.Smaller3 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #085AC6;
}
.headingOne {
	font-size:14px;
	font-weight:bold;
	color:#085AC6;
	background-color:inherit;
}
.headingTwo {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	background-color:inherit;
}
.headingThree {
	font-size:14px;
	font-weight:bold;
	color:#9A0000;
	background-color:inherit;
}
.subHeadingOne {
	font-size:12px;
	font-weight:bold;
	color:#085AC6;
	background-color:inherit;
}
.subHeadingTwo {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	background-color:inherit;
}
.subHeadingThree {
	font-size:12px;
	font-weight:bold;
	color:#9A0000;
	background-color:inherit;
}


/*
*********************************************************************************************
	page items
*********************************************************************************************
*/
#pageCanvas {
	width:1000px;
}

#pageHeader {
	width:587px;
	margin-top:15px;
	border-right: 2px #000000 solid;
	border-top: 2px #000000 solid;
	float:left;
}

#pageLogo {
	position:absolute;
	left:7px;
	top:1px;
}

#pageMenuPosition {
	background-color: inherit;
	float:left;
}
#rightColumn {
	position:absolute;
	background-color: inherit;
	left:761px;
	top:30px;
}
#pageMenu {
	background-image:url(/images/menBGTop.png);
	background-repeat:no-repeat;
	height:432px;
}

#pageMenuStretch, #rightColumnStretch {
	background-image:url(/images/menuBGstretch.jpg);
	background-repeat:repeat-y;
}
#pageMenuStretch p, #pageMenuStretch img, #rightColumnStretch p, #rightColumnStretch img {
	padding:3px 0px 3px 6px;
	margin:0px;
	font-weight:bold;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 0px;
}
#rightColumnTop {
	background-image:url(/images/menBGTop.png);
	background-repeat:no-repeat;
	height:10px;
}
#rightColumnBottom {
	background-image:url(/images/menBGbottom.png);
	background-repeat:no-repeat;
	height:12px;
}
#pageMenuBottom {
	background-image:url(/images/menBGbottom.png);
	background-repeat:no-repeat;
	height:12px;
}

#pageBanner {
	margin-top: 0px;
	text-align:center;
	background-color:#666666;
	width: 587px;
	height: 77px;
	overflow:hidden;
	border-right: 2px #000000 solid;
	float:left;
}
#pageContent{
	width:551px;
	background-color:#FFFFFF;
	color: #9A0000;
	text-align:left;
	padding-left:18px;
	padding-right:78px;
	padding-top:5px;
	padding-bottom:5px;
	border-right: 2px #000000 solid;
	float:left;
}

#pageTicker {
	background-color:#000000;
	width:587px;
	height:25px; 
	border-right: 2px #000000 solid;
	float:left;
	/* text color can be changed in the ticker.fla file */
}
#pageFooter {
	padding-right:60px;
	font-size:9px;
	text-align:center;	
}

/*
*********************************************************************************************
	uGallery items
*********************************************************************************************
*/
#ImageContainer {
}

#imageBlock {
	padding-left:8px;
	padding-right:8px;
}

.imageTitle {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #9A0000;
}

.catDescription {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #000000;
}

/*
*********************************************************************************************
	calendar items
*********************************************************************************************
*/

#miniCalendar {
	width:200px;
	padding-top:15px;
	float:left;
}

#events {
	width:330px;
	padding-top:15px;
	padding-right:15px;
	float:left;
}
.calHeadingOne {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight:bold;
	font-size:14px;
	color: #9A0000;
}

.calHeadingTwo {
	font-size:14px;
	font-weight:bold;
	color:#085AC6;
	background-color:inherit;
}
.Container {
	width: 300px;
}
