body{
	margin:0;
	font: 12px Arial; 
	padding:0;
	background:#fff;
	color: #000;
}

big, .big { font-size: 1.5em;}
small, .small  { font-size: 0.9em;}

form {
	padding:0;margin:0;
}

a{
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}

h1 { font-size: 1.7em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

h1,h2,h3,h4,h5,h6 { line-height:1.5em; margin:0 0 0.5em 0; }

img{
  border:0;
}

.side_block_thumbnail {
	text-align:center;
	margin-bottom:1em;
	font-size:11px;
}

.side_block_thumbnail img {
	width:100px; height:100px;
}

#content {
	font-size:14px;
	line-height:1.5em;
	padding-bottom:1px; /* to prevent margin bug in IE */
}

#nav ul, #left ul, #right ul {
	margin:0;padding:0;list-style:none;
}
#left ul, #right ul {
	margin-bottom:1em;
}

#left li, #right li {
	margin-bottom:1em;
}

#nav li {
	margin-bottom:0;
}

div.clear {
	clear:both;
}

#website_name { height:75px; line-height:75px; }
#banner { overflow:hidden; }
#banner img { width:100%; }

/* to prevent page flow bug in IE */
.content_3col { 
	//overflow:auto; 
}
