body {
	margin: 10px 10px 10px 10px;
	padding: 0px;	
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: #ffffff;
}

:LINK {
	color: black;
	text-decoration: none;	
}

:VISITED {
	color: black;
	text-decoration: none;	
}

input, textarea {
}

input.submitButton {
	color: black;	
}

input.cancelButton {
	border-color: #f1880b;
	background: #ffc887;
	color: black;	
}

span.requiredFieldMarker {
	color: red;
	margin-left: 3px;
}

table.HeaderTable {
	border: 4px;
	border-color: #743e00;
	border-style: solid;
	border-width: 4px;	
}

td.HeaderLogoCell {
	height: 100px;
	width: 340px;
}

td.HeaderRepeatCell {
	background-image: url("/images/header_banner_middle.jpg");
	background-repeat: repeat-x;
	height: 100px;
}

td.HeaderMottoCell {
	height: 100px;
	width: 424px;
}

table.FooterTable {
	background: #bff7c1;
	background-color: #bff7c1;
		
	border: 4px;
	border-color: #0c5e0f;
	border-style: solid;
	border-width: 4px;
	
	font: bold;
	font-family: sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	
	padding: 2px;
}

td.FooterCopyRightCell {
	font: bold;
	font-family: sans-serif;
	font-size: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

div.LabelHolder {
	height: 26px;
}

span.LabelHolderLeft {
	height: 26px;
	width: 10px;
	background-image: url("/images/left.png");
	background-repeat: no-repeat;
}
span.LabelHolderMiddle {
	height: 26px;
	width: 40;
	background-image: url("/images/middle.png");
	background-repeat: repeat-x;
	color: gray;
}
span.LabelHolderRight {
	height: 26px;
	width: 10px;
	background-image: url("/images/right.png");
	background-repeat: no-repeat;
}

#flashMessage {
	background: #bff7c1;
	background-color: #fffea5;
	color: #f1880b;
		
	border: 1px;
	border-color: #f1880b;
	border-style: solid;
	border-width: 4px;
	
	font: bold;
	font-family: sans-serif;
	font-size: 20px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	
	padding: 2px;
	margin-top: 10px;
	width: 260px;
	
	position: absolute;
	left: 10px;
	top: 105px;
	
}

.userName {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;	
}

div.formEntryArea {
	margin-top: 10px;
}

label.fieldLabel {
	font-weight: bold;
	margin-left: 10px;
}

span.helpTip {
	font-size: 7pt;
	cursor: pointer;
	color: green;
}

textFieldEntry, textAreaEntry, fileBrowseEntry {
	border: solid 1px black;
}

#homeHeader {
	height:100px;
}

#homeLogoContainer {
	/*width: 245px;*/
	width: 420px;
	height: 100px;
	position: absolute;
	left: 10px;
	top: 10px;
	background-image: url("/images/header_bar_left_new.png");
	background-repeat: no-repeat;
	z-index: 10;
}

#homeRepeatContainer {
	height: 100px;
	/*margin-left: 245px;*/
	margin-left: 420px;
	/*margin-right: 122px;*/
	margin-right: 184px;
	background-image: url("/images/header_bar_middle_new.png");
	background-repeat: repeat-x;
	z-index: 8;
}

#homeMantraContainer {
	/*width: 122px;*/
	width: 184px;
	height: 100px;
	background-image: url("/images/header_bar_right_new.png");
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 9;
}

#homeFooterContainer {
	/*position: absolute;
	bottom: 0px;*/
	margin-top: 0px;
	margin-left: 153px;
	margin-right: 153px;
	padding: 5px;
	border: solid 1px black;
	text-align: center;
	background: #ffc887;
	height: 60px;
	position: relative;
	top: -3px;
}

#logOutLink {
	font-weight: bold;
	color: #134a71;
	background: #a9d3f0;
	border: 1px;
	border-color: #134a71;
	border-style: solid;
	padding: 4px;
}

.linkButton {
	padding: 3px;
	font-weight: bold;
	color: #134a71;
	background: #a9d3f0;
	border: solid 1px #134a71;
	text-align: center;
}

.linkButton:HOVER {
	background-color: #e2f1fb;	
}

.linkButtonNew {
	padding: 3px;
	font-weight: bold;
	font-size: 12pt;
	color: #000;
	background: #a9d3f0;
	border: solid 1px #134a71;
	text-align: center;
	width: 50px;
	height: 30px;
}

.linkButtonNew:HOVER {
	background-color: #e2f1fb;	
}

.smallLinkButton {
	font-weight: bold;
	font-size: 8pt;
	width: 60px;
	border: none;
	background: inherit;
	color: #134a71;
}

.smallLinkButton:HOVER {
	text-decoration: underline;
}

.simpleLink, .simpleLinkG, .simpleLinkB {
	text-decoration: underline;
}

.simpleLink {
	color: blue;	
}

.simpleLinkG {
	color: green;	
}

.simpleLinkB {
	color: black;	
}

.simpleLink:visited {
	text-decoration: underline;
	color: blue;
}
.simpleLinkG:visited {
	text-decoration: underline;
	color: green;
}
.simpleLinkB:visited {
	text-decoration: underline;
	color: black;
}

.sideRBHeader {
	color: #743e00;
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	border-bottom: solid 2px #743e00;
}

.note {
	font-style: italic;
	font-size: 8pt;
}


