
html, body {
	margin: 0;
	padding: 5;
	height: 100%;
	background-color: #F2F2F2;
	}

body, input, textarea {
	font-family: trebuchet Ms, Arial, sans-serif; 
	font-size: 10pt;
	color: #000;
}

img {
	border: 0px;
	display: block;
	border-color: #000;
}

.hl, .sl { 
	color: #52a1f1;
	font-size: 120%;
	font-weight: normal;
	background-color: #fff;
}

.sl a:link, .hl a:visited, .hl a:hover {
	color: #52a1f1;
	font-size: 130% ;
	font-weight: normal;
}

h2 {
	color: #53a1f1; 
	font-size: 120%;
	font-weight: bold;
}

h3 {
	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: none;
}	
	
#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: normal;
	text-align: right;
	}
	
#menu a:link, #menu a:visited {
	color: #bbb;
	text-decoration: normal;
	border-bottom: dotted 1px #666666;
}
#menu a:hover {
	color: #bbb;
	text-decoration: none;
	border-bottom: none;
	}

#sidebar {
	font-size: 80%; 
}

input {
	border: 1px solid #999999;
	color: #52a1f1;
	margin-bottom: 4px;
}
	
a:link { 
	color:#52a1f1;
	text-decoration: none;
	font-size: 100%;
	
}
a:visited {
	font-weight: normal;
	color: #52a1f1;
	text-decoration: none;
	font-size: 100%;
}
a:hover {
	font-weight: normal;
	color: #52a1f1;
	text-decoration: none;
	font-size: 100%;
}
a:active {
	font-weight: normal;
	color: #dababa;
	text-decoration: none;
	font-size: 100%;	
}


.borderit img {
	border: 1px solid ;
	border-color: #000;
	display: block;

}

.hl {
	font-size: 140% ;
	}

	
