/* Page Layout - Div structure and layout */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.container {
	text-align: left;
	width: 910px;
	margin: 0px auto;
}

.footer {
	margin: 0px 0px 0px 200px;
	padding: 30px 0px 8px 0px;
	clear: both;
}

p.left {
	text-align: left;
}

p.right {
	text-align: right;
}

p.center {
	text-align: center;
}

p.justify {
	text-align: justify;
}

.contenthighlight {font-weight:bold;}

/* Global Link styles */
a:link {
	color: #3C6993;
	text-decoration: underline;
}
a:visited {
	color: #89B1E0;
}
a:hover, a:active {
	text-decoration: none;
}
a img, a:link img, a:visited img, a:hover img, a:active img, .contentMain a:link img, .contentMain a:visited img, p a:link img, p a:visited img {
	border: none;
	text-decoration: none;
}

/* Tables */
table {
}
table td {
	padding: 5px;
	vertical-align: top;	
}
table.contentTable {
	border-collapse: collapse;
	clear: both;
	width: 80%;
	margin: 1em 0px;		
}
table.contentTable img {
	float: left;
	margin-right: 10px;
}
table.contentTable th {
	font-weight: bold;
	background: #E6E6E6;
	color: #666;
	border-right: 2px solid #FFF;
	width: 50%;
}
table.contentTable tr {
	border-bottom: 1px solid #CCC;
}
table.contentTable td {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}

table.header {font-size:11px;}
table.header {border-collapse: collapse; clear: both; width: 80%; margin: 1em 0px;}
table.header th {font-weight: bold;background: #E6E6E6;color: #666;border-right: 2px solid #FFF;width: 50%;}
table.contentTable tr {border-bottom: 1px solid #CCC;}
table.contentTable td {padding: 10px;border-bottom: 1px solid #CCC;}

/* Typography */
body {
	font: 75% Arial, Helvetica, sans-serif;
	color: #333;
}
.container {
	font-size: 1em;
}

/* Misc Lists */

td img {
	display: block;
	padding: 3px;
	margin-bottom: 5px;
	border: solid 1px #333;
	clear: both;
}

ul.toplink {
	display: block;
	text-align: right;
	font-size: 1em;
	list-style: none;
	clear: both;
	float: none;
	margin: 5px 0px 5px;
}

