html, body {
	margin: 0;
	padding: 5;
	height: 100%;
	}

body, input, textarea {
	font-family: trebuchet Ms, Arial, sans-serif; 
	font-size: 10pt;
	color: #ffffff;
}

img {
	border: 0px;
	display: block;
	border-color: #ffffff;
}

h2, hl { 
	color: #52a1f1;
	font-size: 140%;
	font-weight: bold;
}

h3, sl {
	color: #52a1f1;
	font-size: 110%;
	font-weight: bold;
}

#topbar {
	background-image: url(../images/top.png);
	text-align: top;
	height: 145px;
	}
	
#footer {
	height: 119px;
	height: 119px;
	font-size: 80%;
	text-align: center;
	color: #666666;
	}
	
#footbar a:link, #footbar a:visited, #footbar a:hover {
	color: #4a4a4d;
	text-decoration: normal;
}	
	
#content {
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 400px;
	background-color: #fff 
	}

#menu {
	color: #fff;
	width: 250px;
	font-family: trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	}
	
#menu a:link, #menu a:visited {
	color: #bbb;
	text-decoration: bold;
	border-bottom: dotted 1px #666666;
}

#sidebar {
	font-size: 80%; 
}

input {
	border: 1px solid #999999;
	color: #52a1f1;
	margin-bottom: 4px;
}
	
a:link { 
	color:#52a1f1;
	text-decoration: none;
	
}
a:visited {
	font-weight: normal;
	color: #52a1f1;
	text-decoration: none;
	font-size: 100%;
	border-bottom: dotted 1px #666666;
}
a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: normal;
	font-size: 100%;
	border-bottom: dotted 1px #666666;
}
a:active {
	font-weight: normal;
	color: #dababa;
	text-decoration: none;
}


.borderit img {
	border: 1px solid ;
	border-color: #000;
	display: block;

}


