/* Start of CMSMS style sheet 'microdrive' */
body,html,li,h1,h2,h3,h4,h5,h6,ul,li,ol,p,pre,form,blockquote,fieldset,input{
	margin:0; 
	padding:0
} 

body {
	background-image:url(/uploads/layout/background.jpg);
	background-repeat:repeat-x;
}

body, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

#mainContainer {
	position:absolute;
	/*width:547px;*/
	width:800px;
	margin:0 0 0 34px;
	padding:0 65px 0 0;
	background-color:#FFFFFF;
	background-image:url(/uploads/layout/borderRight.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}

#LeftBorder {
             background-image:url(/uploads/layout/borderLeft.jpg);
             background-position:left top;
             background-repeat:no-repeat;
             height:100%;
             left:-34px;
             position:absolute;
             top:0px;
             width:34px;
}

#pageContent {
	width:800px;
             border-bottom:1px solid #eeeeee;
}

#banner {
	height:160px;
	background-image:url(/uploads/layout/banners/yellowField_2.jpg);
}

#footerContainer {
	position:relative;
	margin:40px 0 0 0;
	bottom:0px;
}

#footer {
	width:780px;
	position:relative;
	bottom:0px;
	margin:0 10px 0 10px;
}

#SLULogo {
	position:absolute;
	right:0px;
	bottom:5px;
}

#footer h4 {
	font-size:11px;
}

#footer h5, #footer h5 a {
	font-size:11px;
	color: #579e76;
	display:inline;
	text-decoration:none;
}

#footer hr {
	border:0;
	background-color:#579e76;
	height:3px;
}

#contentContainer {
	margin:20px 10px 0 10px;
}

#menuContainer {
	float:left;
	width:160px;
	background-image:url(/uploads/layout/menuBorder.jpg);
	background-repeat:repeat-x;
	background-position:right top;
	padding: 0 2px 0 0;
}


#content {
	width:595px;
	padding: 0 10px 0 10px;
	float:left;
	position:relative;
}

#content h2 {
             font-size:16px;
	margin: 0 0 5px 0;

}


#content ul, ol {
	margin: 0 0 0 20px;

}

#content a {
             color:#579e76;
}

#rightCol {
	width:50%;
	position:absolute;
	right:0px;
	top:5px;
	padding:0 0 0 5px;
}


#LeftMenu {
	background-color:#FFFFFF;
	min-height:400px;	
            list-style-type:none;
}

#LeftMenu a {
	color:#808080;
	text-decoration:none;
	line-height:15px;
}

#LeftMenu a.leftSelected {
   color:#000000;
}


#LeftMenu a:hover {
	text-decoration:underline;
}

#LeftMenu li ul{
	list-style-type: none; 
	padding:0 0 0 10px;
}




/* ----- common ------------------------------------------ */
.selfClear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.selfClear {
    display: inline-block;
}

/* Hide from IE-mac \*/
* html .selfClear {
    height: 1%;
}

.selfClear {
    display: block;
}
/* End hide from IE-mac */
/* End of 'microdrive' */

