body {
	background-image: url(Images/Art/BkgHorseshoe.jpg);
	background-repeat: repeat;
}
#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
	margin-top: 5px;
	border: 1px solid #444;
} 
#header  {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#topnavbarcontainer {
	width: 100%;
	background-image: url(Images/Art/NavBkg1.jpg);
	background-repeat: repeat-x;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	height: 35px;
}
#topnavbar {
	font-size: small;
	color: #DDD;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	float: left;
	width: 77%;
	font-family: Arial, Helvetica, sans-serif;
}
#topnavbar ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#topnavbar ul li {
	list-style-type: none;
	display: inline;
}
#topnavbar ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #DDD;
	text-decoration: none;
	padding-left: 9px;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 6px;
}
#topnavbar ul li a:hover {
	color: #f2e7a0;
	text-decoration: underline;
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
	background-image: url(Images/Art/NavBkg1hover.jpg);
	background-position: 35px;
}
#search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #EEE;
	width: 22%;
	font-weight: 500;
	text-align: right;
	float: right;
	padding-right: 5px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	background-color: #FFF;
	height: 100%;
	vertical-align: top;
	margin-bottom: 10px;
}
#mainContent  {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 170px;
	padding-left: 10px;
	padding-top: 15px;
} 
#footer  {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	height: 40px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #969696;
	background-image: url(Images/Art/FooterBkg1.jpg);
} 
.pblack {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva
}
.pwhite {
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva
}
.pgrey  {
	color: #444;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva
}
#middlenavbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0D3265;
	width: 100%;
	font-weight: 700;
	padding-bottom: 3px;
	padding-top: 3px;
}
#middlenavbar ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#middlenavbar ul li {
	display: inline;
	list-style-type: none;
}
#middlenavbar ul li a {
	color: #777;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #DDD;
	padding-bottom: 3px;
	padding-top: 3px;
}
#middlenavbar ul li a:hover {
	background-color: #DDD;
	padding-right: 12px;
	padding-left: 12px;
	text-decoration: underline;
	color: #0D3265;
}
.selectednav {
	color: #EEE;
	background-color: #0D3265;
	padding-top: 5px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 3px;
}
.pgreysmall {
	color: #474747;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva
}
.pfootertext {
	color: #777;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva;
	font-weight: lighter;
}
.blkhead    { color: #000; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, Geneva }
.gryhead {
	color: #36689A;
	font-weight: 700;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva;
	font-style: normal;
}
.gryheadlght {
	color: #696969;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva;
}
.bluehead     {
	color: #036;
	font-weight: 700;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva
}
.whitehead {
	color: #FFF;
	font-weight: 700;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva
}
.blulink   { color: #036; font-weight: 800; font-size: 12px; font-family: Arial, Helvetica, Geneva; text-decoration: underline }
.blulink a:link   { color: #036; font-weight: 800; font-size: 12px; font-family: Arial, Helvetica, Geneva; text-decoration: underline }
.blulink a:hover   { color: #4682b4; font-weight: 800; font-size: 12px; font-family: Arial, Helvetica, Geneva; text-decoration: underline }
.blulink a:visited {
	color: #036;
	font-weight: 800;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: underline
}
.blu2link      {
	color: #444;
	font-weight: 500;
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva;
	text-align: center;
	text-decoration: none;
}
.blu2link a:link      {
	color: #444;
	font-weight: 500;
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva;
	text-align: center;
	text-decoration: none;
}
.blu2link a:hover      {
	color: #0E3165;
	font-weight: 500;
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: underline;
	text-align: center;
}
.blu2link a:visited {
	color: #444;
	font-weight: 500;
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: none;
	text-align: center;
}
.greylink  { color: #808080; font-weight: 800; font-size: 12px; font-family: Arial, Helvetica, Geneva; text-decoration: underline }
.greylink a:link  { color: #808080; font-weight: 800; font-size: 12px; font-family: Arial, Helvetica, Geneva; text-decoration: underline }
.greylink a:hover   { color: #4682b4; font-weight: 800; font-size: 12px; font-family: Arial, Helvetica, Geneva; text-decoration: underline }
.greylink a:visited  { color: #808080; font-weight: 800; font-size: 12px; font-family: Arial, Helvetica, Geneva; text-decoration: underline }
.smalllink { color: #036; font-weight: 800; font-size: 10px; font-family: Arial, Helvetica, Geneva; text-decoration: underline }
.smalllink a:link { color: #036; font-weight: 800; font-size: 10px; font-family: Arial, Helvetica, Geneva; text-decoration: underline }
.smalllink a:hover {
	color: #444;
	font-weight: 800;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: underline
}
.smalllink a:visited {
	color: #0E3165;
	font-weight: 800;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: underline
}
.txtlink { color: #036; font-weight: 800; font-size: 12px; font-family: Arial, Helvetica, Geneva; text-decoration: underline }
.txtlink a:link { color: #036; font-weight: 800; font-family: Arial, Helvetica, Geneva; text-decoration: underline }
.txtlink a:hover { color: #4682b4; font-weight: 800; font-family: Arial, Helvetica, Geneva; text-decoration: underline }
.txtlink a:visited {
	color: #036;
	font-weight: 800;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: underline
}
.whitelink {
	color: #FFF;
	font-weight: 800;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: underline
}
.whitelink a:link {
	color: #FFF;
	font-weight: 800;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: underline
}
.whitelink a:hover {
	color: #FF9;
	font-weight: 800;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: underline
}
.whitelink a:visited {
	color: #FFF;
	font-weight: 800;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: underline
}
.neonoticelink {
	color: #A00;
	font-weight: 800;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: underline;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.neonoticelink a:link {
	color: #A00;
	font-weight: 800;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: underline
}
.neonoticelink a:hover {
	color: #133264;
	font-weight: 800;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: underline
}
.neonoticelink a:visited {
	color: #A00;
	font-weight: 800;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: underline
}
.redhead {
	color: #900;
	font-weight: 700;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva
}
.flushleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	clear: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
.flushright {
	float: right;
	margin-right: 8px;
	clear: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
.class { }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bolder;
	color: #036;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: 500;
	color: #222;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
	text-decoration: none;
	font-style: normal;
	font-weight: 500;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #426E9D;
	font-style: italic;
	font-weight: 500;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}
.yellowhead {
	color: #FF0;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #555;
}
#TinyIcon {
	height: 60px;
	width: 116px;
}
#maincolumn1 {
	width: 345px;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	float: left;
	margin-left: 5px;
}
#maincolumn2 {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 415px;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#maincolumn3 {
	width: 510px;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	float: left;
	margin-left: 5px;
}
#maincolumn3a {
	width: 800px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#maincolumn3b {
	width: 325px;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	float: left;
	margin-left: 5px;
}
#maincolumn3c {
	width: 350px;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	float: left;
	margin-left: 5px;
	padding: 0px;
}
#maincolumn3d {
	width: 375px;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	float: left;
	margin-left: 5px;
	padding: 0px;
}
#maincolumn4 {
	width: 248px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	margin-left: 5px;
}
#maincolumn4a {
	width: 450px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	margin-left: 5px;
}
#maincolumn5cntr {
	width: 510px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#maincolumn20 {
	width: 145px;
	float: left;
	clear: none;
	margin: 7px;
}
#maincolumn25 {
	width: 175px;
	float: left;
	clear: none;
	margin: 10px;
}
#maincolumn25a {
	width: 175px;
	float: left;
	clear: none;
	margin: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	background-color: #000;
	padding-right: 10px;
	padding-left: 10px;
}
#maincolumn50 {
	width: 370px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	margin-left: 5px;
}
#maincolumn6 {
	width: 116px;
	float: left;
	border: 1px solid #BBB;
	text-align: center;
	margin: 7px;
	padding-top: 8px;
}
#maincolumn100 {
	width: 100%;
	float: left;
}
#maincolumn100s {
	width: 99%;
	float: left;
	border: 1px solid #AAA;
}
#footer2 {
	padding-left: 55px;
	text-align: center;
	height: 55px;
	background-image: url(Images/FooterPKG.jpg);
	clear: both;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0058a9;
}
.pfootertext2 {
	color: #0058A9;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva;
	font-weight: lighter;
	top: 5px;
}

