/**** HTML ****/
BODY { 
	background-color: #71949E; 
	margin-top: 6px; 
	margin: 0;
	padding: 0;
	border: none;
}

div {
padding: 0;
margin: 0;
border: none;
}

img {
padding: 0;
margin: 0;
border: none;
}

/**** TEXT ****/
P, .bodyText, #copyBox, #copyBoxTraining, #copyBoxIntranet, .cal_nav {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #636;
}
.boldText {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color: #636;
}
.smallText {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal;
}

.quote_beg {
	COLOR: #90BD78;
	FONT-SIZE: large;
	FONT-WEIGHT: bold;
}

.quote_mid {
	COLOR: #669999;
	FONT-SIZE: x-large;
	FONT-WEIGHT: bold;
}

.cal_nav, A.cal_nav:visited, A.cal_nav:link {
	PADDING: 0 0 10px 0;
	TEXT-ALIGN: right;
	FONT-WEIGHT: bold;
	COLOR: #699;
}

.main_links {
	FONT-SIZE: x-large;
}

.training_links {
	FONT-SIZE: large;
}

.table_header {
	font-weight: bold;
	TEXT-DECORATION: underline;
}

.err_text {
	COLOR: Red;
}

/**** LAYOUT ****/
#date {
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal;
	color: #D5DFE2;
	margin-bottom: 6px;	
}
#dateHome {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal;
	color: #D5DFE2;
	position: absolute;
	top: 4px;
	left: 75px;
	color: #FFF;
}
.navItem {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: bold;
	color: #FFF;
	background-color: #7A4D7C;
	padding: 0 11px 6px 0px;
	TEXT-ALIGN: right;
}
#title {
	width: 646px;
	height: 107px;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 24px; 
	font-weight: normal;
	color: #FFF;	
	background-color: #90BD78;
	padding-left: 10px;
}
#copyBox { 
	padding: 18px 40px 10px 13px;
}
#copyBoxTraining { 
	padding: 10px 10px 10px 10px; 
	/*		  top right bot left */
}
#copyBoxIntranet {
    padding: 7px 7px 7px 7px; 
}

.float_text {
	float: right; 
	width: 230px;
	HEIGHT: 130px; 
	margin: 5px 0 20px 20px;
/*		    top right bot left */
}

.left_col {
	FLOAT: left; 
	WIDTH: 40%;
}

.right_col {
	MARGIN-LEFT: 45%;
}
					
.intro {
	text-align: left;
	margin: 8px 6px 10px 16px;
}
.footer {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal;
	color: #EAE2EA;
	height: 28px;
	background-color: #B89FB9;
	text-align: center;
}
/**** LINKS ****/
/* navigation */
#nav a, a:visited  { text-decoration: none; color: #ADDE99; font-weight: normal; }
#nav a:hover, a:active { text-decoration: underline; color: #ADDE99; }

#regLink a, a:visited { TEXT-DECORATION: underline; COLOR: Red; FONT-WEIGHT: normal; }
#regLink a:hover, a:active { TEXT-DECORATION: none; COLOR: Red; FONT-WEIGHT: normal; }

A, A:visited { text-decoration: underline; color: #699; FONT-WEIGHT: normal }
A:hover, A:active { text-decoration: none; color: #699; FONT-WEIGHT: normal}
