@charset "utf-8";
/* CSS Document for the webdevlcc.com template 
   CIS-142, Fall 2009
	 
	Author: Rick Bell
		Date: 11/2009
	
*/

#LcccImage {
	z-index: 2;
}

#TopHeader {
	position:absolute;
	width:800px;
	height:102px;
	z-index:1;
	left: 150px;
	top: 0px;
}
#LcccLogo {
	position:absolute;
	width:100px;
	height:100px;
	z-index:1;
	left: 0px;
	top: 3px;
}

#SideBar {
	position:absolute;
	width:135;
	height:auto;
	z-index:1;
	left: 950px;
	top: 0px;
}
#CISLogo {
	position:absolute;
	width:130px;
	height:130px;
	z-index:2;
	left: 2px;
	top: 57px;
}

#RightSideLinks {
	position:absolute;
	width:110px;
	height:220px;
	z-index:2;
	left: 12px;
	top: 218px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#RightLinkTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #F1B10E;
	border: 1px solid #AFAF8B;
}

#RightSideLinks a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color: #F7FFF7;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 10px;
	width: 90px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#RightSideLinks a:hover {
	color: #F1B10E;
}

#mainContent {
	position:absolute;
	width:800px;
	height:auto;
	z-index:1;
	left: 150px;
	top: 170px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	color: #490311;
	margin: 0px;
	padding-right: 5px;
}

#Footer {
	position:relative;
	width:800px;
	height:52px;
	z-index:1;
	left: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: normal;
	font-weight: bold;
	color: #490311;
	text-align: center;
	bottom: 0px;
}

#Footer a{
	color: #1C0095;
	text-decoration: none;
}

#Footer a:hover{
	color: #F00;
}

#Spacer {
	background-color: #490311;
}

#Header {
	position:absolute;
	width:800px;
	height:50px;
	z-index:1;
	top: 115;
	left: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	color: #490311;
	text-align: center;
}
