@import "layout.css?nocache=202507301124";
@import "forms.css?nocache=202507301124";
@import "nav.css?nocache=202507301124";
@import "thickbox.css?nocache=202507301124";
@import "checklist.css?nocache=202507301124";

/****************************************************************************************	
	[RESET]
*****************************************************************************************/

/* Following reset is for non CMS sites */
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, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
ul, ol {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Following reset is for CMS sites */
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, ins, kbd, q, s, samp,
small, strike, strong, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
}
table, th, td {
	font-size: 100%;
	font: inherit;
}
html, body, form, fieldset, a img {border: none;}
ul, ol {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/

body {
	background: #1e0000 0 0 repeat-x url('../images/template/bg.gif');
	color: #404040;
	margin-bottom: 30px;
	font: 62.5%/1.5 Helvetica, Arial, sans-serif; /* Set to 10px */
}
a:link, a:visited {
	color: #E2A614;
	text-decoration: none;
}
a:visited {color: #E2A614;}
a:hover, a:focus {text-decoration: underline;}
a:active {outline: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	font-weight: bold;
	font-size: 1.3em;
	text-align: left;
	padding-bottom: .5em;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
b, strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 2.6em;}
/* Headers */ 
h1, h2, h3, h4, h5, h6 {
	color: #1E0000;
	font-size: 2em; /* 24px */
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.3;
	position: relative;
}
/* This h1 styling is just for the framework so you can safely remove */
h1 {
	font-size: 2.5em;
	margin-bottom: .6em;
}
h2 {
	font-size: 1.5em; /* 18px */
	margin-bottom: .6em;
}  
	h2.chart {
		border-bottom: 1px solid #BFBFBF;	
		margin-bottom: .4em;
		padding: 0 0 10px;
	}
		h2.chart span {
			font-size: .65em;
			top: 5px;
		}
h3, h4, h5, h6 {
	font-size: 1.3em; /* 16px */
	margin-bottom: .5em;
}
h4 {font-size: 1.16em;} /* 14px */
h5 {font-size: 1.08em;} /* 13px */
h6 {font-size: 1em; margin-bottom: 1.3em;}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	position: absolute;
	right: 0;
	top: 0;
}
/* Margins */
p, ul, ol, dl, table {margin-bottom: 1.83em;} /* 22px */
table table, table p {margin: 0;}
/* Lists */
ul, ol {margin-left: 1.2em;}
ul {list-style: disc;}
ul.alt {
    list-style: none;
}
ol {list-style: decimal;}
	/* Nested */
	ul ul, ul ol, ol ol, ol ul {margin: .75em 0 .75em 2em;}
	ul ul {list-style: circle;}
	ol ol {list-style: lower-alpha;}
	ol ol ol {list-style: lower-roman;}