/* CSS Document */

body,td,th {
	color: #232323;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #E7EBEF;

	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
a {
	color: #0064B6;
	text-decoration: none;
}

a:hover{
	color: #91362A;
	text-decoration: underline;
}

a:visited { color: #0064B6; text-decoration: none; }

#container{
	width:900px;
	text-align:left;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	background-repeat:no-repeat;
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:#5B8998;
 	background-color: #FFFFFF;
}

#header {
	height:74px;
	background-color: #4673A0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BD7643;              
                
}

#asplogo {
	height:74px;
	margin-top:20px;
	text-align: center;	               
}

#content{
	
	
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;	
	line-height: 15px;
	letter-spacing: .03em;
}

#pagetitle {
	font-size: 14px;
	font-weight: bold;
	color: #C86431;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBDBD;
	padding-bottom: 5px;
	padding-top: 18px;	
}