body {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	background-color: #e9e9e9;
	margin: 0px;
	padding: 0px;
	line-height: 1.1;
}

table {
	font-size: 10pt;
}

a {
	color: #888888;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid black;
}

img {
	border: 0;
}

pre {
	font-size: 8pt;
	line-height: 1;
}

#main {
	position: absolute;
	top: 20px;
	left: 50px;
	right: 50px;
	border-top: 2px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	padding: 0px;
	margin: 20px;
	width: 650;
	margin: auto;
	background-color: white;
}

#header {
	text-align: right;
	padding: 10px;
	font-size: 10;
	background-color: #777777;
	color: white;
}

#topnav {
}

#content {
	width: 500px;
	margin-top: 10px;
	padding: 10px;
	background-color: white;
	overflow: auto;
	border-right: 1px dashed #d9d9d9;
	height: 450px;
}

#content ul {
	margin-left: 10px; 
	padding-left: 10px;
	list-style: square;
	line-height: 1.5em;
}

#content li {
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

#content li li {
	padding-top: 0px;
}

#content li li a {
	font-weight: normal;
}

#content #services li {
	list-style-type: none;
	padding-top: 10px;
}
#content #services li li {
	padding-top: 0px;
}

#footer {
	clear: left;
	border-top: 1px solid #d9d9d9;
	padding: 2px;
	background-color: #bbbbbb;
	text-align: center;
	font-size: 8pt;
}

#leftnav {
	padding: 5px;
	font-size: 8pt;
	min-width: 80px;
	width: 80px;
	background-color: #f6f6f6;
	float: left;
	height: 450px;
	margin: 0;
	padding-bottom: 20px;
	border-right: 1px dashed #d9d9d9;
}

#leftnav ul {
	list-style-type: none;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}
#leftnav li {
	padding-top: 5px;
}

#rightnav {
}

p {
	text-indent: 1.5em;
	line-height: 1.5;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px solid #555555;
	width: 400px;
	height: 1.3em;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	font-weight: bold;
	font-size: 9pt;
	margin-top: 20px;
	margin-bottom: 2px;
	border-bottom: 1px solid #555555;
}

input.txt {
        background-color: rgb(250,250,250);
        font-size: 8pt;
        border-color: rgb(0,0,0);
        border-style: solid;
        border-width: 1px;
}

textarea.txt {
        background-color: rgb(250,250,250);
        font-size: 8pt;
        border-color: rgb(0,0,0);
        border-style: solid;
        border-width: 1px;
        font-family: sans-serif;
}

input.btn {
        border: 1px solid;
        font-size: 8pt;
}

hr {
	height: 1px;
	color: #e0e0e0;
	background-color: #e0e0e0;
	border: none;
}

