body {
	background-color:		#F2F2F2;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				small;
	font-size:				x-small;
}

#header {
	background-image:		url(images/header.png);
	height:					131px;
	background-repeat:		no-repeat;
	background-position:	center;
}

#nav {
	background-image:		url(images/nav.png);
	background-repeat:		no-repeat;
	background-position:	center;
	height:					92px;
	padding-left:           360px;
	font-family:			Arial, Helvetica, sans-serif;
	font-weight:			bolder;
	color:					#2a3974;
	font-style:				italic;
}

#nav a {
	text-decoration:		none;
	color:					#2a3974;
}

#nav a:hover {
	font-style:				normal;
}

#col {
	padding:	            7px;
}

#num {
	text-align: 			center;
	font-size:				x-small;
}

#num a {
	color: 					#999999;
	text-decoration:		none;
}

#num a:hover {
	color: 					#333333;
	font-style: 			italic;
}
