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


/* 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;
	margin-bottom: 10px;
}
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: 12px;
	line-height: 20px;
}
p {
	padding-top: 10px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-style: italic;
}
h1 {
	color:#164D86;
	font-size: 24px;
}
h2 {
	color: #CC6600;
	font-size: 18px;
}
h3 {
	font-size: 16px;
	padding-top: 30px;
	color:#164D86;
}
h4 {
	font-size: 14px;
	padding-top: 30px;
	color:#000000;
	font-weight:bold;
}
a {
	color:#164D86;
	text-decoration:none;
}
a:hover {
	color: #CC6600;
}
input {
	padding:2px;
}
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;
	border: 1px solid #CCCCCC;
}
table th {
	text-align: center;
	font-weight: bold;
	padding: 10px;
	background-color: #CCCCCC;
	line-height:12px;
}
table td {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.green {
	color: #009900;
}
.left {
	float:left;
	margin-right:10px;
}
/* main layout*/

body {
	background-image: url(../images/background-slice.jpg);
	background-repeat: repeat-x;
}
#header {
	width: 1076px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 165px;
}
#topnav {
	float: right;
	width: 210px;
	margin-top: 45px;
	color: #336496;
}
#main {
	background-image: url(../images/body.png);
	width: 1076px;
	margin-right: auto;
	margin-left: auto;
	background-position: 1px top;
}
#columns {
	background-image: url(../images/columns.png);
	width: 1076px;
}
#col1 {
	float: left;
	width: 242px;
	margin-left: 60px;
}
#col2 {
	float: left;
	width: 670px;
	margin-left: 13px;
}
#section {
	background-image: url(../images/section.png);
	height: 65px;
	width: 650px;
	background-repeat: no-repeat;
	padding-top:15px;
	padding-left:20px;
}
.third {
	float: left;
	width: 200px;
}
#cse {
	float: right;
	width: 200px;
	margin-right: 20px;
}
#content {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer {
	width: 1076px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 70px;
	padding-bottom: 20px;
}
#cncs {
	margin-right: auto;
	margin-left: auto;
	width: 200px;
}
.clearit {
	clear:both;
}
/**
 * Default theme for google search
 *
 */

#searchbar {
	width: 130px;
	height:20px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	float:left;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
}
#searchbutton {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 10px;
	width: 60px;
	height:26px;
	margin: 0px;
	float:left;
	text-transform: uppercase;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#searchbutton:hover {
	background-color: #cccccc;
	color: #000000;
}
#cse-search-results {
	width:630px;
}

