﻿body 
{
	font-family: Arial;
	font-size: 85%;
	background-color: #182e75;
	background-image: url('../../Images/BG.jpg');
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

a:link
{
	color: Blue;
}

a:visited
{
	color: Blue;
}

a:active
{
	color: Blue;
}

#Page
{
	background-image: url('../../Images/BGOverlay.jpg');
	background-repeat: repeat-x;	
	text-align: center;
}

#Main
{
	padding: 10px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 761px;
	text-align: justify;
}

#Header
{
	width: 761px;
	height: 47px;
	background-image: url('../../Images/Header.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

#Middle
{
	width: 757px;
	height: auto;
	border-left: solid 2px #000000;
	border-right: solid 2px #000000;
	background-color: #ffffff;
	background-image: url('../../Images/MiddleBGOverlay.jpg');
	background-repeat: repeat-x;
}

.stretch
{
	clear: both;
}

#Menu
{
	width: 757px;
	height: 21px;
	background-image: url('../../Images/MenuBG.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
	color: #ffffff;
	font-size: 80%;
	font-weight: bold;
}

#NavMenu
{
	float: left;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#NavMenu li
{
	float: left;
	line-height: 20px;
	padding: 0px 15px 0px 0px;
	font-size: 110%;
	font-weight: bold;
}

#NavMenu img
{
	float: left;
	border-style: none;
	padding: 2px 3px 0px 0px;
}

#NavMenu a
{
	color: #FFFFFF;
	text-decoration: none;
}

#NavMenu a:hover
{
	text-decoration: underline;
}

.NavMenuSub
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	display: none;
}

.NavMenuSub li
{
	float: left;
	padding-top: 5px;
	padding-right: 10px;
}

#Search
{
	float: right;
	padding: 0px 5px 0px 0px;
}

#Search a
{
	color: #FFFFFF;
	text-decoration: none;
}

.SearchBox
{
	font-size: 80%;
}

#Content
{
	padding: 20px 10px 10px 25px;
}

#ContentBody
{
	float: left;
	margin-left: -1px;
	width: 515px;
	margin-bottom: 5px;
}

#ContentRight
{
	margin-left: 535px;
	width: 170px;
}

#Footer
{
	clear: both;
	width: 761px;
	height: 17px;
	background-image: url('../../Images/Footer.gif');
	background-repeat: no-repeat;
	font-size: 80%;
	text-align: center;
}

#Fresh
{
	margin-top: 20px;
	border: solid 1px #949184;
	background-color: #f2edd7;
}

#FreshHeader
{
	padding: 3px 5px 3px 5px;
	background-color: #444444;
	background-image: url(../../Images/SideBoxBG.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 105%;
	font-weight: bold;
}

#FreshHeader img
{
	float: left;
	padding-right: 3px;
}


#FreshContent
{
	text-align: left;
	padding: 5px 8px 8px 8px;
}


#SideInfo
{
	margin-top: 20px;
	border: solid 1px #949184;
	background-color: #f2edd7;
}

#SideInfoHeader
{
	padding: 3px 5px 3px 5px;
	background-color: #444444;
	background-image: url(../../Images/SideBoxBG.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 105%;
	font-weight: bold;
}

#SideInfoHeader img
{
	float: left;
	padding-right: 3px;
}


#SideInfoContent
{
	text-align: left;
	padding: 5px 8px 8px 8px;
}


.NewsItem
{
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	border-bottom: solid 1px #E0E0E0;
}

.NewsItemTitle
{
	font-size: 125%;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 3px;
}

.NewsItemTimestamp
{
	font-size: 110%;
	font-weight: bold;
	color: #505050;
}

.NewsItemBody
{
	padding-left: 20px;
}


.GridView
{
	background-color: #f2edd7;
	text-align: left;
}

.GridViewHeader
{
	background-image: url(../../Images/SideBoxBG.jpg);
	background-color: #444444;
	color: #FFFFFF;
	font-size: 105%;
	font-weight: bold;
}

.GridViewHeader a
{
	text-decoration: none;
	color: #FFFFFF;
}

.GridViewHeader th
{
	padding: 1px 3px 1px 3px;
}

.PageTitle
{
	font-size: 125%;
	font-weight: bold;
}

.PageBody
{
	padding: 5px 10px 5px 10px;	
}



.Calendar
{
	width: 515px;
}

.CalendarTitle
{
	font-size: 125%;
	font-weight: bold;
	background-color: #f2edd7;
	border-style: none;
}


.CalendarDayHeader
{
	background-color: #444444;
	background-image: url(../../Images/SideBoxBG.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;	
	border-bottom: solid 1px #A0A0A0;
}

.CalendarDay
{
	text-align: left;
	vertical-align: top;
	border: solid 1px #A0A0A0;
}

.CalendarGoto
{
	padding: 0px 0px 5px 0px;
}

.CalendarDayEvent
{
	font-size: 75%;
}



.Filmstrip
{
	width: 510px;
	padding: 0px 0px 0px 0px;
	border-top: solid 1px #A0A0A0;
	margin-top: 10px;
}

.FilmstripList
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	float: left;
	clear: both;
}

.FilmstripBack
{
	float: left;
}

.FilmstripNext
{
	float: right;
}

.FilmstripItems
{
	float: left;
}

.FilmstripItem
{
	float: left;
	padding: 2px 2px 2px 2px;
}

.FilmstripItem img
{
	border: solid 2px #A0A0A0;	
}

.FilmstripFooter
{
	float: left;
}

.BigPicture
{
	height: 500px;
	padding-bottom: 10px;
}

.BigPictureImage img
{
	border: solid 2px #A0A0A0;
	margin-bottom: 2px;
}

.BigPictureDescription
{
	margin-top: 10px;
	padding: 3px 3px 3px 3px;
	border: solid 1px #A0A0A0;
	background-color: #f2edd7;
	margin-bottom: 2px;
}

.BigPictureTitle
{
	text-align: left;
	font-size: 115%;
	font-weight: bold;
}


.SideBoxList
{
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

.SideBoxList li
{
	
	font-size: 80%;
}

.Event h1
{
	display: inline;
	font-size: 135%;
	font-weight: bold;
}

.Event h3
{
	display: inline;
	font-size: 105%;
	font-weight: bold;
}

.EventWhat
{
	background-color: #f2edd7;
	border: solid 1px #A0A0A0;
	padding: 5px 5px 5px 5px;
}



.Article h1
{
	display: inline;
	font-size: 135%;
	font-weight: bold;
}

.Article h3
{
	display: inline;
	font-size: 105%;
	font-weight: bold;
}

.ArticleBody
{
	padding: 15px 5px 5px 5px;
}

.ArticleAttachmentPdfFrame
{
	width: 505px;
	height: 500px;
}