body{
	background-image: url(images/bgRepeat.jpg);
	background-position: top;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #4d0202;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}

.formfield {
    color: #993333;
	background: #f9f8f9;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	text-decoration: none;
}



.page_images {
	display: block;
	float: right;
	padding-left: 10px;
	margin: 0px;
	margin-top:15px;
	border: none;
	border-style: none;
}

/*BEGIN TEXT STYLES */
.pageTitle{
	color: #6e86aa;
	font-weight: bold;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: underline;
	font-size: 18px;
	line-height: 26px;
	text-align:left;
}

.pageTitleSmall{
	color: #993333;
	font-weight: bold;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: underline;
	font-size: 14px;
	line-height: 22px;
	text-align:left;
}

.bodyText{
	color: #6e86aa;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	text-align:justify;
}

.bodyText a:link, .bodyText a:visited{ 
	color: #336600;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	line-height: 14px;
}

.bodyText a:hover, .bodyText a:active{ 
	color: #336600;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
}

.footer { 
	color: #4d0202;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
}

.footer a:link, .footer a:visited { 
	color: #4d0202;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
	line-height: 12px;
	
}

.links a:link, .links a:visited { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
	line-height: 12px;
	
}

.footer a:hover, .footer a:active {
	color: #4d0202;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
}

/* END TEXT STYLES */

/* BEGIN DIV LAYOUT */
.layout1 {
    background-image:  url(images/topCenter.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	padding: 0px;
	height: 200px;
	width: 748px;
}

.layout2 {
    background-image:  url(images/menuLine.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	padding: 0px;
	height: 70px;
	width: 750px;
}

.layoutRepeat {
    background-image:  url(images/bodyRepeat.jpg);
    background-repeat: repeat-y;
    background-position: center;
	padding: 0px;
}


.layout3 {
    background-image:  url(images/contentFooter.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	padding: 0px;
	height: 58px;
	width: 750px;
	padding-top: 45px;
}

.ribbonFooterRepeat {
    background-image:  url(images/footerRepeat.jpg);
    background-repeat: repeat-x;
    background-position: center;
	padding: 0px;
	height: 18px;
}
/* END DIV LAYOUT */	


/* BEGIN POPUP STYLES */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #4d0202;
font-style: italic;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 11px Arial;
font-style: italic;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
/* END POPUP STYLES */

/* BEGIN CALENDAR STYLES */
table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #4d0202 1px;
	background-color: white;
	width: 200px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: solid #CCCCCC 1px;
	text-align: left;
	color: #6e86aa;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 22px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #6e86aa;
}
table.calcells td.wkday {
	background-color: #EEEEEE;
}
table.calcells td.wkend {
	background-color: #EEEEEE;
}
table.calcells td.curdate {
	background-color: #4d0202;
	color: #FFFFFF;
}
table.calcells td.cell_selected {
	background-color: #6e86aa;
	color: #FFFFFF;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #993333;
	color: #FFFFFF;
}
/* END CALENDAR STYLES */
