/* 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;
	padding-top: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #193284;
}

p {
	font-size: 12px;
	color: #999;
}

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;
}

.highlite {
	color: #193284;
}

/* NEW ASSOCIATES PAGE */

.associate {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #193284;
}

.logo {
	float: left;
	padding-top: 10px;
}

.associate p {
	width: 472px;
	float: right;
	padding-right: 5px;
	overflow: auto;
}

.details {
	width: 350px;
	margin-left: 212px;
	background-color: #DFE1E5;
	overflow: auto;
	border-top: 1px solid #9a9ca0;
}

.details ul {
	list-style: none;
	list-style-position: outside;
}

.details a {
	background: none;
}

.contact {
	float: left;
	padding-left: 25px;
	background: transparent;
}

.address {
	float: right;
	width: 130px;
	background: transparent;
}

.last {
	border-bottom: none;
}