body {
	background-attachment: fixed;
	background-image: url(images/backgr_long.jpg);
	background-repeat: repeat-y;
	background-position: top; /*center;*/
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 12pt;
	color: #001166;
	background-color: #1C2235;
	margin-top: 10px;
}
table, tr, td {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 12pt;
	color: #001166;
}
p, blockquote {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 12pt;
	color: #001166;
}
ul, ol, li {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 12pt;
	color: #001166;
}
h1 {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 30pt;
	font-weight: normal;
	color: #001166;
	text-align: center;
/*	margin-top: 20px;*/
}
h2 {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 16pt;
	color: #DD6600;
}
h3 {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 14pt;
	color: #DD6600;
}
.large_heading {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 16pt;
	color: #DD6600;
}
.small_heading {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 14pt;
	color: #DD6600;
}
a.nav:link {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 12pt;
	color: #1111AA;
	text-decoration: none;
}
a.nav:visited {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 12pt;
	color: #DD6600;
	text-decoration: none;
}
a.nav:hover {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 12pt;
	color: #DD6600;
	text-decoration: underline;
}
a.nav:active {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: underline;
}
a.main:link {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 12pt;
	color: #DD6600;
	text-decoration: underline;
}
a.main:visited {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 12pt;
	color: #1111dd;
	text-decoration: underline;
}
a.main:hover {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 12pt;
	color: #1111AA;
	text-decoration: underline;
}
a.main:active {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 12pt;
	color: #1111AA;
	text-decoration: underline;
}
.large {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 14pt;
	color: #001166;
}
.contrast {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 12pt;
	color: #000000;
}
.white {color: #FFFFFF;}
.orange {color: #DD6600;}
.red {color: #942;}
.blue {color: #63F;}
.hrbar {
	color: #DDCCAA;
}
.small {
	font-family: "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size: 10pt;
	color: #001166;
}
.gutter {
	margin-right: 7px;
}
#home {
	width: 760px;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	background: #IC2235 url(images/home_bkgrnd_1.jpg) no-repeat;
}
.spacer1 {height: 90px;}
.spacer2 {height: 105px;}
