/* Global Styles */

body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	}
	
/*.bodyText {
	line-height:22px;
	margin-top:0px;
	letter-spacing:0.1em;
	font-size: 14px;
	}	*/
	
	
/* ID Styles */

#maintable {
	
	width:100%;
	background-color: #FFFFFF;
	
}

.border-bottom{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.border-top {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
}	


/*.headBkg {
	background-repeat: no-repeat;
	text-align: center;
}	
*/
	
.borderleftbottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
}


#nav {
	vertical-align: top;
	/*border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;*/
	}

#nav a {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	}

/*#navigation a {
	color: #000099;
	text-decoration: none;
	display:block;
	font-weight: bold;
	font-size: 1em;
	padding:8px 6px 8px 22px;
	}*/
	
/*#navigation a:hover {
	color:#FFFFCC;
	font-weight:bold;
	background: #000099;
	}*/
	
	
/*#logo 	{
	font:14px Arial, Helvetica, sans-serif;
	color: #FF9900;
	letter-spacing:.5em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #FF9900;
	letter-spacing:.2em;
	line-height:14px;
	}
*/	

.tutorbox {
	color: #333399;
	text-align: center;
	border: thin solid #CC0000;
	font-weight: bold;
}

.scottimage {
	background-image: url(Graphics/Scott.jpg);
	background-repeat: no-repeat;
	color: #FFFFCC;
	font-weight: bold;
	background-position: center top;
}
	
/* Class Styles */		
 
.slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #CC0000;
	font-weight: bold;
	font-size: small;
}
	
.columnHeader {
	letter-spacing:0.05em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	background-color: #990000;
	color: #FFFFFF;
	margin: 0;
	}
	
.subHeader {
	color: #000066;
	letter-spacing:0.1em;
	font-weight: bold;
	text-align: center;
	}

.subheader2 {
	color: #990000;
	letter-spacing:.2em;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	border: thin solid #990000;
	}
		
	
.PurpleEmp{
	color: #993399;
	line-height:18px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	}
	

.padding {
	padding-right: 50px;
	padding-left: 25px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
}	
		
.vtop {
	vertical-align: top;
}

.cntr {
	text-align: center;
}

.color {
	font-weight: bold;
	color: #333399;
}

.bgBlue {
	background-color: #009EDD;
}


.RED {
	font-weight: bold;
	color: #990000;
}
.xsmall {
	font-size: x-small;
}
