body {
	background-color: #fff;
}
body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 17px;
  	color: #000;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 9px 0;
	color: #000;
	clear: both;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
}

.box h3 {
	font-size: 14pt;
}

h4 {
	font-size: 14pt;
}

h5 {
	font-size: 13pt;
	font-weight: bold;
}

h6 {
	font-size: 12pt;
	font-weight: bold;
}

ul, ol {
	margin: 18px 0 18px 18px;
	list-style-type: disc;
}

li {
	line-height: 18px;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 18px 0;
}

dl dt {
	font-weight: bold;
}

a {
	color: #0079c8;
	text-decoration: underline;
	outline: none;
}
blockquote {
	margin: 18px 0 18px 23px;
	font-size: 0.9em;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

pre {
	margin-bottom: 18px;
	line-height: 18px;
	background: #eee;
	padding: 8px;
	border: 1px solid #ddd;
}

code {
	font: 0.9em Monaco, monospace;
}

.small, .small * {
	font-size: 10px;
}

.large, .large * {
	font-size: 14px;
}

.quiet, .quiet * {
	color: #666;
}

.hide {
	display: none;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
}

.cl {
	clear: both;
}


#topservicelinks {
	display: none;
}

#toplogo1 a {
	font-size: 15px;
}

/************************/

.box {
	background: #faf8ef  url(../images/box1.gif) no-repeat left top;
}

.box2 {
	background: url(../images/box2.gif) no-repeat right top;
}

.box3 {
	background: url(../images/box3.gif) no-repeat left bottom;
}

.box4 {
	background: url(../images/box4.gif) no-repeat right bottom;
	padding: 15px;
}

.column {
	float: left;
	width: 30%;
	overflow: hidden;
	margin-right: 3%;
}

.widecolumn {
	float: left;
	width: 500px;
	margin-bottom: 20px;
	margin-right: 3%;
}

ul.sidemenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.sidemenu li {
	display: block;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
}

ul.sidemenu li a {
	display: block;
	padding: 5px 10px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
}

ul.sidemenu li a:HOVER {
	background-color: #f1f1f1;
}

ul.sidemenu li.selected a {
	background-color: #b5d9f6;
}

table.formtable {
	border: 0;
	width: 95%;
}

table.formtable th, table.formtable td {
	padding: 5px 10px;
}

table.formtable th {
	text-align: left;
	color: #868686;
	font-weight: bold;
}
#footer {
	padding: 10px 0;
	color: #9c9a95;
}
#footer a {
	color: #747162;
	text-decoration: none;
}
#footer a:HOVER {
	text-decoration: underline;
	color: #000;
}
#copyright {

	color: #9c9a95;
}

.favbox, .favbox * {
	display: none !important;	
}


div.tab, div.tab_selected {
	display: block;
	float: left;
	margin-right: 1em;
}