@import url('side.css');
@import url('home.css');
@import url('table.css');
@import url('profile.css');
@import url('photo.css');
@import url('lightbox.css');
@import url('grades.css');

/**************** BODY *********************/

* { 
	margin: 			0pt; 
	padding:			0pt; 
} 

body{
	background:			#EEECDF;
	font-family:		tahoma, verdana, arial, sans-serif;
	color:			#000000;
	margin-top:			0px;
	line-height:		20px;
}

#container {
	width: 			1024px;
	margin: 			0pt auto;
	background-color:		#FFFFFF;
	background-image: 	url(../images/layout/content-bg.jpg);
}

#inner {
	width: 			970px;
	margin: 			0pt auto;
}

a img {
	border:			0pt none;
}

/**************** HEADER *********************/ 

#header { 
	background-image: 	url(../images/layout/header.jpg);
	background-color: 	#FFFFFF;
	width: 			970px;
	height: 			150px; 
} 

#header h1 {
	display:			none;
}

#header .nav {
	float: 			right;
	padding-right:		10px;
	margin-top:			0px;
}

#header .nav  {
	list-style-type:		none;
}

#header .nav li  {
	display:			inline;
	text-transform:		uppercase;
	color:			#000000;
	font-weight:		bold;
	font-size:			70%;
}

#header .nav li a  {
	background-color:		inherit;
	padding-left:		5px;
	padding-right:		5px;
	color:			#0000FF;
	font-family:		tahoma, verdana, arial, sans-serif;
	text-decoration:		none;
}

#header .nav li a:hover  {
	color:			#FF0000;
	text-decoration:		underline;
}

#header .nav li a.active {
	color:			#FF0000;
	text-decoration:		underline;
}

/**************** MAIN NAV *********************/

#nav {
	background-image: 	url(../images/layout/nav-bg.jpg);
	height:			40px;
	width:			970px;
}	
	
#menu  {
	list-style-type:		none;
	margin-left:		18px;
	margin-right:		18px;
	padding-top:		10px;
	padding-bottom:		10px;
	text-align:			center;

}

#menu li  {
	display:			inline;
	text-transform:		uppercase;
	color:			#99CCFF;
	font-weight:		bold;
	font-size:			75%;
	padding-left:		10px;
	padding-right:		10px;
}

#menu li a  {
	background-color:		inherit;
	color:			#FFFFFF;
	font-family:		tahoma, verdana, arial, sans-serif;
	text-decoration:		none;
}

#menu li a:hover  {
	color:			#FFFF00;
	text-decoration:		underline;
}

#menu li a.active {
	color:			#FFFF00;
	text-decoration:		underline;
}

/**************** FLASH *********************/

#flash {
	width: 			970px;
	height:			185px;
	background-color: 	#EEEEEE;
}

/**************** LEFT *********************/ 

#left {
	float:			left;
	padding: 			10px;
	width: 			650px;
	text-align:			left;
}

#left h1 {
	padding-bottom:		.5em;
	font-family:		tahoma, verdana, arial, sans-serif;
	font-size: 			150%;
	color: 			#003399;
	text-align: 		left;
}

#left h2 {
	font-size: 			110%;
	margin: 			20px;
	color: 			#000080;
	text-align: 		center;
	text-decoration:		underline;
}

#left h3 {
	font-size: 			90%;
	margin-bottom: 		10px;
	color: 			#000000;
	text-align: 		center;
}

#left h4 {
	padding-bottom:		.5em;
	font-size: 			95%;
	color: 			#000000;
	text-align: 		Left;
}

#left a:link {
	color: 			#0000FF;
	text-decoration:		underline;
}

#left a:visited {
	color: 			#0000FF;
	text-decoration:		underline;
}

#left a:hover {
	color:			#FF0000;
	text-decoration:		underline;
}

#left p { 
 	padding-bottom: 		10px;
	font-size:			80%;
}

#left ol {
	margin:			0pt 0px 15px 20px;
	margin-left:		30px;
	margin-bottom:		15px;
	list-style-position:	outside;
}

#left ol li {
	font-size:			80%;
	margin:			0pt 0pt 5px;
	padding:			0pt;
}

#left ol {
	margin:			0pt 0px 15px 20px;
	margin-left:		30px;
	margin-bottom:		15px;
	list-style-position:	outside;
}

#left ol li {
	font-size:			80%;
	margin:			0pt 0pt 5px;
	padding:			0pt;
}

#left ul {
	margin-left:		30px;
	margin-bottom:		15px;
	list-style-position:	outside;
	list-style-type:		square;
}

#left ul {
	list-style-type:		square;
	margin:			0pt 0px 15px 20px;
}

#left ul li {
	list-style-type:		square;
	font-size:			80%;
	margin:			0pt 0pt 5px;
	padding:			0pt;
}

#left hr { 
 	margin-bottom: 		18px;
	color:			#CCCCCC;
	width:			95%;
}

.pic { 
  	border: 			2px solid #000080;
	padding:			5px;
	 
}

/**************** RIGHT *********************/

#right {
	float:			left;
	padding: 			10px;
	width: 			270px;
	text-align:			center;
}

#right p { 
	padding-bottom:		1em;
	color:			#333333;
	font-size: 			75%;
	font-weight:		bold;
}

/**************** FOOTER *********************/

#footer {
	clear: 			both;
	background-image: 	url(../images/layout/footer.jpg);
	height:			35px;
}

/**************** BOTTOM LINKS *********************/

.bottom  {
	font-size:			65%;
	color:			#000000;
	text-align:			center;
	padding-bottom:		0px;
}

.bottom A:link  {
	color:			#800000;
	text-decoration:		underline;
}