/* CSS Document */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}
	ul li {
	position: relative;
	}
	
	li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}
	
	ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background: #CCCCCC;
	padding: 5px;
	border: 1px solid #000000;
	border-bottom: 0;
	}
	
	/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #000000;
	}
	
	li:hover ul, li.over ul{ display: block; }
	
	
html, body { margin: 0; padding: 0; }
		body { padding-bottom: 20px; text-align: center; }
		body{background-color: #CCCCCC;} /*page color outside of the container*/
		
		#container {
		background-image: url('#');
		background-repeat: repeat-y;
			text-align: left;
			margin: 0 auto;
				border-top-width: 4px;
				border-right-width: 4px;
				border-bottom-width: 4px;
				border-left-width: 4px;
				border-top-style: solid;
				border-right-style: solid;
				border-bottom-style: solid;
				border-left-style: solid;
				border-top-color: #000000;
				border-right-color: #000000;
				border-bottom-color: #000000;
				border-left-color: #000000;
				background-color: #CCCCCC;

				width: 930px;
		}		
		
		
		#header {
			
				border-top-width: 0px;
				border-right-width: 0px;
				border-bottom-width: 4px;
				border-left-width: 0px;
				border-top-style: solid;
				border-right-style: solid;
				border-bottom-style: solid;
				border-left-style: solid;
				border-top-color: #000000;
				border-right-color: #000000;
				border-bottom-color: #000000;
				border-left-color: #000000;
				margin: 0px;
				padding: 5px;
				width: 924px;
		}
		
		#sidebar {
			background-image: url('http://www.xula.edu/review/assets/sidebar.jpg');
			background-repeat: repeat;
			background-color:#CCCCCC;	 		
			width: 160px;
			margin-left: auto;
			margin-right: auto;
			float: left;
			display: inline;
		}
		
		#sidebar a:link, #navlist a:visited
		{
color: #000000;
text-decoration: none;
}

#sidebar a:hover
{
background-color: #333333;
color: #FFFFFF;
}

#sidebarlow {
			position: relative;
			width: 160px;
			left: -158px;
			right: 0px;
			top: 200px;
			
			margin-left: inherit;
			margin-right: inherit;
			display: inline;
		}

#contact {
			position: relative;
			left: -158px;
			right: 0px;
			top: 250px;
			background-color:#CCCCCC;
			width: 160px;
			margin-left: inherit;
			margin-right: inherit;
			float: left;
			display: inline;	 		
		}


		
		#content {
		
			margin-left: 180px;
			margin-right: 15px;
			border: 0px solid white;
			padding: 0px;
			
		}
		#footer {
			margin: 0px 0px 0 0px;
			padding: 0px;
			border: 0px solid black;
			
			width:930px;
		}

.jump {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	font-weight:bold;
	background-color: #CCCCCC;

	}

.h3 {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	background-color: #CCCCCC;
}


.h3italic {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	font-style:italic;
	background-color: #CCCCCC;
}

.h3dim {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	font-size: 10px;
	background-color: #CCCCCC;
}

.h3bold {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	font-weight:bold;
	background-color: #CCCCCC;
}

.h3boldgold {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	background-color: #CCCCCC;
	background-color: #CCCCCC;
	text-decoration:none;
	
}

.h4bold12 {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	background-color: #CCCCCC;
}

.h3italicbold {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	font-style:italic;
	font-weight:700;
	background-color: #CCCCCC;
}

.h1 {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	background-color: #CCCCCC;
}

.h2 {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	background-color: #CCCCCC;
}
.h3red {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: 14px;
	background-color: #CCCCCC;
}

.floatright { float: right;
			  padding-left: 15px 
}
.floatleft { float: left; }

a.one:link {
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: underline;
	
}
a.one:visited {
	color: #003300;
	background-color: #CCCCCC;
	text-decoration: underline;
}
a.one:hover {
	color: #FFFFFF;
	background-color: #CCCCCC;
	text-decoration: underline;
}
a.one:active {
	color: #990000;
	background-color: #CCCCCC;
}

a.two:link {
	color: #003300;
	background-color: #CCCCCC;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	font-weight:bold;
}

a.two:visited {
	color: #003300;
	background-color: #CCCCCC;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	font-weight:bold;

}

a.two:hover {
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;

}

a.two:active {
	color: #FF0000;
	background-color: #CCCCCC;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: 14px;
	font-weight:bold;

}
a.three:link {
	color: #003300;
	background-color: #CCCCCC;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
}

a.three:visited {
	color: #003300;
	background-color: #CCCCCC;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	font-weight:bold;

}

a.three:hover {
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;

}

a.three:active {
	color: #990000;
	background-color: #CCCCCC;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;

}

