/* All things being equal */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

/* Turn off unused elements */
#mast, #footer, #content-header, #content-footer {
	display: none !important;
}

/* Set appropriate widths */
body, #wrapper, #mast-print, #content, #top, #col01, #col02, #col03, #col04, #bottom, #footer, #breadcrumb { 
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-right-width: none !important;
	border-left-width: none !important;
	border-right-style: none !important;
	border-left-style: none !important;
	border-right-color: none !important;
	border-left-color: none !important;
	background: #FFFFFF !important;
}
#logo {
	height: 67px;
}


/* Set fonts, sizes, styles */
h1 { /* section title */
	font-size: 24pt;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}
h2 { /* body text main header */
	font-size: 12pt;
	font-weight: bold;
}
h3 { /* body text secondary header */
	font-size: 10pt;
	font-weight: bold;
}
h4 { /* body text tertiary header */
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
}

p {
	padding-bottom: 12px;
}
fieldset {
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	padding: 12px;
}
ol {
	margin-left: 40px;
	padding-left: 0px;
	list-style-type: decimal;
}
ol li {
	padding-left: 12px;
	padding-bottom: 6px;
	list-style-position: outside;
	list-style-type: decimal;
}
ul {
	margin-left: 20px;
	padding-left: 0px;
}
ul li {
	padding-left: 12px;
	padding-bottom: 6px;
	list-style-position: outside;
	list-style-type: disc;
}
a:visited {
	color: #606ca2; /* 60% tint mcc blue */
}
a:link {
	color: #244183; /* 90% tint mcc blue */
}
input {
	display: block;
	width: 240px;
	float: left;
	margin-bottom: 15px;
}
textarea {
	display: block;
	width: 240px;
	height: 144px;
	float: left;
	margin-bottom: 15px;
}
label {
	display: block;
	text-align: right;
	float: left;
	width: 185px;
	padding-right: 20px;
}
#contact br {
	clear: left;
}
#body table {
	padding-bottom: 6px;
}
#body thead {
	padding-bottom: 6px;
}
#body tbody {
	border: 1px solid #a2a7ca;
}
#body tr {
	padding-bottom: 6px;
}
#body th {
	padding: 3px;
	background-color: #bcbfd9; /* 20% tint mcc blue */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4d5d97; /* 70% tint mcc blue */
	font-weight: bold;
	text-align: left;
}
#body th a:visited {
	color: #000000;
	text-decoration: none;
}
#body th a:link {
	color: #000000;
	text-decoration: none;
}
#body td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #606ca2; /* 60% tint mcc blue */
}
#breadcrumb p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top: 12px;
}

/* classess */
.center {
	text-align: center;
}
.pdf {
	list-style-image: url(http://www.mcc.gov/images/pdfsmall.gif);
	line-height: 18pt;
	vertical-align: middle;
}
.red {
	color: #FF0000;
}
.caption {
	font-size: 10px;
}
input[class=buttonSubmit] {
	width: 95px;
	margin-left: 220px;
}
input[class=buttonSubmitNewsletter] {
	width: 95px;
}
.buttonSubmit {
	width: 95px;
	margin-left: 178px;
}
.buttonSubmitNewsletter {
	width: 95px;
}
input[class=radio] {
	width: 14px;
}
.radio {
	width: 14px;
}
.formLabel {
	width: 185px;
}
.margin-right-12 {
	border-right-width: 12px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.margin-right-13 {
	border-right-width: 13px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.gutter-top {
	padding-top: 12px;
}
.gutter-right {
	padding-right: 12px;
}
.gutter-bottom {
	padding-bottom: 12px;
}
.gutter-left {
	padding-left: 12px;
}
.gutter-right-top-btm {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.gutter-left-top-btm {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 12px;
}
