@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
}
h1    {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #F60;
	text-align: center;
	font-size: 24px;
}
h5 {
	color: #F60;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}
h4 {
	font-size: 18px;
	color: #F60;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
}

h6 {
	color: #F60;
	text-align: left;
	font-size: 18px;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	display: inline;
	clear: both;
}
.figure {
	position: relative;

}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	border-image: url(Images/veracruzmeeting.jpg) 5 10 6 6;
	float: left;
	white-space: pre;
	margin: 10px;
	padding: 10px;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	text-decoration: blink;
	background-color: #FFF;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	color: #000;
}

.sidebar1 {
	float: right;
	margin-top: -35px;
	width: 180px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 3px;
	background-color: #FFCC33;
}
.content {
	width: 760px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 14px;
	color: #000066;
	font-style: normal;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 3px; /* this creates the space between the navigation on the content below */
	font-size: smaller;
	color: #F30;
	text-align: left;
	padding-left: 0px;
	background-color: #FC0;
	
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #FFCC33;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #FC3;
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #FFCC00;
	color: #F60;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.name {
	color: #F60;
	font-weight: bold;
}
.hightext {
	font-size: 24px;
	color: #FF6600;
	margin-left: 30px;
	font-weight: bolder;
}
.rightcaption {
	padding-left: 235px;
}
.hightext .container .content p {
	font-family: Georgia, Times New Roman, Times, serif;
}
.hightext .container .content p strong {
	color: #FF8000;
}
.hightext .container .content h3 strong {
	color: #FF8000;
}
