@charset "UTF-8";
/* CSS Document */

body{
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

a:link, a:visited{
	color: #0099CC;
	text-decoration: none;
}

a:hover{text-decoration:underline;}
.clear{clear:both;}

#main{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#flashHead{}

#content{
	background-color:#FFFFFF;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 30px;
	padding-left: 18px;	
}

h1{
	font-size: 2.0em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .4em;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

p{
	line-height: 1.5em;
	margin-bottom: 12px;
}


.left{
	float: left;
	width: 564px;
}


.right{
	float: right;
	width: 190px;
}

.bacnTable td{
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


.name{
	color: #006666;
}

.college{
	color: #666666;
}

#footer{
	background-color: #CCCCCC;
	padding: 12px;
	height: 100px;
	font-size: .8em;
	text-align: right;
}


