@charset "UTF-8";
/* Zero Out Site */
* { margin:0; padding:0; list-style:none; outline:none; text-decoration:none; font-size:100%; }
body { font-family:sans-serif; line-height:1.5; }

/* TEMPLATE STYLES */
body { font-family:Helvetica, Arial, sans-serif; color:#444; font-size: 75%; }

a, .action { color:#444; border-bottom:1px dotted transparent; cursor:pointer; }
a:hover, .action:hover { border-bottom-color:#444; }

#container { 
	min-width:640px; 
	min-height:480px; 
}
#page { width:940px; margin:0 auto; }

#header {  }
#header .logo a { 
	background:url(/assets/images/logo.png) no-repeat center top;
	width: 139px; height:100px;
	display:block;
	border:none !important;
	text-indent:-9000px;
}

/* GENERIC SITE STYLES */
#body { overflow:hidden; }
#body h1 { font-size:18px; margin-bottom:10px; }
#body p { margin-bottom:10px; font-size:14px; }
#body p.copyright { font-size:10px; }
