/* LAYOUT ELEMENTS  */

body {
	margin-left: 21px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}
p, td {
	font-family:  arial, verdana, serif, tahoma;
	font-size: 12px;
	color: #767061;
}
.footer {
	font-family:  arial, verdana, serif, tahoma;
	font-size: 11px;
	padding: 10px 0px 30px 0px;
	line-height: 18px;
}
/**********************************/
/* Content layout                 */
/**********************************/
#global {
	width: 929px;
	text-align: left;
}
#header {
	width: 929px;
	text-align: left;
}
#content {
	width: 929px;
	background-image: url(/images/content_seperator.gif);
	background-repeat: repeat-y;
}
#contentLeft {
	float: left;
	width: 198px;
	vertical-align: top;
	padding-right: 10px;
}
#contentMain {
	float: left;
	width: 519px;
	vertical-align:top;
}
#contentRight {
	float: left;
	width: 192px;
	vertical-align: top;
	padding-left: 9px;
}
#footer {
	clear: both;
	text-align:left;
	width:929px;
}
.printIcon {
	float: right;
	position: absolute;
	left: 625px;
	top: 189px;
	vertical-align: bottom;
}
/* Background Classes */

.bkgdWhite {
	background-color:#FFFFFF;
}
.bkgdBeige {
	background-color:#736957
}
.bkgdGreen {
	background-color:#62BD19
}
.bkgdLtGreen {
	background-color:#E4F2D8
}
.bkgdBlue {
	background-color:#6691D3
}
.bkgdLtBlue {
	background-color:#F3F6FC
}
.bkgdSeperator {
	background-image:url(/images/column_seperator.gif);
	width: 10px;
}
/* Text Layout Classes */

.content {
	padding: 15px 30px 10px 18px;
}
.contentHome {
	padding: 0px 5px 10px 10px;
}
.contentSubnav {
	padding: 2px 10px 2px 14px;
}
.contentDidYouKnow {
	padding: 5px 8px 8px 8px;
}
.contentPadLeft {
	padding-left: 10px;
}
/* Icon/Title Layout Class for Step-by-Step */

.iconFloat {
	float: left;
	margin-right: 10px;
}
/* Heading, Title and Font Variation Classes */

.white {
	color:#FFFFFF;
}
.green {
	color: #4FA807;
}
h1 {
	font-size:20px;
	font-weight:normal;
}
h2 {
	font-size:13px;
	font-weight:bold;
}
h3 {
	font-size:12px;
	font-weight:normal;
	background-color:#F1F0EE;
	margin-right: 10px;
	padding-left: 5px;
}
.titleHome {
	font-size:16px;
	font-weight:bold;
	padding: 9px 5px 9px 10px;
}
.date {
	font-size:11px;
	color:#FFFFFF;
}
.caption {
	font-size:11px;
	padding: 5px 5px 5px 5px;
}
.captionLink {
	font-size:11px;
	padding: 5px 0px 5px 5px;
}
.photoCaption {
	font-size:11px;
	padding: 5px 5px 5px 10px;
}
.search {
	font-size:11px;
	font-weight:bold;
	padding: 0px 10px 3px 5px;
}
.didYouKnow {
	font-size:16px;
	font-weight:bold;
	padding: 15px 5px 8px 8px;
}
.newsTitleHome {
	font-weight:bold;
	padding: 9px 5px 9px 10px;
}
.declarationsHome {
	font-size:16px;
	font-weight:bold;
	padding: 9px 0px 9px 10px;
}
.declarations {
	font-size:16px;
	font-weight:bold;
	padding: 13px 0px 8px 2px;
}
.error {
	color: #ac1111;
}

.font90 { font-size: 90%; }

/* Link Classes */

a {
	color: #3D75CC;
	text-decoration: underline;
}
a:hover {
	color: #3D75CC;
	text-decoration: none;
}

.nav {
	color:#FFFFFF;
}
a.nav {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.nav {
	color: #FFFFFF;
	text-decoration: underline;
}
a.subnav {
	color: #5BA81C;
	text-decoration: underline;
}
a:hover.subnav {
	color: #5BA81C;
	text-decoration: none;
}
.global {
	font-size: 11px;
	color: #B7B3A7;
	padding-right: 3px;
	padding-left: 4px;
}
a.global {
	font-size: 11px;
	color: #767061;
	text-decoration: none;
}
a:hover.global {
	font-size: 11px;
	color: #767061;
	background-color: #ECF7E3;
}
a.footer {
	font-size: 11px;
	color: #767061;
	text-decoration: none;
}
a:hover.footer {
	font-size: 11px;
	color: #767061;
	text-decoration: underline;
}
a.green {
	color: #4FA807;
	text-decoration: underline;
}
a:hover.green {
	color: #4FA807;
	text-decoration: none;
}
a.filter {
	color: #767061;
	text-decoration: none;
	font-weight: bold;
}
a:hover.filter {
	color: #767061;
	text-decoration: underline;
	font-weight: bold;
}
/* Misc. Classes */

.imagePaddingHome {
	/* image padding home page */
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.imagePadding {
	/* image padding for images on child pages */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.imagePaddingAwardee {
	/* image padding for images on child pages */
	padding-bottom: 10px;
	padding-right: 10px;
}
.imagePaddingProfile {
	/* image padding for inspector images */
	border-color:#B4B0A7;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
.formbuttonGreen {
	background-image: url(/images/bkgd_formbutton_green.gif);
	font-size: x-small;
	color: #5F5F53;
	border: solid 1px #4FA807;
}
.formbuttonBlue {
	background-image:url(/images/bkgd_formbutton_blue.gif);
	font-size: x-small;
	color: #5F5F53;
	border: solid 1px #6891d3;
}
.formtext {
	font-family: arial, verdana, serif;
	font-size: 9pt;
	color: #444444;
	border-left: #B0B0B0 1px solid;
	border-top: #B0B0B0 1px solid;
	border-bottom: #B0B0B0 1px solid;
	border-right: #B0B0B0 1px solid;
}
.formselect {
	font-family: arial, verdana, serif;
	font-size: 9pt;
	color: #444444;
}
#linkList ul {
	margin: 10px;
	padding-left: 10px;
}
.linkList li {
	padding: 0px 4px 10px 4px;
	text-align: left;
	list-style:square;
}
li {
	list-style: square;
}
/* WHATS AFTER REGISTRATION INTERACTIVE GRAPHIC  */

#wrapper {
	background-image:url(/images/global/graphic_whats_next_bkgd.png);
	width: 494px;
	height: 449px;
	margin: 0;
	padding: 0;
}

#wrapper a {
	color: #3D75CC;
	text-decoration: none;
}
#wrapper a:hover {
	color: #3D75CC;
	text-decoration: none;
}


#keepUpToDateBox {
	width: 400px;
	text-align: center;
	line-height: 1.75em;
	position: absolute;
	margin: 48px 0px 0px 32px;
}

#processBox1 {
	width: 196px;
	color: #3d75cc;
	text-align: center;
	line-height: 1.75em;
	position: absolute;
	padding: 5px 0px 5px 0px;
	margin: 216px 0px 0px 15px;
	background-color: #eae7e1;
	border: 1px solid #dcd5c7;
}


#processBox2 {
	width: 157px;
	color: #3d75cc;
	text-align: center;
	line-height: 1.75em;
	position: absolute;
	padding: 5px 0px 5px 0px;
	margin: 257px 0px 0px 52px;
	background-color: #eae7e1;
	border: 1px solid #dcd5c7;
}

#processBox3 {
	width: 157px;
	color: #3d75cc;
	text-align: center;
	line-height: 1.25em;
	position: absolute;
	padding: 5px 0px 5px 0px;
	margin: 299px 0px 0px 52px;
	background-color: #eae7e1;
	border: 1px solid #dcd5c7;
}

#processBox4 {
	width: 196px;
	color: #3d75cc;
	text-align: center;
	line-height: 1.5em;
	position: absolute;
	padding: 5px 0px 5px 0px;
	margin: 355px 0px 0px 15px;
	background-color: #eae7e1;
	border: 1px solid #dcd5c7;
}

#activitiesBox1 {
	width: 229px;
	color: #3d75cc;
	text-align: center;
	line-height: 1.75em;
	position: absolute;
	padding: 5px 0px 5px 0px;
	margin: 236px 0px 0px 248px;
	background-color: #eae7e1;
	border: 1px solid #dcd5c7;
}

#activitiesBox2 {
	width: 229px;
	color: #3d75cc;
	text-align: center;
	line-height: 1.75em;
	position: absolute;
	padding: 5px 0px 5px 0px;
	margin: 261px 0px 0px 248px;
	background-color: #eae7e1;
	border: 1px solid #dcd5c7;
}

#activitiesBox3 {
	width: 229px;
	color: #3d75cc;
	text-align: center;
	line-height: 1.25em;
	position: absolute;
	padding: 5px 0px 5px 0px;
	margin: 326px 0px 0px 248px;
	background-color: #eae7e1;
	border: 1px solid #dcd5c7;
}

#advancedTeamBox {
	width: 400px;
	text-align: center;
	line-height: 1.75em;
	position: absolute;
	margin: 464px 0px 0px 32px;
}



