/* CSS Document */body {	margin: auto;	background-color: #E0E4E8;}h1, h2, p, em, a, ul, td {	font-family: Arial, Helvetica, sans-serif;	background-color: #FFF;}h1 {	font-size: 16px;	font-weight: bold;	color: #999;}h2 {	font-size: 14px;	font-weight: bold;	color: #193284;}p {	font-size: 12px;	color: #999;}b {color:#000066}td {	font-size: 12px;	color: #193284;}ul {	color: #999;	margin-left: 0px;	padding-left: 1em;	text-indent: -0.9em;	list-style-position: inside;}li {	font-size: 12px;	line-height: 18px;	margin: 0px;	padding: 0px;}em {	font-size: 12px;	font-weight: bold;	color: #193284;}a {	font-size: 12px;	color: #193284;}a:hover {	font-size: 12px;	color: #999;}a.menuitem {	display: block;	float: left;	text-align: center;	text-decoration: none;	color: #193284;	border-right: 1px solid #FFF;	background-color: transparent;	padding: 4px 0px;}a.menuitem:last-child {	border: none;}table.application {	width: 100%;}table.application tr td {	border: 1px solid #193284;	padding:8px;	background-color: #FFF;}table.members tr td {	color: #999;}input {	border: none;	font-family: monospace;}textarea {	border: none;	width: 100%;	font-family: monospace;}#header {	margin: auto;	height: 104px;	background-image: url(../images/header.jpg);	border-left: 4px solid #FFF;}#layout {	margin: auto;	width: 760px;	background-color: #FFF;	border-bottom: 20px solid #193284;}#content {	background-color: #FFF;}#menu {	height: 23px;	background: #E0E4E8 url(../images/menubg.jpg);}#bar {	height: 40px;	background-color: #E0E4E8;}.widthcontrol {	width: 490px;	padding: 10px 200px 20px 50px;}.left col{	float:left;	width:200px;	height:inherit;	background-color:#99CC66;	}	.right col{	float:right;	background-color:#CCCCCC;	width: 50px;		}.highlite {	color: #193284;}
