/* TYPE */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	color: #655;
	}

/* Standards */
p {
	font-size: 1.0em;
	}

a {
	color: #f05000;
	border: 0;
	}

/* Body Text */
#text p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0em 0em 0em;
	padding-left: 0.2em;
	padding-right: 30px;
	}
#text .narrow{
	width: 70%;
	}
#text .column{
	width: 40%;
	line-height: 1.3em;
	}
#text h1 {
	font-size: 1.4em;
	margin: 0.4em 0px 0em 0em;
	padding: 0 0 4px 0.2em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #f05000;
	font-weight: bold;
	background-color: #eed;
	background: url(../images/line_dotted_gray.gif) repeat-x 0 100%;
	}	

#text h1 span {
	font-size: 0.6em;
	font-style: italic; 
	font-weight: bold;
	text-transform: none;
}	
	
#text h2 {
	font-size: 1.1em;
	margin: 0.4em 5px 0em 0em;
	padding: 0 0 4px 0.2em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #f05000;
	font-weight: bold;
	background-color: #eed;
	background: url(../images/line_dotted_gray.gif) repeat-x 0 100%;
	}	
		
#text h3 {
	font-size: 1.2em;
	margin: 1.2em 0em 0em 0em;
	padding-left: 0.15em;
	letter-spacing: 0.05em;
	font-weight: bold;
	}
#text h4 {
	font-size: 1.0em;
	margin: 1.2em 0em 0em 0em;
	padding-left: 0.2em;
	letter-spacing: 0.05em;
	font-weight: normal;
	font-style: oblique;
	font-weight: bold;
	}
#text h5 {
	font-size: 1em;
	margin: 1.2em 0em 0em 0em;
	padding-left: 0.2em;
	letter-spacing: 0em;
	text-transform: uppercase;
	font-weight: normal;
	}

/* Lists */
#text ul {
	margin: 0.6em 0em 0em 0em;
	width: 75%;
	padding-left: 3em;
	list-style: circle outside;
	}
#text li {
	margin: 0em;
	padding-top: 0.2em;
	}

#text li p {
	margin: 0px;
	padding: 0px;
	}

/* Hyperlinks */
#text a, #text a:link, #text a:visited {
	text-decoration: none;
	background: url(../images/line_dotted_red.gif) repeat-x 0 100%;
	font-weight: normal;
	color: #f05000;
	}
#text a:hover {
	text-decoration: none;
	background: url(../images/line_solid_red.gif) repeat-x 0 100%;
	font-weight: normal;
	color: #f04000;
	}

/* Image Captions */
#fullimage p {
	width: 50%;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	}
#sideimage p {
	font-size: 0.8em;
	padding: 0px;
	margin: 0em;
	}

/* Footnote */
.foot {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin:  3px 3px 3px 3px;
	padding-right: 0.2em;
	font-weight: normal;
	color: #555;
	text-align: center;
	}
.foot a {
	color: #555;
	}

	
/* Misc */
strong, b {
	font-weight: bold;
	}



/* Body Text */
#text2 p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0em 0em 0em 0em;
	padding-left: 0.2em;
	padding-right: 30px;
	}
#text2 .narrow{
	width: 70%;
	}
#text2 .column{
	width: 40%;
	line-height: 1.3em;
	}
#text2 h1 {
	font-size: 1.4em;
	margin: 0.4em 0px 0em 0em;
	padding: 0 0 4px 0.2em;
	letter-spacing: 0.05em;
	text2-transform: uppercase;
	color: #d21;
	font-weight: bold;
	background-color: #eed;
	background: url(../images/line_dotted_gray.gif) repeat-x 0 100%;
	}
#text2 h2 {
	font-size: 1.2em;
	margin: 1.2em 0em 0em 0em;
	padding-left: 0.15em;
	letter-spacing: 0.05em;
	font-weight: bold;
	}
#text2 h3 {
	font-size: 1.2em;
	margin: 1.2em 0em 0em 0em;
	padding-left: 0.2em;
	letter-spacing: 0.05em;
	font-weight: normal;
	font-style: oblique;
	}
#text2 h4 {
	font-size: 1em;
	margin: 0em 0em 0em 0em;
	padding-left: 0.2em;
	letter-spacing: 0em;
	text2-transform: uppercase;
	font-weight: bold;
	}

/* Lists */
#text2 ul {
	margin: 0.6em 0em 0em 0em;
	width: 75%;
	padding-left: 3em;
	list-style: circle outside;
	}
#text2 li {
	margin: 0em;
	padding-top: 0.2em;
	}

#text2 li p {
	margin: 0px;
	padding: 0px;
	}

/* Hyperlinks */
#text2 a, #text2 a:link, #text2 a:visited {
	text-decoration: none;
	background: url(../images/line_dotted_red.gif) repeat-x 0 100%;
	font-weight: normal;
	color: #d21;
	}
#text2 a:hover {
	text-decoration: none;
	background: url(../images/line_solid_red.gif) repeat-x 0 100%;
	font-weight: normal;
	color: #a21;
	}
