/* CSS Document */
/* KnowledgePanel Site Fall 2007 */

@charset "iso-8859-1";

#container {
	width: 780px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}	

#banner {
	background-color: #000000;
}

#footer {
	font-size: 0.9em;
	background-color: #CCCCCC;
	text-align: left;
	margin-top: 5px;
	padding: 0px;
}		

body {
	background-color: #CCCCCC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

p {
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
}		

dl {
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}		

li {
	list-style: disc;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
}	

h1 {
	font-size: 2.0em;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
}

h3 {
	font-size: 1.6em;
	font-weight: bold;
}		

a:link, a:active, a:visited {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.leftSide {
	background-color: #FEBA32;
}

.ServiceMark {
 	font-size: 70%;
	vertical-align: top;
}
		
.grid2Column {
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

.smallText {
	font-size: 1.2em;
}		