@charset "utf-8";
/* CSS Document */
body {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #00518B;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #004273;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #51B8CD;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #footer {
	padding-top: 15px;
	background-image: url(/images/main-elements/bot-nav-bkg.jpg);
	/* background: #004273;*/
	font-size: 11px;
	color: #EEEEEE;
	text-align: center;
	height: 80px;
	line-height: 1.5;
}

#footer a, #footer a:active, #footer a:hover, #footer a:link, #footer a:visited {
	color: #FFFFFF; /* Global White */
	text-decoration: none; /* Global White */
}
#footer a:hover {
	color: #00ABCE; /* Global White */
	text-decoration: underline; /* Global White */
}

.oneColFixCtr #mainTable {
	background: #00abce;
}
#navTableCell {
 background-image: url(/images/main-elements/row-bkg.gif);
 background-repeat: no-repeat;
 height: 72px;
 color: #0387b5;
}
#flowermovie {
 background-image: url(../images/main-elements/flower-bkg.jpg);
 background-repeat: no-repeat;
}
#MovieFrame {
width: 510px;
height: 300px;
padding: 2px; 
border: solid #CCCCCC 1px;
}

#navTableCell a, #navTableCell a:active, #navTableCell a:hover, #navTableCell a:link, #navTableCell a:visited {
text-decoration: none; /* Global White */
}

#navTableCell a:hover, {
text-decoration: underline; /* Global White */
}

#Contentcontainer {
	width: 536px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-top: 10px;
	padding: 10px;
	background: #EEEEEE;
	color: #004273;
	border: 1px solid #0387b5;
	font-size: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 1.5;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.5;
	padding-bottom: 5px;
	display: inline;
	font-weight: bold;
	font-style: italic;
	color: #480785; /* #FF6146 Accent 10 */
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #8281D1; /* Text Medium */
	margin: 0px 0px 5px 0px;			
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #392F69; /* Primary */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;			
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666; /* Primary */
	font-weight: bold;		
}

a {
 color: #0087A4; /* Link */
 font-weight: bold;
 text-decoration: underline;
}
.featuredPages {
	font-size: 18px;
	line-height: 1.5;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.imgBoxLeft {
	
	margin: 0px 10px 10px 0px;
	float: left;
	font-size: 0px; 
}
div.imgBoxLeft img {
  padding: 1px;
  }
div.imgBoxLeft p {
	text-align: center;
	margin-top: 2px;
	font-size: 0px; 
}
div.contentHeaderContainer {
  overflow: hidden;
  height: 1%;
}
#pictable img {
padding:1px;
border:solid #333333 1px;
}
-->
