/* @group Browser reset */

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%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
table.styled {
	width: 300px;
	
}
table.styled th {
	color: #ffffff;
	background-color: #cc0033;
	text-transform: uppercase;
	padding: 8px;
}
table.styled td {
	color: #000000;
	background-color: #eeeeee;
	padding: 8px;
}
table.styled td.alt {
	color: #000000;
	background-color: #ffffff;
	padding: 8px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Typography */


p.copyright {
	margin-top: 20px;
	font-size: 10px;
	color: #999999;
	text-align: right;
	border-top: 1px solid #efefef;
	padding-top: 4px;
}
body {
	font: 12px/16px Arial, Helvetica, Sans-Serif;
	color: #333333;
}
/*
p.first {
	font-size: 15px;
	line-height: 18px;
	margin-top: 9px;
}
*/
p {
	margin-bottom: 12px;
	font: 13px/16px Arial, Helvetica, Sans-Serif;
}
div#newsResults p.newsSource {
	margin: 0 0 3px;
	padding: 0;
	font-style: italic;
}
div#newsResults p.newsBlurb {
	margin: 0 0 3px;
	padding: 0;
}
p.newsDate {
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 0;
	font-style: italic;
}
p.eventDate {
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 9px;
	font-style: italic;
}
div#newsRelease {
	margin-top: 0;
	margin-bottom: 6px;
}
div.news h1, div.newsLast h1 {
	margin-top: 6px;
	margin-bottom: 6px;
}
div#newsRelease h3 {
	padding-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #333333;
}
div#newsRelease p.newsDate {
	
	margin-top: 9px;
	margin-bottom: 9px;
	font-size: 12px;
	line-height: 12px;
}
div#newsRelease h2 {
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
	padding-bottom: 9px;
}
div#newsResults h2 {
	margin-top: 3px;
	margin-bottom: 2px;
	text-transform: uppercase;
}
div#newsResults h3 {
	font-style: italic;
}
div#newsRelease div.newsFooterText p {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
div#newsRelease div.newsFooterText h2 {
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
	color: #333333;
	text-transform: uppercase;
	padding-bottom: 0;
}

#featPubsHome p, div#whatsNew div.newItem p, div#newsRight div.newItem p, div#homeEvents p {
	margin-bottom: 6px;
	font: 11px/14px Arial, Helvetica, Sans-Serif;
}
p.supportMaterial {
	margin: 0 0 12px;
	padding: 0;
}
p.engagementDate, p.engagementLocation {
	margin-bottom: 0px;
}
p.engagementDate {
	margin-top: 9px;
	font-style: italic;
}
h1#pageTitle {
	font-size: 18px;
	line-height: 18px;
	color: #CC0033;
	font-weight: bold;
	margin-bottom: 9px;
	margin-top: 0px;
	
}
div#newsRelease h1#pageTitle {
	text-transform: uppercase;
}
h1 {
	font-size: 15px;
	line-height: 15px;
	color: #CC0033;
	font-weight: bold;
	margin-bottom: 9px;
	margin-top: 16px;
}
h2 {
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 3px;
}
h2.bio {
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
}
a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:active {
	color: #CC0033;
	text-decoration: underline;
}
a.copyrightLink {
	color: #666666;
	text-decoration: none;
}
a.copyrightLink:hover {
	color: #666666;
	text-decoration: underline;
}
a.download {
	background: url(../images/downloadIcon.gif) no-repeat right 2px;
	padding-right: 7px;
}

div#mainContent ul {
	margin-left: 33px;
	list-style-type: square;
	margin-top: 9px;
	margin-bottom: 6px;
}
div#mainContent li {
	margin-bottom: 3px;
	font: 13px/16px Arial, Helvetica, Sans-Serif;
}
em, i {
	font-style: italic;
}
strong, bold {
	font-weight: bold;
}


/* @end */

/* @group Structure */

div#wrapper {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative; /* Needed to place footer at bottom of viewport */
	min-height: 100%; /* Needed to place footer at bottom of viewport */
	background-image: url(../images/bkg-content.gif);
}
body {
	text-align: center;
}

div#branding {
	width: 889px;
	height: 90px;
	padding-left: 19px;
	padding-top: 45px;
	background-color: #ffffff;
}
div#nav1{
	background-color: #cc0033;
	height: 25px;
	width: 600px;
	float: left;
}

div#homeNews {
	width: 230px;
	background-color: #eeeeee;
	padding: 11px 20px 17px;
	border-top: 1px solid #cc0033;
	margin-right: 20px;
}

div#homeNewsLong {
	width: 520px;
	background-color: #eeeeee;
	border-top: 1px solid #cc0033;
	margin-right: 0;
	float: left;
	padding: 11px 20px 17px;
	margin-bottom: 28px;
}

div#newsWrapperLong {
	float: left;
}

div#newsEventsWrapper {
	background: url(/assets/images/news-events-bkg.gif) repeat-y 0 0;
	width: 560px;
}

div#newsWrapper {
	float: left;
}

div#eventsWrapper {
	float: left;
}

div#homeEvents {
	width: 230px;
	background-color: #eeeeee;
	border-top: 1px solid #cc0033;
	padding: 0 20px 8px;
}
div#featPrograms {
	float: left;
	border-top: 1px solid #cc0033;
	background-color: #eeeeee;
	width: 560px;
}


#featPubsHome p#lastPub.pubNewTitle {
	border-top: 1px solid #ffffff;
	padding-top: 15px;
}

#homeNews div.news h2, #homeNewsLong div.news h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	line-height: 12px;
}
div#search{
	width: 308px;
	height: 25px;
	background-image: url(../images/bkg-search.gif);
	float: left;
}

div#homeSearch {
	float: left;
	width: 300px;
	height: 25px;
	background: url(/assets/images/bkg-home-search.jpg) no-repeat 0 0;
}
div#contentTop {
	width: 908px;
	height: 40px;
	background-image: url(../images/bkg-content-top.gif);
}
div#contentWrapper{
	/* background-image: url(../images/bkg-content.gif); */
	padding-bottom: 48px;
	min-height: 100%;
}

form#pubSrch {
	background-color: #eeeeee;
	padding: 20px 20px 20px 30px;
}
form#pubSrch label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	line-height: 11px;
}
form#pubSrch input {
	width: 270px	;
}

form#pubSrch input#searchSubmit {
	width: auto	;
}
table#pubSearch td.formLabel {
	width: 80px;
}
table#pubSearch td.formField {
	width: 275px;
	font-size: 11px;
	line-height: 11px;
}
table#pubSearch td.formSubmit {
	width: 325px;
	text-align: right;
}
div#nav2 {
	background-color: #EEEEEE;
	border-top: 1px solid #666666;
	width: 163px;
	padding: 12px 19px;
	float: left;
}
div#nav2Back {
	background-color: #EEEEEE;
	border-top: 1px solid #666666;
	width: 163px;
	padding: 12px 19px;
}
div#mainContent {
	padding-left: 20px;
	padding-right: 60px;
	width: 619px;
	float: left;
}
div#footerWrapper {
	background-image: url(../images/bkg-footer.gif);
	width: 908px;
	height: 25px;
	position: absolute;
	bottom: 0;
}
div#navPrograms {
	width: 581px;
	background-color: #878787;
	height: 25px;
	float: left;
	padding-left: 19px;
}
div#navFooter {
	width: 281px;
	vertical-align: middle;
	height: 25px;
	background-color: #D5D5D5;
	float: left;
	padding-left: 19px;
}
div.clear {
	clear: both;
}

/* @end */

/* @group Navigation */

.browseImg {
	padding-top: 12px;
	padding-bottom: 6px;
	display: block;
}

div#mainContent ul#expertsNav {
	padding: 0;
	margin: 0 0 12px;
}

#expertsNav li {
	display: inline;
	list-style-type: none;
	padding-right: 8px;
	border-right: 1px solid #cccccc;
	padding-left: 6px;
}
#expertsNav li a#active,#expertsNav li a#active:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#expertsNav li#first {
	display: inline;
	list-style-type: none;
	padding-right: 8px;
	border-right: 1px solid #cccccc;
	padding-left: 0px;
}
#expertsNav li#last {
	display: inline;
	list-style-type: none;
	padding-left: 6px;
	border-right-style: none;
}

/* @group Nav 1 */

div#nav1 ul li {
	float: left;
}
div#nav1 ul a {
	display: block;
}

/* @end */

/* @group Nav 2 */

div#nav2 ul ul li, div#nav2Back ul ul li {
	padding-left: 12px;
	color: #333333;
	padding-bottom: 3px;
	border-bottom: 1px solid #ffffff;
	padding-top: 2px;
}

div#nav2 ul li, div#nav2Back ul li {
	font-size: 12px;
	/*line-height: 18px;*/
	padding-bottom: 4px;
}
div#nav2 ul a.active, div#nav2Back ul a.active {
	color: #CC0033;
	font-weight: bold;
}
div#nav2 ul a.active:hover, div#nav2Back ul a.active:hover {
	color: #000000;
}
.active {
	color: #CC0033;
	font-weight: bold;
}
.active:hover {
	color: #000000;
}
div#nav2 ul a, div#nav2Back ul a {
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
	/*padding-top: 1px;
	padding-bottom: 1px;*/
}
div#nav2 ul a:hover, div#nav2Back ul a:hover {
	color: #CC0033;
}
div#nav2 ul ul, div#nav2Back ul ul {
	margin-bottom: 5px;
	border-top: 1px none #ffffff;
	padding-top: 1px;
}
div#nav2 ul#lvlFour li, div#nav2Back ul#lvlFour li {
	padding-left: 24px;
	border-bottom: 1px solid #ffffff;
}

/* @end */

/* @group Programs */

div#navPrograms ul li {
	float: left;
}
div#navPrograms ul {
	padding-top: 6px;
}
div#navPrograms ul a {
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	background: url(../images/nav-programs-divider.gif) no-repeat 0 center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 12px;
}
div#navPrograms ul a:hover {
	color: #000000;
}
div#navPrograms ul a.first {
	background: none;
	padding-left: 0px;
}



/* @end */

/* @group Footer */

div#navFooter ul li {
	float: left;
}
div#navFooter ul {
	padding-top: 7px;
}
div#navFooter ul a {
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	background: url(../images/nav-footer-divider.gif) no-repeat 0 center;
	text-decoration: none;
	font-size: 9px;
	line-height: 12px;
	text-transform: uppercase;
	color: #CC0033;
}
div#navFooter ul a:hover {
	color: #000000;
}
div#navFooter ul a.first {
	background: none;
	padding-left: 0px;
}
div#navFooter ul .rss a {
	padding-left: 22px;
	background-image: url(../images/rss.gif);
}

/* @end */

/* @end */

/* @group Misc */

#featPubsHome p.pubNewTitle, div#whatsNew div.newItem p.pubNewTitle, div#newsRight div.newItem p.pubNewTitle, #homeEvents p.pubNewTitle {
	font-size: 15px;
	line-height: 15px;
	color: #CC0033;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 16px;	
}

#featPubsHome p.pubNewTitle span, div#whatsNew div.newItem p.pubNewTitle span, div#newsRight div.newItem p.pubNewTitle span {
	font-weight: normal;
}

div#whatsNew {
	padding-top: 15px;
	background-color: #eee;
	border-top: 1px solid #cc0033;
	padding-bottom: 11px;
}

#pressFeatures td#featNews {
	width: 290px;
	padding: 0 20px 0 0;
}
#pressFeatures td#featEvent {
	width: 290px;
	padding: 0 20px 0 0;
}
div#newsRight {
	padding-top: 15px;
	padding-bottom: 23px;
	background-color: #eee;
	border-top: 1px solid #cc0033;
	float: left;
}
div#newsLeft {
	float: left;
	width: 290px;
	margin-right: 20px;
}
div.newItem {
	padding-right: 20px;
	padding-left: 20px;
	width: 269px;
	float: left;
}
div.newItemWide {
	padding-right: 20px;
	padding-left: 20px;
	width: 578px;
	float: left;
}
div#mainContent img#whatsNewImg {
	margin: 0;
	padding: 9px 0 0;
}

#featPubsHome div.img-shadow, div#mainContent div.img-shadow {
	float:left;
	background: url(/assets/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/assets/images/shadow.gif) no-repeat bottom right;
	margin-right: 4px;
	margin-top: 9px;
	margin-left: 6px;
}

#featPubsHome div.img-shadow img, div#mainContent div.img-shadow img {
	display: block;
	position: relative;
	background-color: #eee;
	margin: -6px 6px 6px -6px;
	padding-bottom: 0px;
}

div#mainContent img {
	padding-bottom: 9px;
}
div#mainContent img.floatLeft {
	padding-bottom: 9px;
	padding-right: 9px;
	float: left;
}
div#mainContent img.floatRight {
	padding-bottom: 9px;
	padding-left: 9px;
	float: right;
}
div#450 {
	width: 450px;
}
div.inlinePhoto {
	float: right;
	margin-left: 19px;
}
div.eventPhoto {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
div#back {
	background-color: #fff;
	padding-left: 12px;
	margin-top: 12px;
}
div#navGroup {
	float: left;
}
div.eventPhotoRight {
	float: right;
	margin-left: 19px;
}
div.inlinePhotoLeft {
	float: left;
	margin-right: 19px;
	clear: right;
}
div.inlinePhotoBio {
	float: left;
	margin-right: 10px;
	clear: right;
}
div#mainContent div.inlinePhoto img, div#mainContent div.inlinePhotoLeft img, div#mainContent div.inlinePhotoBio img {
	border-top: 2px solid #CC0033;
	border-bottom: 2px solid #CC0033;
	padding-bottom: 0px;
	margin-bottom: 9px;
}
div.inlinePhoto p, div.inlinePhotoLeft p {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 12px;
}
img#pagetitle {
	padding-bottom: 13px;
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}

/* @group Funding Partners */

div.partnerImage {
	width: 206px;
	float: left;
}
div.partnerImage img {
	margin-top: 16px;
}
div.partnerInfo {
	margin-left: 226px;
}
div.partner {
	border-top: 1px solid #eaeaea;
	padding-bottom: 10px;
}

/* @end */

input#tempkeyword {
	width: 220px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 10px;
	line-height: 10px;
	color: #666666;
}

#searchForm form input {
	font-size: 11px;
	line-height: 11px;
}

/* @end */

/* @group Home */

img#partnersImg {
	padding-top: 16px;
}
#homeQuotes {
	margin-top: 28px;
}

div#homeAddress p {
	font-size: 9px;
	line-height: 12px;
}

div#streetAddress {
	width: 226px;
	float: left;
}

div#phone {
	float: left;
	width: 148px;
}
div#internet {
	float: left;
	width: 158px;
}

p#citeHome span {
	font-style: italic;
}

#homeQuotes p, div#mission p {
	color: #CC0033;
	display: inline;
	font-size: 15px;
	line-height: 18px;
}

div#mission {
	padding-bottom: 28px;
}

#homeContent p#citeHome {
	color: #8f8f8f;
	display: block;
	font-size: 10px;
}

#homeAddress {
	padding-top: 12px;
}
img#quoteOpen {
	display: inline;
	float: left;
	margin: 0;
	padding: 1px 6px 0 0;
}

img#quoteClose {
	display: inline;
	margin: 0;
	padding: 1px 0 0 6px;
}


div#homeNavFooter ul li {
	float: left;
}
div#homeNavFooter ul {
	padding-top: 7px;
}
div#homeNavFooter ul a {
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	background: url(../images/nav-footer-divider.gif) no-repeat 0 center;
	text-decoration: none;
	font-size: 9px;
	line-height: 12px;
	text-transform: uppercase;
	color: #CC0033;
}
div#homeNavFooter ul a:hover {
	color: #000000;
}
div#homeNavFooter ul a.first {
	background: none;
	padding-left: 0px;
}
div#homeNavFooter ul .rss a {
	padding-left: 22px;
	background-image: url(../images/rss.gif);
}


div#homeNavPrograms ul li {
	float: left;
}
div#homeNavPrograms ul {
	padding-top: 6px;
}
div#homeNavPrograms ul a {
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	background: url(../images/nav-programs-divider.gif) no-repeat 0 center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 12px;
}
div#homeNavPrograms ul a:hover {
	color: #000000;
}
div#homeNavPrograms ul a.first {
	background: none;
	padding-left: 0px;
}

/* @group Structure */

div#homeBranding {
	width: 880px;
	height: 90px;
	padding-left: 20px;
	padding-top: 45px;
	background-color: #ffffff;
}

div#homeWrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative; /* Needed to place footer at bottom of viewport */
	min-height: 100%; /* Needed to place footer at bottom of viewport */
	background-image: url(/assets/images/bkg-home-content.jpg);
}
div#homeFeatures {
	/* background: url(/assets/images/bkg-home-features.gif) repeat-y; */
	float: left;
	width: 260px;
	/* height: 600px; */
	padding: 15px 19px 30px;
}
#featPrograms table tbody tr td {
	border-bottom: 1px solid #fff;
	padding-top: 4px;
	padding-bottom: 4px;
}
div#homeContentDiv {
	width: 600px;
	float: left;
}
div#homeContent {
	width: 560px;
	float: left;
	padding: 25px 20px 30px;
}
div#homeFlash {
	width: 600px;
	float: left;
}
div#homeFooterWrapper {
	width: 900px;
	height: 25px;
	position: absolute;
	bottom: 0;
	
}
div#homeNavPrograms {
	width: 580px;
	background-color: #878787;
	height: 25px;
	float: left;
	padding-left: 20px;
}
div#homeNavFooter {
	background: url(../images/bkg-home-features.gif) repeat-y;
	float: left;
	width: 260px;
	padding-left: 20px;
	padding-right: 20px;
	height: 25px;
}
div#homeContentWrapper{
	/* background-image: url(../images/bkg-content.gif); */
	min-height: 100%;
}

/* @end */



/* @end */

/* @group Publications Search */

div#pubResults {
	border-top: 1px solid #cbcbcb;
}
div#pubDesc {
	width: 390px;
	padding-right: 20px;
	float: left;
}
div#pubInfo {
	width: 200px;
	float: left;
}
div#pubInfo p.pubInfoText{
	font-size: 11px;
	line-height: 12px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 4px;
}
div#pubInfo p.pubInfoHeads {
	color: #999999;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	padding-bottom: 3px;
	margin: 0;
	padding-top: 6px;
}
div#pubDesc p#pubAuthor {
	color: #999999;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 11px;
}

div#pubDesc h1#pageTitle {
	font-size: 18px;
	line-height: 18px;
	color: #CC0033;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 0px;
	
}
div#pubDesc h1#pageTitle span {
	font-size: 18px;
	line-height: 18px;
	color: #CC0033;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 0px;
	
}
div#pubDesc img.left {
	border: 1px solid #d4d4d4;
	float: left;
	margin-right: 10px;
	padding: 0px;
	margin-top: 2px;
}
div#pubResults div img.left {
	border: 1px solid #d4d4d4;
	float: left;
	margin-right: 20px;
	padding: 0px;
	margin-top: 2px;
}
div#pubResults div.pub {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 18px;
	padding-top: 18px;
}
div#pubResults div.pubLast {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 18px;
	padding-top: 18px;
	border-style: none;
}
div#pubResults div p {
	float: left;
	font-size: 10px;
	color: #646464;
	line-height: 12px;
	width: 500px;
}
div#pubResults div p strong {
	font-size: 14px;
	line-height: 16px;
	color: #343434;
}
div#pubResults div p span.subtitle {
	font-size: 13px;
	line-height: 17px;
	color: #343434;
}
p.learnMoreP {
	margin: 0px;
	padding: 0px;
}
a.learnMore {
	text-transform: uppercase;
	color: #a9a9a9;
	font-size: 9px;
	text-decoration: none;
	/*padding-top: 10px;*/
	font-weight: bold;
}
a.learnMore:hover {
	text-transform: uppercase;
	color: #CC0033;
	font-size: 9px;
	text-decoration: none;
	/*padding-top: 10px;*/
	font-weight: bold;
}
div#resultsCount p {
	color: #CC0033;
	text-transform: uppercase;
	font-size: 11px;
}
div#resultsCount {
	float: left;
}
div#resultsNav {
	float: right;	
}
div#resultsNav p {
	text-transform: uppercase;
	font-size: 11px;	
}
div#resultsNav a {
	text-decoration: none;
}
div#resultsNav a.active {
	color: #CC0033;
}
div#resultsFooter {
	margin-top: 20px;
}

/* @end */

form.formStyle label {
	float: left;
	display: block;
	width: 100px;
}
form.formStyle div {
	margin: 0 0 5px;
	padding: 0;
}
form.formStyle input, form.formStyle textarea {
	width: 200px;
	border: 1px solid #cccccc;
}

div.chkbox label {
	width: 200px;
	margin-bottom: 3px;
}


div.chkbox input {
	float: left;
	width: 1em;
	padding: 0;
	margin: 0 5px 3px 100px;
}

form.formStyle textarea {
	width: 203px;
}
.boxes{
width: 1em;
}

input#intOtherField.otherField , input#otherField.otherField {
	width: 200px;
}

input#submitbutton{
margin-left: 100px;
margin-top: 5px;
width: 90px;
}

form.formStyle br{
clear: left;
}
form.formStyle label.required {
	font-weight: bold;
}

#featPrograms table .imageSpacer { width: 20px;
	background-color: #fff;
}

.policyHead {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 6px;
	padding-bottom: 0px;
	display: block;
	font-size: 10px;
	color: #000;
}