BODY {
	PADDING: 0px; 
	MARGIN: 0px; 
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	TEXT-DECORATION: none;
	color: #000000;
	BACKGROUND: url(Images/Mint/background.gif) repeat-x #ebebeb; 
}

BODY.NoBackground, BODY.iFrame {
	BACKGROUND-image: none;
	background-color:#ffffff; 
}

BODY.NoBackground #centeredContainer, BODY.iFrame #centeredContainer, BODY.Popup #centeredContainer 
{
	margin-left: 0px;
	background-image: none;
	position: static;
	padding: 20px;
	background: #ffffff;
}

BODY.Popup{
	BACKGROUND: none #ffffff; 
	PADDING: 20px; 
	MARGIN: 0px;
}
#centeredContainer {
	width: 946px;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	min-height: 800px;
	background: #ffffff;
	border-left: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
	border-bottom: solid #cccccc 1px;
}

A:link, A:visited {
	COLOR: #58595b;
	font-size: 100%;
	TEXT-DECORATION: underline;
}

A:hover {
	COLOR: #cc6600;
	text-decoration: underline; 
}

p {
    line-height: 18px;
}

H1 {
	DISPLAY: block; 
	MARGIN: 0px; 
	WIDTH: 130px; 
	HEIGHT: 60px;
}

H1 SPAN {
	DISPLAY: none
}

H3 {
	MARGIN-TOP: 0px; 
	font: bold 17px Arial, Helvetica, sans-serif;
	letter-spacing: -1px; 
	MARGIN-BOTTOM: 0.25em; 
	COLOR: #555555;
}

H4 {
	MARGIN-TOP: 0.25em; 
	font: bold 15px Arial, Helvetica, sans-serif;
	letter-spacing: -1px; 
	MARGIN-BOTTOM: 0.25em; 
	COLOR: #58595b;
}

HR {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
	width: 100%;
}
FORM {
	padding: 0px;
	margin: 0px;

}

INPUT.Button, INPUT.ButtonTiny, INPUT.ButtonSmall, INPUT.ButtonHuge, 
INPUT.ButtonLarge, INPUT.ButtonNumber, INPUT.ButtonNumberSelected, INPUT.ButtonSpecial {
	BORDER: 0px; 
	FONT-WEIGHT: bold;  
	FONT-SIZE: 13px; 
	VERTICAL-ALIGN: middle; 
	COLOR: #696969; 
	FONT-FAMILY: Verdana; 
	TEXT-ALIGN: center;
}
INPUT.Button, INPUT.ButtonTiny, INPUT.ButtonSmall, INPUT.ButtonHuge, INPUT.ButtonLarge 
{
	HEIGHT: 33px; 
}
INPUT.Button 
{
	BACKGROUND: url(Images/Mint/buttonMedium.jpg) center center no-repeat; 
	WIDTH: 99px; 
}
INPUT.ButtonTiny {
	BACKGROUND: url(Images/Mint/buttonTiny.jpg) center center no-repeat; 
	WIDTH: 42px; 
}
INPUT.ButtonSmall {
	BACKGROUND: url(Images/Mint/buttonSmall.jpg) center center no-repeat; 
	WIDTH: 72px; 
}
INPUT.ButtonLarge {
	BACKGROUND: url(Images/Mint/buttonLarge.jpg) center center no-repeat; 
	WIDTH: 139px; 
}
INPUT.ButtonHuge {
	BACKGROUND: url(Images/Mint/buttonHuge.jpg) center center no-repeat; 
	WIDTH: 165px; 
}
INPUT.ButtonSpecial {
	BACKGROUND: center center no-repeat; 
}


INPUT.TextInput {
	BORDER: #C2C2C2 1px solid;
	padding-left: 2px;
	width: 200px;
}
TEXTAREA {
	BORDER: #C2C2C2 1px solid;  
}
INPUT.CheckBox, SPAN.CheckBox {
	BORDER: 0px;
}
SELECT {
	BORDER: #a6a5a5 1px solid; 
}
SELECT.Small {
	WIDTH: 140px
}
SELECT.Medium {
	WIDTH: 240px
}
SELECT.Large {
	WIDTH: 340px
}

DIV#header {
    /*Unused*/
}

/*Top main company logo*/
#menuStatic {
	HEIGHT: 133px; 
	background: url(Images/Mint/headerLogo.jpg) 0px 0px no-repeat;
		
}
#menuStatic #Menu_pnlDate {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	PADDING-TOP: 0px; 
	FONT-FAMILY: Verdana; 

}

/* Top navigation menu*/
#Menu_pnlMenuStatic {
	DISPLAY: block; 
	FONT-SIZE: 12px;
	margin-top: 0px;
	MARGIN-LEFT: 205px;
	HEIGHT: 133px; 
	TEXT-ALIGN: left;
	background: url(Images/Mint/topNav_background.jpg) left top repeat-x;
	width: 743px;
}
SPAN#Menu_dlMenuStatic {
	DISPLAY: block;
	padding-left: 375px;
	padding-top: 75px;
}
SPAN#Menu_dlMenuStatic SPAN {
	position: relative;
}
SPAN#Menu_dlMenuStatic SPAN A, SPAN#Menu_dlMenuStatic SPAN A:visited {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing: 0px;
	COLOR: #666666;
	TEXT-DECORATION: none;
	border: none;
	margin: 0px 0px 0px 0px;
	PADDING: 6px 10px 3px 10px;

}
SPAN#Menu_dlMenuStatic SPAN A:hover {
	COLOR: #ffffff;
	background: #fd7217;
	height: 52px;
	PADDING: 11px 10px 10px 10px;
}

SPAN#Menu_dlMenuStatic SPAN.Last {
	/*Unused*/
}


SPAN#Menu_dlMenuStatic SPAN.Last A {
	/*Unused*/
}
DIV#menuRight {
	/*Unused*/
}
DIV#Menu_pnlMenuRight {
	/*Unused*/
}
#menuRoles {
    display: none;
}

#Menu_pnlMenu {
    display: none;
}

/* Content Area */
DIV#content {
	padding: 0px 0px 0px 0px;
	width: 690px;
	margin: 20px 10px 10px 120px;
}


DIV#pnlLastUpdated {
	FONT-SIZE: 85%;
	MARGIN-BOTTOM: 0.5em; 
	TEXT-ALIGN: right
}

.Instructions {
	MARGIN-BOTTOM: 0.5em; 
}

/*Style to control main image on the 'home' page */
.mainImage {
    background-image: url(Images/Mint/mainHome_image.jpg); /*Change this image for each site (& width/height if need be) */
    background-repeat: no-repeat;
    background-position: top left;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    width: 700px;
    height: 380px;
}

/* News display styles */
.newsItem {
    width: 100%;
	margin-bottom: 30px;
}
.newsHeader {
	color: #46454a; 
	background: #cfd4d8;
	padding: 5px;
	font-size: 17px; 
	font-family: Arial; 
	FONT-WEIGHT: bold; 
	TEXT-ALIGN: left;
	margin: 0px;
}
.newsTitle {
	font-size: 15px;
	font-weight: bold;
}
.newsDate {
    font-weight: bold;
	text-align:right;
	font-size: 11px;
	font-family:Verdana;
	color: #58595b;
	vertical-align: top;
}
.news_shortDescription {
	line-height: 18px;
	font-size: 11px;
	font-family:Verdana;
}
.bottomArea {
	text-align: right;
	BORDER-bottom: #cccccc 1px solid;
	padding-top: 5px;
}
/* News item styles */
TABLE.DisplayDesign {
    width: 100%;
}
TABLE.DisplayDesign TD {
    padding: 2px;
}
TABLE.DisplayDesign TD.Prompt {
	VERTICAL-ALIGN: top; 
	WIDTH: 10%;
}
TABLE.DisplayDesign TD.Header {
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}

/* Small Input Table (used for forms - Login) */
TABLE.SmallInputTable {
    margin-left: -10px;
}
TABLE.SmallInputTable TD.Prompt, TABLE.SmallInputTable TR.Header TD.Prompt {
	PADDING: 5px 5px 5px 0px; 
	FONT-WEIGHT: bold; 
	WIDTH: 35%;
	COLOR: #303030; 
	TEXT-ALIGN: right;
	vertical-align: top;
}
TABLE.SmallInputTable TR.Required TD.Prompt {
	COLOR: #ff0000;
}
TABLE.SmallInputTable TR.Header TD.Prompt {
	COLOR: #000000;
}
TABLE.SmallInputTable HR {
	/*VISIBILITY: hidden*/
}
TABLE.SmallInputTable SPAN.Display {
	DISPLAY: block; 
	WIDTH: 100%; 
	HEIGHT: 1.5em; 
	BACKGROUND-COLOR: #e5eaed;
}

/* Large Input Table (used for forms - Join Up) */
TABLE.LargeInputTable TD 
{
	/* font-size: 90%; */
}
TABLE.LargeInputTable TD.Prompt, TABLE.LargeInputTable TR.Header TD.Prompt {
	PADDING: 5px 5px 5px 0px; 
	FONT-WEIGHT: bold; 
	WIDTH: 35%;
	COLOR: #303030; 
	TEXT-ALIGN: left;
	vertical-align: top;
}
TABLE.LargeInputTable TR.Required TD.Prompt {
	COLOR: #ff0000;
}
TABLE.LargeInputTable TR.Header TD.Prompt {
	COLOR: #000000;
}
TABLE.LargeInputTable HR {
	/*VISIBILITY: hidden*/
}
TABLE.LargeInputTable SPAN.Display {
	DISPLAY: block; 
	WIDTH: 100%; 
	HEIGHT: 1.5em; 
	BACKGROUND-COLOR: #f2c390;
}

/* Table Design table - used for displaying events on the home page*/

TABLE.Item  { /* Around whole individual event item */
    margin-bottom: 20px;
    margin-top: 0px;
    BORDER-bottom: #999999 1px solid;
}

TABLE.TableDesign {
    width: 100%;
}
TABLE.TableDesign TD.Item {
	PADDING-top: 200px;
}
TABLE.TableDesign TD.Alternate {
	BORDER: #b2d233 1px solid; 
	PADDING: 0px; 
}
TABLE.TableDesign TR.ItemHeader TD {
    background-color: #cfd4d8;
    padding: 0px 5px 5px 0px;
}
TABLE.TableDesign TABLE {
	WIDTH: 100%
}
TABLE.TableDesign DIV.ItemTitle { /* Title/header */
	color: #58595b; 
	padding: 5px;
	font-size: 17px; 
	font-family: Arial; 
	FONT-WEIGHT: bold; 
	TEXT-ALIGN: left
}
TABLE.TableDesign DIV.ItemSubtitle1 { /* Date/Time */
	line-height: 18px; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: normal; 
	TEXT-ALIGN: right;
	margin-top: -25px;
}
TABLE.TableDesign DIV.ItemSubtitle2 { /* Location */
	line-height: 18px; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold; 
	TEXT-ALIGN: right
}
TABLE.TableDesign TD.ItemDetail { /* Content */
	line-height: 16px; 
	font-size: 11px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	TEXT-ALIGN: left
}
TABLE.TableDesign TD.ItemFooter {
	PADDING-LEFT: 0.5em; 
	FONT-SIZE: 75%; 
	TEXT-DECORATION: none
}

div#footer {
    clear:both;
}

DIV#Copyright_area {
    text-align: center;
    font-size: 9px;
    color: #71a420;
	PADDING: 5px 0px 0px 0px;
}
DIV#Copyright_area DIV#Copyright {
	color: #71a420;
}