/* DEFAULT MAIN BODY LINKS */
body {
	background-color: #EAF1FA;
	background-image: url(../images/bkgd_body1.gif);
	background-repeat: repeat-y;
	background-position: center;
}

A:link, A:active, A:visited {
	color: #5E798E;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border-bottom: #5E798E;
	border-width: 0 0 0 0;
}
A:hover {
	color: #5E798E;
	text-decoration: underline;
	font-weight: bold;
}
/* CLASS GROUP ENDS */


/* side navigation link */
.sidenav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #FFD78A;
	padding: 10px 10px 10px 15px;
	border-top: 1px none #FFD78A;
	border-right: 1px none #FFD78A;
	border-bottom: 1px solid #EFAE18;
	border-left: 1px none #FFD78A;


}

.sidenav A:link, .sidenav A:active, .sidenav A:visited  {
	color: #5E798E;
	text-decoration: none;
	border: none;
}

.sidenav A:hover {
	color: #5E798E;
	text-decoration: none;
	border: 0px;
}

/* MAIN PAGE TEXT CLASSES */
/* PAGE CONTENT FOR CENTER COLUMN = HAS BORDER AROUND IT */
.pageContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin: 1px 15px 15px;
	color: 5E798E;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 1px 14px 15px 15px;
	list-style-type: disc;
	list-style-image: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #D28B06;
	border-bottom-color: #D28B06;
	border-left-color: #D28B06;



	}

/* FOR ANY ORPHANED TEXT */
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5E798E;
	padding: 15px;
	line-height: 18px;

}
.text A:link, .text A:active, .text A:visited  {
	color: #D28B06;
	text-decoration: none;
	border: none;
}
.text A:hover {
	color: #F3C14B;
	text-decoration: underline;
	border: 0px;
}
/* CLASS GROUP ENDS */



/* TITLE AND SECTION SHEADERS */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	color: #5E798E;
	margin: 15px;
	text-align: center;
	border: #D78B00;
	line-height: 30px;
}

.headerSection {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #D28B06;
	font-style: normal;

}
/* CLASS GROUP ENDS */


/* CLASSES FOR THE TOP AND BOTTOM MAIN NAVIGATION  */
/* TOP */
.navigateTop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFCF2;
	text-align: center;
	padding: 10px 3px;
	background-color: #5E798E;
	width: 20%;
	border-top: 1px none #DAEEFE;
	border-right: 1px solid #DAEEFE;
	border-bottom: 1px none #DAEEFE;
	border-left: 1px none #DAEEFE;



}

.navigateTop A:link, .navigateTop A:active, .navigateTop A:visited  {
	color: #DAEEFE;
	text-decoration: none;
}
.navigateTop A:hover {
	color: #DAEEFE;
	text-decoration: underline;
}

/* BOTTOM */
.navigateBottom {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFCF2;
	text-align: center;
	padding: 5px;
	background-color: #5E798E;
}

.navigateBottom A:link, .navigateBottom A:active, .navigateBottom A:visited  {
	color: #DAEEFE;
	text-decoration: none;
}
.navigateBottom A:hover {
	color: #DAEEFE;
	text-decoration: underline;
}
/* CLASS GROUP ENDS */


/* CLASSES FOR RIGHT AND LEFT SIDE COLUMNS */
/* RIGHT SIDE */
.rightContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin: 15px;
	color: 5E798E;
	padding: 15px;
	border: 1px solid #FFD78A;
}

/* LEFT SIDE */
.leftContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: 5E798E;
	border-top: 1px none #FFD78A;
	border-right: 1px solid #FFD78A;
	border-bottom: 1px none #FFD78A;
	border-left: 1px solid #FFD78A;

}
/* CLASS GROUP ENDS */


/* CLASSES FOR LINKS IN SIDE COLUMNS = CREATES THE BORDERED LOOK  */
/* RIGHT SIDE */
.sidenavRight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFD78A;
	padding: 7px 10px 7px 15px;
	border-top: 1px none #FFD78A;
	border-right: 1px none #FFD78A;
	border-bottom: 1px solid #FFF;
	border-left: 1px none #FFD78A;
}
.sidenavRight A:link, .sidenavRight A:active, .sidenavRight A:visited  {
	color: #5E798E;
	text-decoration: none;
}
.sidenavRight A:hover {
	color: #FFF;
	text-decoration: underline;
}

/* LEFT SIDE */
.sidenavLeft {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFD78A;
	padding: 7px 10px 7px 15px;
	border-top: 1px solid #FFFCF2;
	border-right: 1px none #FFD78A;
	border-bottom: 1px solid #F3C14B;
	border-left: 1px none #FFD78A;
}
.sidenavLeft A:link, .sidenavLeft A:active, .sidenavLeft A:visited  {
	color: #5E798E;
	text-decoration: none;
}
.sidenavLeft A:hover {
	color: #FFF;
	text-decoration: underline;
}
/* END */
.sidenavLeftNoButton {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFD78A;
	padding: 7px 10px 7px 15px;
	border-top: 1px none;
	border-right: 1px none #FFD78A;
	border-bottom: 1px none #FFFCF2;
	border-left: 1px none #FFD78A;
}
.welcome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 40px;
	color: #5E798E;
}
.formButtonAdd {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	background-color: #ECFAFF;
	border: 1px solid #D28B06;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	background-color: #FFCCCC;
	border: 1px solid #FF3300;
	padding: 5px;

}.formButton {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	background-color: #cccccc;
	border: 1px solid #D28B06;
}