
*
{
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 14px;
	color: #000;
    padding: 0;
    margin:0;  
	border: none 0 #ffffff;
}

table {
	border-collapse:collapse;
}

td {
	vertical-align: top;
}

a.mouselink
{
    color: #6a9045;
    text-decoration: none;
    font-weight:  bold;
    font-size : 10pt;
    vertical-align: text-top;
	display: inline-block;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}

a:hover.mouselink
{
    color: black;
    text-decoration: underline;
    font-weight:  bold;
    font-size : 9pt;
    vertical-align:text-top;
} 

/* Layout */

td.layout-left h1{
	font-size: 1.5em;
}

td.layout-left p{
}

td.banner {
	height: 84px;
}

table.layout-top,
table.layout-main {
	margin-left: auto;
	margin-right: auto;
	width: 786px;
}

.layout-top {
	margin-top: 5px;	
	background-image: url("banner.jpg");
}

td.layout-left {
	width: 180px;
}

.top-detail {
	display: inline-block;
	font-size: 9pt;
	margin: 3px;
}

.layout-main {
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	min-height: 600px;
}

div.left-header {
	display: block;
	margin: 30px 10px 20px 0px;
}

div.left-header h1 {
	margin-bottom: 5px;
}

div.left-contact {
	display: block;
	position: relative;
	top: 250px;
}

div.left-contact h1 {
	margin-bottom: 5px;
}
div.left-contact p {
	margin-right: 5px;
}

div.left-contact .detail {
	font-size: 0.8em;
	font-weight: bold;
}

.content h1:first-child,
.content h2:first-child,
.content p:first-child {
	margin-top: 30px;
}

.content h1 {
	font-size: 1.2em;
	margin: 10px 0px 0px 5px;
}

.content h2 {
	margin: 5px 0px 0px 5px;
	text-decoration: underline;
}

.content p {
	margin: 5px 0px 20px 5px;
	line-height: 1.5em;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	padding: 5px;
}

.content ul {
	margin: 5px 0px 10px 20px;
	line-height: 1.5em;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	padding: 5px 5px 0 25px;
}

.snapshot
{
    border:0;
    padding-left:20;
    padding-top:4;
    vertical-align:text-top;
}

p.main
{
	padding-top:0;
	padding-bottom:20;
	padding-left:16;
	padding-right:16;
}