@charset "UTF-8";
/* CSS Document */

body {
  font-family: Verdana, "Bitstream Vera Sans", sans-serif;
}

/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #111; }

/* Text Elements
 * --------------------------------------------------------------------- */
a                 { color: #125AA7; text-decoration:none;}
a:hover           { color: #000; }
blockquote        { color: #666; }

pre {
  background: #eee;
  border:     1px solid #ddd;
}

hr {
  background: #B2CCFF;
  color:      #B2CCFF;
}

/* Tables
 * --------------------------------------------------------------------- */
table {
  border-top:     1px solid #ddd;
  border-left:    1px solid #ddd;
}
th,td {
  border-bottom:  1px solid #ddd;
  border-right:   1px solid #ddd;
}

/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #666; }
.alt    { color: #666; }

p.title {
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}

.logo {
	float:left;
	margin-right: 1em;
}
#header .title-box {
	float:left;
	width:500px;
}
#header p.title {
	float:left;
	text-align:bottom;
	margin:20px 0 0 0;	
	width:500px;
}
#header p.subtitle{
	float:left;
	margin:0;
	text-align: top;	
	width:500px;
	clear:both;
}
p {
	text-align: justify;
}

html {overflow-y: scroll;}  /* fix page shifting issue */
/* EOF */
