body {
	background: #fff url(topBar.gif) repeat-x; /* BCA265, CFBC90 or D5BF8A  or 846D39 */
	color: #013345;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;

}
p {
	font-size: 82%;
	line-height: 130%;
	font-weight: normal;
	color: #000;
	margin: 10px 0;
}
ul, ol {
	font-size: 82%;
	line-height: 130%;
	color: #000;
}
ul ul {
	font-size: 86%;
}
ul.clients {
	font-size: 68%;
	line-height: 120%;
}
li {
	margin-top: 6px;
	list-style-image: url(diamond.gif);
}
td, tr {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

/* relative font sizes */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 120%;
	font-weight: bold;
	color: #003F53; /*original #79612F, alt #465C68 */
	background: transparent;
	margin: 4px 0 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 108%;
	font-weight: bold;
	color: #333333;
	background: transparent;
	margin-top: 12px 0 6px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 96%;
	font-weight: bold;
	color: #002B55;
	margin: 12px 0 0;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

h5 {
	font-size: 85%;
	font-weight: bold;
}

h6 {
	font-size: 75%;
	font-weight: bold;
}

img {
	border: 0;
}

/* Links */
a {
	text-decoration: underline;
}

a:link {
	color: #00018A;
	background: transparent;
}

a:visited {
	color: #00018A;
	background: transparent;
}

a:hover {
	font-weight: bold;
}

/* Main containter */

table#content {
	padding: 0px;
	background: url(w.gif) no-repeat bottom left #fff;
}

#content td, #content tr {
	padding: 0px;
}

table#contactcontent  {
	padding: 0px;
}

#contactcontent td, #contactcontent tr {
	padding: 0px;
}


/* Two Column */
#column {
	color: #26355B;
	margin: 0px;
	padding: 0px;
	width: 241px;
	float:right;
	text-align:left;
	background: #637581 url(bgBar2.jpg) no-repeat top; /* v1 #B89F67, was darker #846D39 */
}
#column p {
	margin: 0;
}
#menu {
	margin-top: 10px;
	margin-bottom: 8px;
}
#menu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 4px 10px 2px;
	text-align: center;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #39301C; /*#012532*/
	background: transparent;
}
#menu a:hover, #menu a:active {
	color: #fff;
}

#body {
	margin: 0px 6px -3px 7px;
	color: #000;
	background: transparent;
	width:505px;
	float:left;
	text-align:left;
}

#body ul {
	margin: 0px 10px 20px 20px;
}

div#topbar {
	background-color: #D9D8D3;
}
table.svcsList, table.resList {
	margin: 18px 0 0;
}

table.contactresList {
	margin: 18px 0 0;
	background: url(w.gif) no-repeat bottom left #fff;

}

table.contactresList td {
	padding: 0 8px 0 0;
}
table.contactresList p {
	margin-bottom: 12px;
}

table.contactresList p {
	margin-bottom: 12px;
}

table.svcsList td {
	padding: 0 6px 0 0;
}

table.svcsList ul {
	margin: 0 0 -6px 0;
}
table.svcsList li {
	margin: 0;
}
table.svcsList li.sublist {
	margin: 0 0 -18px 0;
}
table.svcsList li.sublist ul li {
	list-style-image: url(diamond2.gif);
}
table.svcsList h3, table.resList h3 {
	margin: 0px 0 6px;
}
table.resList td {
	padding: 0 8px 0 0;
}
table.resList p {
	margin-bottom: 12px;
}
table#form {font-size: 82%;
	line-height: 130%;
	font-weight: normal;
	color: #000;
}

/* Footer */
.footer {
	margin: 8px 0 0;
}
.footer, .footer2 {
	font-size: 8pt;
	color: #333;
	text-align: center;
	padding: 2px 0;
	clear: left;
}
.footer2 {
	border-top: 1px solid #ccc;
	margin-bottom: 6px;
}
.footer a:link, .footer a:visited, .footer2 a:link, .footer2 a:visited {
	text-decoration: none;
	color: #333;
}
.footer a:hover, .footer a:active, .footer2 a:hover, .footer2 a:active {
	text-decoration: underline;
	color: #3E4C8A;
	font-weight: normal;
}

/* Expanding lists */
.switchcontent {
	border-top: 2px dotted #637581;
	border-bottom: 2px dotted #637581;
	background-color: #E3E3E3;
}