@charset "UTF-8";
/* CSS Document */



/* stylesheet for print*/




/* reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
img {
	border:none;
}
/* main type*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
p {
	padding-top: 10px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-variant: small-caps;
	font-style: italic;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
	padding-top: 30px;
}
a {
	color:#000000;
	text-decoration:none;
}
ol li {
	list-style-type: upper-roman;
	margin-top: 10px;
	margin-left: 15px;
	padding-left: 10px;
}
ul li {
	padding-left: 10px;
	list-style-type: disc;
	margin-left: 15px;
	margin-top: 10px;
}
ul ul li, ol ul li {
	padding-left: 10px;
	list-style-type: circle;
	margin-left: 40px;
}
ul ul ul li, ol ul ul li {
	padding-left: 10px;
	list-style-type: square;
	margin-left: 70px;
}
.letters li {
	list-style-type: lower-alpha;
}
#footnote {
	font-size: 10px;
	margin-top: 20px;
}
table {
	margin-bottom: 20px;
	margin-top: 20px;
}
table th {
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
table td {
	padding: 5px;
}
.green {
	color: #009900;
}
/* main layout*/
#section, body, #main {
	background-image:none;
}
#header {
	background-image: url(../images/blueprint.jpg);
	height: 83px;
	width: 800px;
}
#topnav {
	display:none;
}
#main {
	width: 800px;
}
#columns {
	background-image: none;
	width: 800px;
}
#col1 {
	display:none;
}
#col2 {
	width: 800px;
	margin-left: 0px;
}
#section {
	padding-top:15px;
}
.third {
	float: left;
	width: 200px;
}
#cse {
	display:none;
}
#content {
}
#footer {
	display:none;
}
#cncs {
	display:none;
}
.clearit {
	clear:both;
}
/**
 * Default theme for google search
 *
 */

#searchbar {
	display:none;
}
#searchbutton {
	display:none;
}
#searchbutton:hover {
	background-color: #cccccc;
	color: #000000;
}
#cse-search-results {
	width:630px;
}

