/* CSS Document */

/*copyright lynda.com 2012
feel free to use these styles as you wish
attribution would be nice, but not required
*/

/* roux academy color palette
#FBAE2C     rgb(251, 174, 44)  ORANGE
#B683BA      rgb(182, 131, 186)  LIGHT LAVENDER
#A858A3    rgb(168, 88, 163)  DARK LAVENDER
#0263AE    rgb(173, 169, 130)  DARK TAN
#D8D5BC   rgb(2, 99, 174)  DARK BLUE
#F9E482   rgb(249, 228, 130)  LIGHT YELLOW
#BFBFBF rgb(191, 191, 191) LIGHT GRAY
#414042    rgb(65, 64, 66)  DARK GRAY
*/


/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
/*	vertical-align:baseline;*/
/*	font: inherit;  */
}

/*html5 display rule*/
/*address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}*/
html {
	background: rgb(255, 255, 255);
}
body {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	/*	font-weight:normal;
	font-style:normal;   */
	width: 960px;
	position: relative;
	margin: 0 auto; 

}

p {
	font-size: 16px;
	margin-top: 1em;
}

p.floleft{
	float:left;
	font-weight:bold;
	margin-left: 10px;
}
p.movepara{
	margin-left:130px;
	margin-right: 10px;
}

h1 {
	margin-bottom: 0em;
	font-size: 1.6em;
	margin-top: 10px;
/*	border-top: 20px;*/
	padding-bottom: 0px;
}
a:link, a:visited {
	color:blue;
}
a:hover, a:active {
	color:red;
}

ul.intendLeft li {
	margin-left: 20px;
	margin-top: 0px;
}


section {
	/*    line-height:30px;*/
	background-color: #eeeeee;
	float: left;
	padding: 0px;
	width: 760px;
	height: 1000px;
}
aside {
	float: left;
	padding: 0px;
	width: 200px;
	background-color: #A28E73;
	height: 1000px;
}
section p {
	font-size: 12px;
	margin-top: 1em;
}
section p.movepara{
	margin-left:100px;
	margin-right: 10px;
}

section h2 {
	font-size: 20px;
	margin-top: 1em;
}
aside h2 {
	font-size: 18px;
	margin-top: 1em;
	text-align:center;
}
img.centeredImage {
/*    display:block;*/
	margin-left:auto;
	margin-right:auto
}
td{
	text-align:center;

}

table.widthed td{
	width:150px;
}

table.past {
	border-collapse: collapse;
    border:1px solid black;
}
table.past td { 
    border:1px solid black;
/*	width:150px;   */
}
ul.no_bullet {
	list-style-type:none;
	padding:0;
	margin:0;
}
li.bullet_go {
	background:url(../_xeeimages/bullet_go.png) no-repeat left top;
	padding-left:44px;
	padding-top:3px;
}
/*table.lamp th {
    width:40px;
}*/
.pichover:hover {
	background-color:yellow;
}
.pichoverbrown:hover {
	background-color:#A28E73;
}