
/*  ##################################  IDs  ##################################  */

#content {
	padding: 36px 36px 20px 36px;
}
#contentHomepage {
	padding: 36px 36px 0px 36px;
}
#nav {
	padding: 0px 0px 36px 0px
}
#footer {
	padding: 0px 36px 16px 36px;
	font-size: 11px;
	color: #8E8E8E;
}
#staffPhoto {
	float: left;
	margin: 0px 20px 10px 0px;
}
#imageRight {
	float: right;
	margin: 0px 0px 0px 20px;
}
#photoRight {
	float: right;
	margin: 0px 0px 20px 20px;
}

/*  ##################################  TAGS  ##################################  */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body.PF {
	background-color: #CFDDED;
	background-image: url(../images/bg_pf.gif);
	background-repeat: repeat-x;
	margin: 30px 0px 30px 0px;
}
body.PFS {
	background-color: #FDECCF;
	background-image: url(../images/bg_pfs.gif);
	background-repeat: repeat-x;
	margin: 30px 0px 30px 0px;
}
a:link, a:visited, a:active {
	color: #F17E00;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #F17E00;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-weight: bold;
	font-size: 13px;
	color: #00248C;
}
h2 {
	font-weight: bold;
	font-size: 13px;
	color: #00248C;
	padding-bottom: 6px;
	margin-bottom: 0px;
}
p {
	line-height: 24px;
	margin-top: 0px;
	padding-bottom: 8px;
}
ul {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}
li {
	padding: 5px 0px 10px 6px;
	margin: 0px 0px 0px 24px;
	list-style-image: url(../images/bullet_standard.gif);
}

/*  ##################################  CUSTOM  ##################################  */

a.navSecondary:link, a.navSecondary:visited, a.navSecondary:active {
	color: #F17E00;
	font-weight: normal;
	text-decoration: none;
}
a.navSecondary:hover {
	color: #F17E00;
	font-weight: normal;
	text-decoration: underline;
}
a.navActive:link, a.navActive:visited, a.navActive:active {
	color: #F17E00;
	font-weight: normal;
	text-decoration: underline;
}

.blue {
	color: #00428C;
}
.blueBold {
	font-weight: bold;
	color: #00428C;
}
.comment {
	background-color: #FFFF00;
}
p.featureBox {
	line-height: 18px;
	font-weight: bold;
	color: #00428C;
	padding: 8px 12px 8px 72px;
	margin: 0px;
}
.smallprint {
	font-size: 11px;
	color: #8E8E8E;
}
