/* CSS Document */

/* styling to control logo on home page */

body {
	text-align:center;
	margin:auto;
	}
	
#logo {
	width:701px;
	height:134;
	background:#ffffff;
	margin:15% auto auto auto;
	font-family:"Trebuchet MS", "Albertus Medium", Arial;
	font-weight:normal;
	font-size:0.8em;
	text-decoration:none;
	color:#000000;
	}
	
#navigation {
	width:701px;
	height:30px;
	text-align:right;
	margin:-20px auto auto auto;
	font-family:"Trebuchet MS", "Albertus Medium", Arial;
	color:#000000;
	font-weight:bold;
	font-size:0.9em;
	}

#navigation ul {
	padding-top:10px;
	height:inherit;
	}

#navigation li {
	display:inline;
	margin-right:10px;
	padding:2px;
	color:#000000;
	}
	
#navigation a {
	font-family:"Trebuchet MS", "Albertus Medium", Arial;
	font-weight:bold;
	font-size:0.9em;
	text-decoration:none;
	color:#ffffff;
	background:#000000;
	padding:0px 3px 0px 3px;
	}
	
#navigation a:hover {
	color:#000000;
	background:#ffffff;
	}
	
#externalLinks {
	width:1000px;
	height:134;
	background:#ffffff;
	text-align:center;
	margin:auto auto auto auto;
	font-family:"Trebuchet MS", "Albertus Medium", Arial;
	font-weight:bold;
	font-size:0.9em;
	}
	
#externalLinks li {
	display:inline;
	padding-right:20px;
	}
	
#externalLinks a {
	font-family:"Trebuchet MS", "Albertus Medium", Arial;
	font-weight:normal;
	font-size:0.8em;
	text-decoration:none;
	background:#000000;
	padding:2px;
	color:#FFFFFF;
	}
	
#externalLinks a:hover {
	color:#ffffff;
	background:#000000;
	text-decoration:underline;
	}
	
.nudgeUp {
	margin-top:-15px;
	}

#content {
	width:50%;
	float:left;
	margin-left:40px;
	text-align:left;
	font-family:"Trebuchet MS", "Albertus Medium", Arial;
	font-weight:normal;
	font-size:1em;
	color:#000000;
	}
	
#contentNav {
	width:100%;
	height:auto;
	text-align:left;
	}
	
#contentNav h1 {
	display:inline;
	font-family:"Trebuchet MS", "Albertus Medium", Arial;
	font-size:2em;
	}
	
#contentNav h2 {
	display:inline;
	font-family:"Trebuchet MS", "Albertus Medium", Arial;
	font-size:0.7em;
	margin-top:-10px;
	margin-left:15px;
	}

#contentNav h2 a {
	text-decoration:none;
	background:#000000;
	color:#FFFFFF;
	padding:0px 3px 0px 3px;
	}
	
#contentNav h2 a:hover {
	text-decoration:none;
	background:#ffffff;
	color:#000000;
	}
	
#contentNav img {
	position:absolute;
	top:10px;
	right:20px;
	margin-bottom:30px;
	}
	
.contentImg {
	margin-top:50px;
	}
	
.quote1 {
	color:#CC0000;
	font-size:1.4em;
	line-height:1.5em;
	}
	
.quote2 {
	color:#666633;
	font-size:1em;
	line-height:1.7em;
	}
	
.source {
	text-align:right;
	color:#000000;
	font-size:0.9em;
	background-color:#999999;
	}
	
#signup {
	width:750px;
	height:auto;
	font-family:inherit;
	font-size:0.8em;
	color:#666666;
	margin:auto;
	}
	
h2 {
	margin-bottom:0px;
	padding-bottom:0px;
	font-family:"Trebuchet MS", "Albertus Medium", Arial;
	font-size:1.2em;
	color:#000000;
	font-weight:bold;
	}
	
.tableSpace {
	height:25px;
	}
	
