/* General Styles */
body {
	font-size:1em;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	border-top:5px solid #000;
}
.container_12 {
	margin-top:10px;
}

/* Header Styles */
.header {
	height:100px;
}
.header .divimg#logo {
	width:100%;
	height:100%;
	background-color:#eeeeee;
}
.header#who h1 {
	font-family:Arial Black;
	font-size:1.5em;
	font-weight:800;
	margin-bottom:-10px;
}
.header#who p {
	font-size:1.2em;
}
.header#where p {
	font-size:1em;
	font-family:Verdana,Arial,sans-serif;
	line-height:1.2;
	text-align:right;
}

/* Navigation Styles */
.nav {
	margin-bottom:10px;
}
.nav ul{
	display:block;
	width:100%;
	padding:0 0 5px 0;
	margin:0;
	height:1em;
}
.nav li{
	list-style:none;
	list-style-image:none;
	display:block;
	float:left;
	height:100%;
	margin:0;
	padding-right:50px;
}
.nav li a {
	display:block;
	text-decoration:none;
	color:#116BA7;
}
.nav li a:hover,
.nav li a:focus,
.nav li a:active,
.nav li a.current {
	text-decoration:underline; 
}

/* Footer Styles */
.footer {
	text-align:center;
	margin-top:20px;
}
.footer p {
	font-size:.6em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#777;
}

/* Link Styles */
a.ciLink {
	color:#B73913;
	text-decoration:none;
}
a.ciLink:hover,
a.ciLink:active,
a.ciLink:focus {
	text-decoration:underline;
}
a.pinvokeLink {
	color:#FB97D7;
	text-decoration:none;
}
a.pinvokeLink:hover,
a.pinvokeLink:active,
a.pinvokeLink:focus {
	text-decoration:underline;
}
a.gsLink {
	color:#123;
	text-decoration:none;
}
a.gsLink:hover,
a.gsLink:active,
a.gsLink:focus {
	text-decoration:underline;
}

/* Other Styles */
.content {
	margin-top:10px;
}
.content h1 {
	text-align:center;
}