/*
Colour Palette

Bluey Green: #0082a9
Green (lime): #dbd65c
Grey: #666666
Dark Grey: #333333
*/


/* General Styles */
.Body
{
	margin-top: 0px;
}
.Page
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	border: solid 0px #8e1320;
}
.BackgroundTop
{
	background-image: url(../images/bg_image_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
}
.Background
{
	background-image: url(../images/bg_image_centre.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
}
.BackgroundBase
{
	background-image: url(../images/bg_image_base.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
}
.HeaderBar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0082a9;
	padding: 2px;
}
.FooterBar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #0082a9;
}
.FooterBar a:link
{
	color: #ffffff;
	text-decoration: underline;
}
.FooterBar a:visited
{
	color: #ffffff;
	text-decoration: underline;
}
.FooterBar a:hover
{
	color: #ffffff;
	text-decoration: none;
}
.FooterBar a:active
{
	color: #ffffff;
	text-decoration: none;
}
.FooterTextLink
{
	color: #ffffff;
	text-decoration: underline;
}
.ItemHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.ItemHeadingBlue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0082a9;
}
.ItemHeadingGrey
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
}
.QuoteMarkBlue
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #0082a9;
}
.QuoteGrey
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #bbbbbb;
}
.QuoteNameGrey
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #bbbbbb;
}
.ItemText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.ItemTextBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.ItemTextError
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.SideBarHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}
.SideBarText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.SideBarTextBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.SideBarTextLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.HeaderLinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.ImageBorder
{
	border: 1px solid #0182a9;
	padding: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.ImageNoBorder
{
	border: 0px;
	padding: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.ImageRightBorder
{
	border: 1px solid #0182a9;
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.ImageLeftBorder
{
	border: 1px solid #0182a9;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ImageSideBarBorder
{
  border: 1px solid #000000;
}
hr
{
  border: none;
	color: #0082a9;
	background-color: #0082a9;
	height: 1px;
	width: 100%;
}
a
{
  color: #333333;
}
a:hover
{
	color: #0082a9;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0082a9;
	margin: 0px;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
ol
{
	margin: 0px;
}
li
{
	padding-bottom: 10px;
}

/* Table Styles */
.TableHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	background-color: #666666;
}
.TableBody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #dedede;
	text-decoration: none;
}
.TableBody a:link
{
	color: #000000;
	text-decoration: underline;
}
.TableBody a:visited
{
	color: #000000;
	text-decoration: underline;
}
.TableBody a:hover
{
	color: #000000;
	text-decoration: none;
}
.TableBody a:active
{
	color: #000000;
	text-decoration: underline;
}
.TableBodyBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #dedede;
	text-decoration: none;
}

/* Form Styles */
.FormField
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
}
.FormButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	border: 1px solid #000000;
}

/* Menu Styles */
.MainMenuItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 5px;
	text-decoration: none;
	color: #ffffff;
	background-color: #666666;
	line-height: 25px;
	width: 160px;
	display: block;
}
.SubMenuItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-indent: 5px;
	text-decoration: none;
	color: #333333;
	line-height: 25px;
	width: 160px;
	display: block;
	background-image: url(../images/menu_bar_bg.gif);
	background-position:center;
	background-repeat: repeat-x;
}

.SubMenuSpacingRow
{
	background-color: #FFFFFF;
	height: 2px;
}

/* Calendar Styles */
.CalendarHeading
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0082a9;
	
	line-height: 18px;
}
.CalendarHeading a
{
	color: #FFFFFF;
	text-decoration: none;
	
	display: block;
}
.CalendarBody
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #e7e7e7;
	
	line-height: 18px;
}
.CalendarBody a
{
	color: #000000;
	text-decoration: underline;
	
	display: block;
}
.CalendarBodyBold
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #e7e7e7;
	
	line-height: 18px;
}
.CalendarBodyToday
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5e5e5e;
	
	line-height: 18px;
}
.CalendarBodyEvent
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0082a9;
	
	line-height: 18px;
}
.CalendarBodyEvent a
{
	color: #FFFFFF;
	text-decoration: underline;
	
	display: block;
}

/* Arrow Style */
.LinkArrow
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0082a9;
	background-color: #ffffff;
}
.LinkArrowYellow
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c7bf0c;
	background-color: #ffffff;
}