html {
	margin: 0;
	padding: 0;
	height: 100%;
}

BODY
{
	/*  Set this the same as maintablerow so it looks good in the backoffice RTE editor */
	margin: 0px;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: black;	
	font-size: 1em;
	text-align: left;
}

#sitebody 
{
	/*  Set this the same as maintablerow so it looks good in the backoffice RTE editor */
	background: url(../images/background.jpg) #FFFFFF top center no-repeat; 
	margin: 0px 14px 14px 14px;
	padding: 0;
	height: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: black;	
	font-size: 1em;
	text-align: left;
}

#calendar_day
{
	padding: 5;
}

#calendar_day h1
{
    COLOR: black;
	text-align: center;
	FONT-SIZE: 18px;
	margin-bottom: 0px;
}

#calendar_day h2
{
    COLOR: #000080;
	text-align: left;
	FONT-SIZE: 14px;
	margin-bottom: 0px;
}


H1
{
    COLOR: black;
	text-align: center;
	FONT-SIZE: 24px;
}

H2
{
    COLOR: black;
	FONT-SIZE: 18px;
}

HR
{
	color: black;
}

A, A:link, A:visited
{
    TEXT-DECORATION: underline
}

A:hover
{
    FONT-WEIGHT: normal;
    COLOR: #524229;
}

/* This is the outer most table */
table.MainTable
{
	border: 0px solid black;
}

/*  This is what the header row and page row use */
td.MainTableRow
{
	BACKGROUND-COLOR: white;
	padding: 0px;
    FONT-FAMILY: arial,helvetica,verdana;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: black;
}

p.MainTableRow 
{
	padding: 0px 5px 0px 0px;
}

/* At the top of each page */
div.MainTitle
{
	BACKGROUND-COLOR: #EFAE18;
	FONT-FAMILY: arial,helvetica,verdana;
	FONT-WEIGHT: bold;
	FONT-STYLE: italic;
	FONT-SIZE: 14pt;
	COLOR: black;
	TEXT-DECORATION: none;
	text-align: right;
	padding-right: 5px;
}

td.MainTableDivRow, tr.MainTableDivRow
{
	BACKGROUND-COLOR: #637584;
}

hr.MainTableDivLine
{
	padding: 15px 0px 15px 0px;
	height: 25px;
	BACKGROUND-COLOR: #396d6b;
}

/* used to highlight text within the body */
.body_heading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
}

div.article_box
{
	float: right;
	width: 170px;
	padding: 5px;
	border: 1px solid black;
	background-color: #98CA97;
}

div.TopCaption
{
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
	FONT-SIZE: 18px;
	COLOR: black;
	text-align: center;
}

td.CenterBox, div.CenterBox
{
	padding: 5px 5px 5px 5px;
	BACKGROUND-COLOR: #9DBAD1;
	FONT-FAMILY: arial,helvetica,verdana;
	FONT-SIZE: 14px;
	COLOR:black;
}

td.CenterBox H1
{
	text-align: center;
	FONT-SIZE: 24px;
}

/* Styles for article lists */
div.article_list_frame
{
	width: 200px;
    FONT-FAMILY: arial,helvetica,verdana;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
	background-color: white;
	border: 1px solid black;
	padding: 0px;
	float: right;
}

div.article_list_secondrow
{
	border-top: 1px solid black;
}

div.article_list A, div.article_list A:visited
{
	padding: 1px 3px 1px 3px;
	color: white;
	text-decoration: none;
	width: 194px;
	height:100%;
	display:block;
}

div.article_list A:hover
{
	background-color: white;
	color: black;
	text-decoration: none;
}

div.articles
{
	padding: 0px 0px 10px 0px;
}



/* Styles for forms */
#formOuterDiv
{
	background-color: #acbcd6;
	padding: 5px;
}

.formNormal
{
   FONT-SIZE: 10pt;
   FONT-WEIGHT: Normal;
}

.formFieldName
{
   FONT-SIZE: 10pt;
   FONT-WEIGHT: bold;
   height: 20px;
}

.checkbox
{
	float: left;
	width: 25px;
	height: 30px;
	clear: both;
}

.width100
{
	width: 120;
	float: left;
    height: 20px;
}

.width150
{
	width: 150;
	float: left;
}

.halfline
{
	line-height: 50%;
}


.formFieldNamesmall
{
   FONT-SIZE: 8pt;
   FONT-WEIGHT: bold;
}

.smallItalic
{
   FONT-SIZE: 8pt;
   FONT-WEIGHT: bold;
   font-style: italic;
}

td.formRowNumber
{
	vertical-align: top;
	FONT-WEIGHT: bold;
}


.box_combo1, .box_combo1 TD, .box_combo1 TABLE,
.box_combo1 A, .box_combo1 a:link, .box_combo1 a:visited,
.box_combo1 span
{
	FONT-FAMILY: arial,helvetica,verdana;
   FONT-WEIGHT: normal;
   FONT-SIZE: 10pt;
	BACKGROUND-COLOR: #990000;
   COLOR: white;
}


