@charset "utf-8";
/* CSS Document */

/* Typography & Colors */

body {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	color: black;
	background-color: #62646b;
	background-image: url('../images/bg.png');
	text-align: justify;
	}
	
#topcap, #footer {
	font-size: 11px;
	font-weight: bold;
	color: white;
	line-height: 16px;
	text-align: center;
	}
	
#header {
	background-color: white;
	background-image: url('../images/building.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	}
	
#endcap {
	color: white;
	background-color: black;
	text-align: center;
	}
	
#navigation {
	font-size: 16px;
	font-family: Georgia, serif;
	color: white;
	background-color: #ec2a2f;
	background-image: url('../images/navbg.png');
	background-position: bottom;
	background-repeat:repeat-x;
	text-align: center;
	}
	
#content {
	background-color: white;
	background-image: url('../images/contentbg.png');
	background-position: left;
	background-repeat:repeat-y;
	}
	
/* End Structure */

/* Headers & Paragraphs */

h3 {
	font-size: 30px;
	font-family: Georgia, serif;
	color: #ec2a2f;
	}
	
h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	}
	
h5 {
	font-size: 13px;
	color: #ec2a2f;
	}
	
#content p, #content ul {
	line-height: 1.5em;
	}
	
.center {
	margin: 0 auto;
	text-align: center;
	}

#content .caption {
	font-size: 10px;
	font-style: italic;
	}
	
#content .anchors {
	background-image: url('../images/topanchor.png');
	background-repeat: no-repeat;
	background-position: center right;
	text-align: left;
	}
	
/* End Headers & Paragraphs */

/* Images */
	
/* End Images */
	
/* Links */

a {
	color: #ec2a2f;
	}
	
a:hover, #topcap a:hover, #endcap a:hover, #footer a:hover {
	color:black;
	}

#topcap a, #endcap a, #footer a {
	color: white;
	}
	
#endcap a:hover {
	background-color: white;
	text-decoration: none;
	}
	
#navigation a {
	font-weight: bold;
	color: white;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: white;
	background-color: black;
	text-decoration: none;
	}
	
#navigation .active {
	color: black;
	background-color: white;
	background-image: none;
	}
	
/* End Links*/

/* Tables */

#content table {
	text-align: left;
	}
	
#content td {
	vertical-align: top;
	}

/* End Tables */
