@charset "UTF-8";
/* CSS Document */

body {
	list-style-type: none;
	background-color: #00003D;
	background-repeat: repeat;
	background-position: center top;
	margin-top: 0px;
	background-image: url(images/ropebkgrnd3.jpg);
}
ul.nav {
	list-style-type: none;
	margin-left: -10px;
}
li.nav  {
	display: block;
}
ul.nav a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	margin-bottom: 3px;
}
ul.nav   a:hover {
	background-color: #CFDAF0;
	color: #A82C35;
	background-repeat: no-repeat;
}
.place  {
	background-repeat: no-repeat;
	background-position: left center;
	width: 172px;
	margin-left: 0px;
	background-color: #CFDAF0;
	display: block;
}
.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-position: center 80px;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-repeat: no-repeat;
	background-position: center 10px;
	height: 130px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 780px;
	background-image: url(assets/Logo.jpg);
	padding-top: 0px;
	margin-top: 0px;
} 
.twoColFixLtHdr #header h1 {
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	margin-top: 9px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 12px;
	color: #333333;
	margin-left: 15px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
}
#sidebar1 h3 {
	width: 230px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -20px;
	margin-top: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #2A4D7F;
	margin-bottom: -10px;
	font-family: "Times New Roman", Times, serif;
	background-image: url(assets/cornertopr.gif);
}
.twoColFixLtHdr #mainContent {
	color: #2A4D7F;
	font-size: 13px;
	margin-top: -9px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
} 
.twoColFixLtHdr #container #mainContent li {
	line-height: normal;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: -20px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 18px;
	margin-bottom: -10px;
	margin-left: 0px;
	margin-top: 20px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #footer {
	clear: both;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #EEEEEE;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.smalltext {
	font-size: 10px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -10px;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
#mainContent a {
	color: #2A4D7F;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
#mainContent  h2  {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
li.press {
	padding-bottom: 30px;
}
.greentext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}
.highlightedtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.contact {
	margin-left: 100px;
}
.penny {
	float: right;
	clear: none;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.image2 {
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 15px;
	float: right;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.imagewithcaptions {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	float: right;
	font-style: italic;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	clear: right;
}
.tableimage {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

