@charset "UTF-8";

* {
  margin: 0;
}
.wrapper {
    min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -11px;
}
.footer, .push {
	height: 11px;
}
.footer{
	position:relative;
	top:120px;
	clear:both;
}
.bottombar{
	background-image:url(images/bottom_bar.gif);
	background-repeat:repeat-x;
	
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
}
.topbar{
	background-image:url(images/top_bar.gif);
	background-repeat:repeat-x;
}
.center {margin-left:auto; margin-right:auto;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color:#000000;
	line-height:26px;
	font-weight:100;	
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	line-height:18px;
	font-weight:bold;	
}
a:link,a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}
a:hover,a:active {
	text-decoration:underline;
	color: #996600;
}
.grey {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
