body {
	margin:0;
	font-family: verdana, arial, sans-serif;
	background-color:#DFDFDF;
}

img{
	border:none
}
.menu{
	background-image:url(images/blueBgGrad.gif);
	background-color:#5A86B3;
	font-size: 12px;
	color: #ffffff;
	padding:5px 0 3px 0;
}
.menu td{
	color: #ffffff;
	font-size: 12px;
}

.menu a{
	color: #ffffff;
	text-decoration:none;	
}
.menu a:hover{
	color: #ffffff;
	text-decoration:underline;	
}
.gradBar {
	background-image:url(images/greyBgGrad.gif);
	background-repeat:repeat-x;
	height:32px;	
}
.gradBar p{
	color:#777777;
	font-size:11px;
}
.gradBar a{
	color:#777777;
	text-decoration:none;
}
.gradBar a:hover{
	text-decoration:underline;
}
h1{
	font-size:20px;
	color:#5A86B3;
}
h2{
	font-size:16px;
	color:#333333;
	margin-bottom:2px;
}
p,
li,
td{
	font-size:13px;
	color:#333333;
}
.large{
	font-size:16px;
}
.highlight{
	background-color:#FFFFCC;
}
a{
	color:#5A86B3;
}
div.left {
	float:left;
	width:570px;
	margin:0 10px 10px 0;
	padding:10px 10px 0 0;
	border-right: 1px solid #DFDFDF;
}
div.right {
	float:left;
	width:200px;
}
div.right table img {
	margin: 5px 5px 5px 0;
	vertical-align: top;
}
div.right table p {
	vertical-align: text-bottom;
}
div.right h2{
	padding: 4px;
	background-color:#FFFFCC
}

.cite{
	color:#999999;
	font-size:10px;
}
input.button{
	font-size:16px;
	font-weight:bold;
}