body {
	margin: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20px;
	background-color: #F6F9FE;
}

div#page {
	margin: 0 auto;
	width: 750px;
	background-color: #FFFFFF;
}

div#logo {
	text-align: left;
	border-top: 12px solid #EEEEEE;
	padding: 20px;
}

div#menu {
	margin-top: 10px;
	float: right;
	width: 200px;
	background-color: #F6F6F6;
	border-left: 5px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

div#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#menu ul li {
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
	
}

div#menu ul li.separator {
	height: 5px;
	border-bottom: none;	
}

div#menu ul li#last {
	border-bottom: none;	
}

div#menu small {
	font-weight: normal;
	padding-right: 10px;
}

div#menu a {
	color: #134590;
	text-decoration: none;
}

div#menu a:hover {
	color: #FF0000;
	text-decoration: underline;
}

div#wrapper {
	text-align: left;
	border-top: 12px solid #FFB133;
}

div#content {
	padding: 10px;
	margin-right: 200px;
}

div#content-errorpage {
	padding: 10px;
	text-align: center;
}

div#content li {
	list-style-type: square;
	padding-bottom: 5px; 
}

div#content a, div#content-errorpage a {
	color: #CD7B00;
	text-decoration: underline;
}

div#content a:hover, div#content-errorpage a:hover {
	color: #FFFFFF;
	background-color: #CD7B00;
	text-decoration: none;
}

div#bot {
	clear: both;
	border-top: 1px solid #BFBFBF;
	background-color: #F3F3F3;
	text-align: left;
	padding: 10px;
	font-size: 7pt;
	line-height: 12px;
}

div#bot a {
	color: #888888;	
}

div#bot a:hover {
	text-decoration: none;
}

h1 {
	
}

h2 {
	margin: 0 0 20px 0;
	color: #134590;
	font-size: 14pt;
}

h3 {
	color: #FF6600;
	font-size: 12pt;
	margin: 0 0 10px 0;
}

h4 {
	font-family: Arial;
	color: #333333;
	font-size: 12pt;
	margin: 0 0 0 0;
}

img {
	border: none;
}

table {
	font-size: 9pt;
}

table#contact th {
	font-weight: normal;
	text-align: left;
	width: 100px;
	border: 1px solid #999999;
	padding: 5px 0 5px 10px;
}

table#contact td {
	border: 1px solid #999999;
	padding: 5px 0 5px 10px;
	width: 390px;
}

table#contact th.heading {
	background-color: #E78B00;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	border: none;
}

table#contact-form td {
	border: 1px solid #999999;
	padding: 5px;
	width: 490px;
	text-align: right;
}

table#contact-form  th.heading {
	background-color: #E78B00;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	border: none;
}

table#contact-form table td {
	border: none;
}

input {
	border: 1px solid #7F9DB9;
}

textarea {
	
}

table#reference {
	font-size: 8pt;
}

table#reference ul {
	margin: 0;
}

table#reference li {
	padding-bottom: 0;
}

table#reference td {
	border-bottom: 1px solid #E9E9E9;
	border-top: 1px solid #E9E9E9;
	padding-bottom: 15px;
	vertical-align: top;
}