body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 140%; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000
	background-color: #ffffff;
	margin: 0;	
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 140%; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000;
	}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	line-height: 140%; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-style: normal;
	line-height: 140%; 
	font-weight: bolder; 
	font-variant: normal; 
	color: #000000;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	line-height: 140%; 
	font-weight: bold; 
	font-variant: normal; 
	color: #000000
	background-color: #ffffff;
	margin: 0;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 140%; 
	font-weight: bold; 
	font-variant: normal; 
	color: #000000
	background-color: #ffffff;
	margin: 0;
	}	

a:link {
	text-decoration: underline; 
	color: purple;
	}

a:visited {
	text-decoration: underline; 
	color: purple;
	}

a:hover {
	text-decoration: underline; 
	color: #ff6699;
	}

a:active {
	text-decoration: hover; 
	color: #0066CC;
	}

a img {
	border:none;
	}

#header {
	width: 100%;
	height: 100px; 
	background: #999999; 
	text-align: center;
	padding: 5;
	}


.titleone {
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	}

div#navigation {
	width: 170px;
	height: 450px;
	background: #f5f5f5;
	padding: 15px;
	float: left;
	}
	
div#main {
	width: auto;
	background: #ffffff;
	padding: 40px;
	float: left;
	}

div#footer {
	width: auto;
	background: #ffffff;
	padding: 0px;
	}