body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#masthead {
	background-color: #FFFFFF;
}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.content {
	padding: 8px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.content p {
	margin: 6px 0px 12px;
}
h1 {
	margin: 0px;
	font-size: 1.3em;
	letter-spacing: 0.2em;
	text-align: center;
	padding-bottom: 6px;
}
h2 {
	font-size: 1.2em;
	background-image: url(../graphics/goldsquiggle.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 12px;
	padding-top: 8px;
	text-transform: capitalize;
}
h3 {
	font-size: 1.5em;
	color: #AA0000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
#footer {
	margin: 0px auto;
	font-size: .7em;
}
#footercontent {
	padding: 12px 0;
	letter-spacing: .1em;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/
#tnav {
	background-color: #ABCACF;
	font-size: 0.8em;
	background-image: url(img/p7iq_navbg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 12px;
	margin-bottom: 30px;
	background-position: left bottom;
}
#tnav-center {
	margin: 0 auto;
	border-left: 1px solid #333;
}
#tnav ul {
	margin: 0;
	padding: 0;
}
#tnav li {
	list-style-type: none;
	float: left;
	font-size: 0.85em;
}
#tnav #BasicNav a {
	float: left;
	color: #000000;
	padding: 8px;
	text-decoration: none;
	border-right: 1px solid #333333;
}
#tnav #BasicNav a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#p7PMnav {
	background-image: none !important;
	background-color: transparent !important;
}
/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #0033CC;
}
a:visited {
	color: #663366;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
/*CUSTOM ELEVATOR STYLES*/
#masthead #epmExternal {
	position: absolute;
	left: 200px;
	z-index: 999999;
	top: 36px;
	font-size: 0.7em;
	border: 0;
}
#iQ-elevator .p7epm_cwrapper,
#iQ-elevator .p7epm_content,
#iQ-elevator .p7EPM02 {
	border: 0;
	font-size: .9em;
}
#masthead #epmExternal .p7epm_trigs li {
	margin-right: 2px;
}
#masthead #epmExternal .p7epm_trigs a {
	color: #999999;
	padding: 4px 10px;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	background-color: #2A2A2A;
	float: left;
	border-top: 1px solid #3C3C3C;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #3C3C3C;
}
#masthead #epmExternal .p7epm_trigs a:hover {
	color: #FFFFFF;
}
#masthead #epmExternal .p7epm_trigs .p7epm_open {
	color: #FFFFFF !important;
	background-color: #414141;
	border-color: #000000;
}
.centered {
	text-align: center;
}
.pagetitle {
	font-size: 1.7em;
	text-transform: uppercase;
	margin-top: 4px;
	margin-bottom: 30px;
	color: #003366;
	letter-spacing: 0.2em;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #E7000E;
	font-variant: small-caps;
}
.dropcap {
	font-size: 2em;
	font-weight: bold;
}
.imageleft {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.imageright {	padding: 4px;
	float: right;
}

.callout {
	font-size: 1.3em;
	font-weight: bold;
	color: #B62B06;
	background-color: #E8E8E8;
	border: thin dotted #D61101;
	padding: 5px;
	text-align: center;
	text-transform: none;
	line-height: 1.4em;
	}
#form {
	margin-right: auto;
	margin-left: auto;
	width: 50%;
}
#columnwrapper #c3 .content #spotlight {
	background-color: #F3E6B0;
	border: 1px dotted #AA0000;
	padding: 10px;
}
.urgent {
	border: 2px dotted #AC0604;
}
