@charset "UTF-8";
/* Training Styles */

/* Top Bar Menu */

#bodyContent {
	padding: 0 80px;
	}

#bodyContent a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	}

#bodyContent a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	}

#bodyContent a:hover {
	font-weight: bold;
	color: #333333;
	background-color: #ffcc66;
	text-decoration: none;
	}



#subNavTraining {
	width: 800px;
	height: 30px;
	background: url(../imgs/sub_nav_purple.jpg) no-repeat;
	float: left;
	}

#subNavTraining a:link {
	font-size: .8em;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	}

#subNavTraining a:visited {
	font-size: .8em;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	}

#subNavTraining a:hover {
	font-size: .8em;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
	}

#subNavTrainingContent {
	padding-left: 60px;
	}

#subNavTraining li {
	display: inline;
	}

/* Side Menu */

#sideMenu {
	width: 236px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	}

#sideNav li {
	list-style: none;
	line-height: 140%;
	}

#sideNav a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

#sideNav a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

#sideNav a:hover {
	font-weight: bold;
	color: #333333;
	background-color: #ffcc66;
	text-decoration: none;
	}

#sideNav li ul li {
	list-style: disc;
	}

#sideNav li ul a:link {
	font-weight: normal;
	}

#sideNav li ul a:visited {
	font-weight: normal;
	}

#sideNav li ul a:hover {
	font-weight: normal;
	}

#ePersona {
	width: 316px;
	float: left;
	}

#table {
	background-color:#FFFFCC;
	border-style: thin solid #000000;
	}
	
#headerOne {
	background-color:#986da5;
	color:#FFFFFF;
	font-weight: bold;
	padding: 5px;
	}

#tableItem {
	padding: 5px;
	}
