﻿/*Colors 
Orange: #FF8000
Purple: 651e82
Light Purple: 841fad
*/


body	{
	background: #000;
	font: small/125% Verdana, Geneva, Arial, sans-serif;
	text-align: left;
	}

/*Page Titles*/
h1	{
	font-weight: bold;
	color: #651e82;
	font-size: 200%;
	}

/*Announcements*/
h2	{
	
	font-size: 120%;
	
	color: #FF8000;
	
	font-weight: bold;	
	}



/*Emphasized Text*/
h3	{
	font-size: 110%;
	color: #651e82;
	font-style: italic;
	}

p	{
	
	color:#000;
	
	}


a:link{
	
	color: #ff8400;
	text-decoration:none;
	
	}
a:visited{
	color: #ff8400;
	text-decoration:none;
	
}

a:active{
	color: #ff8400;
	text-decoration:none;

}

a:hover	{
	
	color: #841fad;
	
	}

.pic {
	border: 3px solid #651e82;
	}
	
.pic2 {
	border: 3px solid #FF8000;

}

.foot {
	color: #fff;
	font-size: 105%;
}

.emphasis {
		color: #651e82;
}

.emphasis2 {
		color: #FF8000;
		font-weight: bold;	
	}
		
.small {
	font-size: x-small;
}


;
}


/* All of the Divs */
#header{
	text-align: center;
	width: 920px;
	margin-bottom: 15px;
	}

#footer {
	font-size: x-small;
	width: 920px;
	height: 63px;
	background: url(images/background_bottom2.png);
	text-align: center;
	padding-top: 20px;
	color: #ff8400;
	}

#footer a:link {
	color: white;
	
}

#footer a:hover{
	color:#ff8400;
}


#container{
	width:920px;
	margin-left:auto;
	margin-right:auto;
	}
	
#image	{
	margin: 15px;
	float: right;
}

#content 	{
	width: 860px;
	background: #fff url(images/background_main.png);
	padding: 10px 30px 30px 30px;
	} 

#main 	{
	padding: 10px;
	} 

#menu {
	width: 920px;
	height: 41px;
	padding-top: 25px;
	text-align: center;
	background: url(images/background_top2.png);
	color: #fff;
	font-size: 106%;
	}
	

#menu a:link {
	color: white;
}
#menu a:active {
	color: white;
}

#menu a:visited {
	color: white;
}


#menu a:hover{
	color:#ff8400;
}

/*Lists and Tables*/

table	{
	width:100%;
	border: 5px;
	border-collapse:collapse;
	caption-side: bottom;
	}

td	{
	vertical-align: top;
	text-align: left;
	padding: 2px;
	font-size: 90%;
}

th	{
	background:#841fad;
	color:white;
	}

