@charset "UTF-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	color: #C60;
	list-style-type: square;
	background-color: #FFF;
}
td { vertical-align: top; }
.twoColFixRtHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #001d58; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #fff; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixRtHdr #innercontainer {
	width: 920px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #0d2a6a;
}
.twoColFixRtHdr #headerTopNav, #headerTopNav {
	padding: 10px 20px 0px 0px;
	color:#333;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFF; /* 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. */
}
.twoColFixRtHdr #headerTopNav, #headerTopNav a {
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration:none;
	font-weight: normal;
	background-color: #FFF; /* 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. */
}
.twoColFixRtHdr #headerTopNav, #headerTopNav a:hover {
	color:#00C;
}
.twoColFixRtHdr #header {
	padding: 0px 20px 0px 0px;  /* 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. */
	background-color:#FFFFFF;
	height: 101px;
	text-align: right;
}
.twoColFixRtHdr #headerNavLinks {
	padding: 0px;
	margin: 0px;
	padding-top: 40px;
}
#headerNavLinks li {
	list-style: none;
	display: inline;
	margin-left: 5px;
}
.twoColFixRtHdr #header a {
	font-family: Verdana, Geneva, sans-serif;
	color:#666;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
.twoColFixRtHdr #header a:hover {
	color:#00C;
	text-decoration:underline;
}
.twoColFixRtHdr #slideshow1 {
	height:353px;
	width:920px;
	background: #DDDDDD;
	padding: 0px;  /* 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. */
	z-index: 4;
}
.twoColFixRtHdr #slideshow2 {
	height:300px;
	width:300px;
	background: #DDDDDD;
	padding: 0px;  /* 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. */
	z-index: 4;
}
.twoColFixRtHdr #promo {
	background-color:#6A0A08;
	border: 0px none #FFF;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	width: 266px;
	margin-right: 62px;
	overflow: hidden;
	position: absolute;
	z-index: 99;
	height: 353px;
/*	top: 126px; */
	margin-left: 590px;
	font-size: 12px;
	line-height: 20px;
}
.twoColFixRtHdr #promo h1 {
	font-weight:100;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
	font-size:25px;
	line-height:40px;
}
.twoColFixRtHdr #invite {
	background-color:#FFCC00;
	border: 0px none #FFF;
	color:#FFF;
	font-family: Comic Sans MS, cursive;
	float: left;
	width: 590px;
	margin-right: 332px;
	overflow: hidden;
	position: absolute;
	z-index: 99;
	top: 398px;
	height: 78px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 20px;
}
.twoColFixRtHdr #invite h1 {
	font-weight: medium;
	color:#000;
	text-align: left;
	font-size: 24px;
	line-height: 2px;
	padding-left: 24px;	
}
.twoColFixRtHdr #sidebar1image {
	float: right; /* since this element is floated, a width must be given */
	width: 310px;
	color:#5a88ef;
	font-size:10px;
	background-color: #6A0A08;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px;
	padding-top: 15px;
	padding-right: 75px;
	padding-bottom: 15px;
	padding-left: 20px;
	color:#5a88ef;
	font-size:10px;
	line-height:14px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/blue_bg.jpg);
	background-repeat: no-repeat;
	background-color: #001d58;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.twoColFixRtHdr #sidebar1 H3 {
	font-size:11px;
	line-height:14px;
	font-weight:bold;
}
.twoColFixRtHdr #sidebar1 LI {
	color:#C60;
	list-style:square;
	padding:0px;
	margin:0px;
}
.twoColFixRtHdr #mainContent {
	color:#FFF;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height: 18px;
	margin-top: 0;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
}
.twoColFixRtHdr #mainContent H1 {
	font-size:18px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
.twoColFixRtHdr #pageTitle {
	color:#FFF;
}
.twoColFixRtHdr #pageTitle H1 {
	color:#FFF;
	letter-spacing:2px;
	font-weight:normal;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:25px;
	line-height:40px;
	font-style: normal;
	padding-left: 20px;
}
.twoColFixRtHdr #innerSide {
	z-index:1;
	float: right;
	clear: none;
	position: relative;
	overflow: visible;
	width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #innerSideTxt {
	color:#FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	font-size: 10px;
}
.twoColFixRtHdr #innerContent #innerSideTxt a {
	color:#C60;
	text-decoration:none;
}
.twoColFixRtHdr #innerContent #innerSideTxt a:hover {
	text-decoration:underline;
}
.twoColFixRtHdr #innerContent #innerSideTxt H1 {
	color:#FFF;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}
.twoColFixRtHdr #innerContent {
	color:#333;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height: 20px;
	background-color: #0d2a6a;
	z-index:4;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0px;
}
.twoColFixRtHdr #innerContent a {
	color:#900;
	text-decoration: underline;
}
.twoColFixRtHdr #innerContent a:hover {
	text-decoration:none;
	color: blue;
}
.twoColFixRtHdr #innerContent H1 {
	font-size:18px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #6A0000;
}
.twoColFixRtHdr #footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #627F99;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	background-color: #001F55;
}
.twoColFixRtHdr #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 */
}
.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;
}
.columnLeftHmpg {
	float: left; 
	width: 570px;
}
.columnLeft {
	float: left; 
	width: 585px;
}
.activeLink a, .activeLink a:hover {
	border-bottom: 2px solid #ddd;
	text-decoration: none;
}
.center {
	text-align: center; 
}
.strong {
	font-weight: bold;
}
