/* All things being equal */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, label, table, td, tr, th, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Century Gothic, Avant Garde, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;
	color: #7e553a; /* Nutmeg brown */
}

/* hide unused elements */
#mast-print, #footer-print {
	display: none;
}

/* tags */
body { /* hack for Win IE */
	margin: 18px 0px 18px 1px;
	background-image: url(../images/bkgd_repeater.gif);
	background-repeat: repeat;
	background-position: left top;
}
html>body { /* what the rest of the browsers read */
	margin: 18px 0px 18px 0px;
	background-image: url(../images/bkgd_repeater.gif);
	background-repeat: repeat;
	background-position: left top;
}
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;
}
table {
	border-collapse: collapse;
	border: 1px solid #7e553a; /* Nutmeg brown */
}
th {
	padding: 6px;
	background-color: #f8afab; /* 80% Nutmeg pink */
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f7a6a2; /* 90% Nutmeg pink */
	text-align: left;
}
td {
	padding: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #7e553a; /* Nutmeg brown */
	border-bottom-color: #7e553a; /* Nutmeg brown */
}
ol {
	margin-left: 40px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: decimal;
}
ul {
	margin-left: 20px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: disc;
}
li {
	padding-left: 12px;
	padding-bottom: 6px;
}
a:visited {

}
a:link {

}
#nutmegform fieldset {
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	padding: 12px;
}
#nutmegform legend {
	font-size: 10pt;
	font-weight: bold;
}
#nutmegform label {
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
#nutmegform input {
	display: block;
	width: 240px;
	float: left;
	margin-bottom: 15px;
}
#agform select {
	display: block;
	float: left;
	margin-bottom: 15px;
}
#nutmegform textarea {
	display: block;
	width: 626px;
	height: 144px;
	float: left;
	margin-bottom: 15px;
}
#nutmegform label {
	display: block;
	text-align: right;
	float: left;
	width: 185px;
	padding-right: 20px;
}
#nutmegform .radio {
	width: 14px;
}
#nutmegform .checkbox {
	width: 18px;
}
#nutmegform br {
	clear: left;
}
#nutmegform .submit {
	width: 72px;
}
#nutmegform .smalllabel {
	text-align: left;
	float: none;
	width: 214px;
	padding-right: 0px;
	padding-left: 18px;
}
.red {
	color: #FF0000;
}


/* divs */

	/* page wrapper */
		#wrapper {
			width: 922px;
			margin: 0 auto;
		}

	/* header divs */
		#mast {
			width: 922px;
			height: 86px;					
		}
		#logo {
			height: 86px;
			width: 273px;
			float: left;
		}
		#nav {
			float: right;
			width: 605px;
			margin-right: 12px;
			margin-top: 49px;
			height: 37px;

		}
	
	/* content divs */
		#content {
	width: 922px;
	background-image: url(../images/bkgd_content_rptr.gif);
	background-repeat: repeat-y;
	background-position: center;
		}
		#content-header { /* top cap of the content area */
			width: 922px;
			height: 14px;
		}
		#content-footer { /* bottom cap of the content area */
			width: 922px;
			height: 14px;
		}
		#top {
			width: 874px;
			margin-right: 24px;
			margin-left: 24px;
			padding-top: 12px;
			padding-bottom: 12px;
			background-color: #ffffff;
		}
		#colA {
		
		}
		#colB {
		
		}
		#col01 {
		
		}
		#col02 {
		
		}
		#col03 {
		
		}
		#col04 {
		
		}
		#bottom {
			width: 874px;
			margin-right: 24px;
			margin-left: 24px;
			padding-top: 12px;
			background-color: #ffffff;
			clear: both;
		}
		#shaded-box {
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	background-color: #edf3fe;
	margin-bottom: 12px;
	border: 1px solid #e6e9eb;
		}
		#backtotop {
			width: inherit;
			font-size: 10px;
			text-align: right;
			color: #000000;
		}
		#backtotop a:visited {
			color: #000000;
			text-decoration: none;
		}
		#backtotop a:link {
			color: #000000;
			text-decoration: none;
		}
		#backtotop a:hover {
			color: #000000;
			text-decoration: underline;
		}
	
	/* footer divs */
		#footer {
	clear: both;
	width: 922px;
	height: 36px;
	padding-top: 12px;
		}
		#footer p {
			padding-right: 12px;
			font-family: Century Gothic, Avant Garde, Helvetica, sans-serif;
			font-size: 7pt;
			line-height: 10pt;
			color: #7e553a; /* Nutmeg brown */
			text-align: left;		
		}
		#footer a:visited {
				color: #7e553a; /* Nutmeg brown */
			}
		#footer a:link {
				color: #7e553a; /* Nutmeg brown */
			}

/* 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;
}
input[class=buttonSubmit] {
	width: 95px;
	margin-left: 220px;
}
input[class=buttonSubmitNewsletter] {
	width: 95px;
}
.searchBox {
	width: 110px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
.buttonSubmit {
	width: 95px;
	text-align: center;
}
.buttonSubmitSearch {
	width: 95px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
.buttonSubmitGo {
	width: 3em;
	margin-left: 12px;
}
.buttonSubmitNewsletter {
	width: 95px;
}
.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;
}
input[class=radio] {
	width: 14px;
}
.radio {
	width: 14px;
}
.formLabel {
	width: 185px;
}
.mainTableHeader {
	background-color: #8991bc;	
}
.right {
	text-align: right;
}
hr {
	margin: 0px;
	padding: 0px;
}
.request {
	background-color: #eba29e;
	padding: 3px;
	border: 1px dotted #c42d46;
	font-size: 6pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.alphabet {
	font-size: 12px;
	text-align: center;
}
#admin-btn {
	border: 1px solid #8a9f63;
	background-image: url(../images/bkgd-btn-css.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	margin: 3px;
	width: 60px;
}
#admin-btn p {
	font-size: 9pt;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	line-height: 9pt;
	vertical-align: middle;
}
#admin-btn a:visited {
	color: #000000;
	text-decoration: none;
}
#admin-btn a:link {
	color: #000000;
	text-decoration: none;
}
#admin-btn a:hover {
	color: #000000;
	text-decoration: underline;
}
