@charset "UTF-8";


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	background-color: #FFF;
	line-height: 1.4em;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background-image: url(images/CF-logo.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 14px 0px;
	height: 70px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 14px;
	margin-top: 23px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #0E44A9;
	font-weight: bold;
	padding-top:15px;
	padding-bottom:5px;
}
.oneColFixCtrHdr #footer {
	margin-right: 15px;
	margin-left: 14px;
	background-color: #0E3BA3;
	position: relative;
	top: 0px;
	padding: 5px;
}
.picture {
	float: right;
	background-color: #C00;
	height: 325px;
	width: 324px;
	margin-right: 2px;
	border: 3px solid #0F4BAC;
	margin-bottom: 10px;
	display:inline;
	margin-left: 20px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}
.oneColFixCtrHdr #footer p .yellow {
	color: #FC6;
}
.oneColFixCtrHdr #footer a {
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}
.oneColFixCtrHdr #footer a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FC6;
}
#tabTop {
	height: 45px;
	width: 400px;
	background-attachment: scroll;
	background-image: url(images/cf-tab.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0E3BA3;
	border-right-color: #0E3BA3;
	border-bottom-color: #0E3BA3;
	border-left-color: #0E3BA3;
}
#tabTop2 {
	height: 45px;
	width: 750px;
	background-attachment: scroll;
	background-image: url(images/cf-tab-wide.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0E3BA3;
	border-right-color: #0E3BA3;
	border-bottom-color: #0E3BA3;
	border-left-color: #0E3BA3;
}
.pictureFront {
	float: right;
	background-color: #C00;
	height: 435px;
	width: 324px;
	margin-right: 2px;
	margin-top: 50px;
	border: 3px solid #0F4BAC;
	margin-bottom: 15px;
	display:inline;
}
#tabBottom {
	height: 40px;
	width: 400px;
	background-attachment: scroll;
	background-image: url(images/cf-tab.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	bottom: 0px;
	padding-top: 3px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #0F4CAF;
	text-align: center;
	padding-top: 10px;
}
.oneColFixCtrHdr #column {
	width: 750px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 370px;
}
/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:1 -Windows XP Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	background-color: #FFFFFF;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul li {
	border-right: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border-top: 1px solid #EEEFEA;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #EEEFEA;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	color: #000099;
	line-height:1;
	text-align: center;
	margin-top: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #AF7C66;
	border-right-color: #666666;
	border-bottom-color: #AF7C66;
	border-left-color: #666666;
	font-size: 0.75em;
	font-weight: bold;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #000099;
	color: #FFFFFF;
	letter-spacing: 0.01px;
	text-align: center;
	margin-top: 5px;
	padding-top: 8px;
	padding-bottom: 10px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
}

/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(p7pm/img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #99A189;
	color: #FFFFFF;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
#bottomtab {
	margin: 0;
	padding:0;
	background-color: #FFFFFF;
}
.bold    {
	font-weight: bold;
}

/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 95px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 22px;
	display: inline;
}
#p7PMnav ul li {
	float: none;
	display: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
}
#pmmcrumb {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 16px;
	color: #8B9478;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #6D755E;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	background-image: transparent;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
#column p {
	font-size: 85%;
	line-height: 1.5em;
	color: #223080;
}
