body {
	font-size: 12px;
	color: #000000;
	font-family: arial, verdana, helvetica;
	line-height: 160%;
	background-color: #001738;
}

#boundingBox{
	padding: 16px 0px 0px 0px;
}

#internalBox{
	border: solid 1px #ffffff;
	width: 975px;
}

p {
	font-size: 12px;
	color: #000000;
	line-height: 160%;
	font-family: arial, verdana, helvetica;
}

td {
	font-size: 12px;
	color: #000000;
	line-height: 160%;
	font-family: arial, verdana, helvetica;
}

.footer {
	font-size: 10px;
	color: #1F7EFF;
	font-family: verdana, arial, helvetica;
	line-height: 110%;
}

h1{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: verdana, arial, helvetica;
}

h2{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: verdana, arial, helvetica;
}

h3{
	font-size: 14px;
	font-weight: bold;
	color: #003279;
	font-family: verdana, arial, helvetica;
}

.blue{
	color: #002B69;
	font-family: verdana, arial, helvetica;
}

.tiles {
	background-image: url(images/BannerTilesRepeater.gif);
	background-repeat: repeat-x;
}

a{
	color: #0F75AF;
	font-family: verdana, arial, helvetica;
	text-decoration: underline;
}

a:hover{
	color: #3AA000;
	font-family: verdana, arial, helvetica;
	text-decoration: underline;
}

a.footLink{
	color: #3AA000;
	font-family: verdana, arial, helvetica;
	text-decoration: none;
}

a.footLink:hover{
	color: #FFFFFF;
	font-family: verdana, arial, helvetica;
	text-decoration: none;
}


/********** Form Styles ********************/

.entertext{
	color: #000000;
	font-size: 11px;
	background-color: #EBEBEB;
	width: 200px;
}

.buttons{
	color: #FFFFFF;
	font-size: 11px;
	background-color: #878787;
	border-style: solid;
	border-width: 2px;
	border-color: red blue blue red;
}

.required{
	color: #3AA000;
}

/********** List Styles ********************/

ol {
	font-size: 11px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 23;
}

li {
	line-height: 130%;
}

/******* Webfodder Logo Sizing for Div *********/

div.fodder{
	filter:alpha(Opacity=100);
	width:32px;
	height:32px;
}

/******* Flyout Menu *********/
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #000000 #000000 #000000 #000000;
	font-family: arial, helvetica, verdana;
	font-size:11px;
	line-height: 100%;
	z-index: 100;
	color: #002c59;
	background-color: #6bc1ef;
	width: 100px;
	margin:-133px 0px 0px -23px; /*positions the left corner of the dropdown */
	filter:alpha(Opacity=84);
	opacity: 0.84;
}

.anylinkcss a{
	width: 100%;
	display: block;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	font-weight: bold;
	color: #002c59;
}

.anylinkcss a:hover{ /*hover background color*/
	width: 100%;
	display: block;
	background-color: #ecffb1;
	text-decoration: none;
	font-weight: bold;
	color: #586c15;
}

.linkItem{
	padding:3px 6px 3px 6px;
}

/* *********photogalleries.asp styles (main gallery landing page styles - makes boxes) ********* */

		.galleryOuterBox{
			font-size: 12px;
			width: 240px;
			height: 210px;
			overflow: auto;
			background-color: #CDD7E3;
			padding: 18px 18px 0px 18px;
		}

		.galleryOuterBox a{         /* link color and style for the category page thumbs */
			color: #000000;
			text-decoration: none;
		}

		.galleryOuterBox a:hover{
			color: #c41130;
			text-decoration: none;
		}

/* ********* photogallery.asp styles (subdirectory showing various galleries) ********* */

		.galleryBoxSpacing{
			padding: 0px 16px 16px 0px;
		}

		.galleryBox{
			width: 200px;
			height: 230px;
			overflow: auto;
			background-color:#CDD7E3;
			padding: 0px;
		}

		.galleryBoxTitle{
			padding: 1px 1px 1px 1px;
			height: 30px;   /* If you know the client will be using one-word or one-line titles, you can eliminate this line */
		}

		.galleryBoxIMG{
			border: 1px solid #00293d;
		}

		.galleryBoxCaption{
			padding: 4px 8px 8px 8px;
			font-size: 12px;
			line-height: 110%;
			text-align: left;
		}

/* ********* photogallerydetails.asp styles (individual photo-set of images within a specific gallery) ********* */

		#galleryBoundingDiv{
			width: 100%;
			padding: 12px 0px 0px 0px;
		}

		#galleryPhotoBound{
			background-color: #CDD7E3;
			padding: 8px 8px 8px 8px;
		}

		#galleryBreadCrumbs{
			padding: 18px 0px 0px 0px;
		}

		#galleryDescriptionBox{
			width: 100%;
			padding: 5px 0px 0px 10px;
			text-align: left;
		}


		#galleryDescriptionBox p{
			padding: 0px 0px 12px 0px;
		}

		#galleryFullSizeIMG{
			margin: 0px 0px 12px 0px;
			border: solid 1px #000000;
		}

		#galleryPhotoCaption{
			height: 35px;
			width: 455px;
			background-color: #F4F4F0; /* Make a slightly different color from the galleryPhotoBound to create a box around caption. */
			padding: 2px 2px 2px 2px;
			color: #000000;
			font-size: 12px;
			overflow: auto;
		}

		#galleryThumbsBound{
			padding: 4px 0px 0px 0px;
		}

		#galleryThumbIMG{
			margin: 0px 6px 6px 0px;
			border: solid #000000 1px;
		}

		.galleryListItem{
			font-size: 12px;
			list-style-type: none;
			line-height: 130%;
		}

		.galleryHelp{
			font-size: 11px;
			color: #7d7d7d;
		}

		.navArrow{
			font-size: 18px;
			font-weight: bold;
		}



