@charset "UTF-8";

*.* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #02478d; /* #02478D; */
	background-image: url(images/tile_02478d.jpg);
	background-repeat: repeat;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #02478d;
	background-image: url(images/homepage/home_lower.jpg); 
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #ffffff; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
	line-height: 1.4em;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
}

.teal {
 	color: #90f0c4;
 }

h1, h2, h3, h4, h5{
	color: #90f0c4;
	margin: 0;
	padding: .5em 0px .25em 00px;
}

p {
	margin-bottom: .5em;
}

.oneColFixCtr #header {
	margin: 0;
	padding: 0;
	height: 70px;
}

.oneColFixCtr #upper {
	background-image: url(images/homepage/home_upper.jpg);
	background-repeat: repeat-y;	
	margin: 0;
	padding: 10px 0;
	clear: both;
}

.oneColFixCtr #menu {
	height: 100px;
	margin: 10px 0 0 0;
}

.oneColFixCtr .leftcolumn {
	margin: 0 280px 0 30px;
	padding: 0;
}



.oneColFixCtr .sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	width: 260px;
}

.oneColFixCtr #videobox { 
	width: 260px;
	height: 190px;
	background-image: url(images/homepage/VidShadow.jpg);
	background-position: 0 -5px;
	background-repeat: no-repeat;
	clear: none;
	margin-top: 50px;
	margin-bottom: 0px;
}


/* Variants for Alliates display */

.oneColFixCtr #videobox1 { 
	width: 260px;
	height: 190px;
	background-image: url(images/homepage/VidShadow.jpg);
	background-position: 0 -5px;
	background-repeat: no-repeat;
	clear: none;
	margin-top: 15px;
	margin-bottom: 0px;
}

.oneColFixCtr #affiliates { 
	margin: 10px 30px 0 10px;
}
.oneColFixCtr #affiliates h3 { 
	border-bottom: #3399CC 1px solid;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-size: 12px;
}
.oneColFixCtr #affiliates p { 
	padding: .5em 0;
	margin: 0;
	font-size: 10px;
	line-height: 13px;
}


.oneColFixCtr #affiliates1 { 
	margin: 20px 30px 0 10px;
}
.oneColFixCtr #affiliates1 h3 { 
	border-bottom: #3399CC 1px solid;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-size: 14px;
}

.oneColFixCtr .leftcolumn1 {
	margin: 0 10px 0 10px;
	padding: 0;
	float: left;
	width: 440px;
}
.oneColFixCtr .leftcolumn2 {
	margin: 0 280px 0 20px;
	padding: 0;
	/* float: left;
	/* width: 440px; */
}

.oneColFixCtr #affiliatesSidebar { 
	margin: 50px 15px 20px 0px;
	float: left;
	width: 160px;
}
.oneColFixCtr #affiliatesSidebar h3 { 
	border-bottom: #3399CC 1px solid;
	padding: 0px 0px 5px 0;
	margin: 0px 10px 0 0;
	font-size: 12px;
}
.oneColFixCtr #affiliatesSidebar p { 
	padding: .5em 5px 0 0;
	margin: 0;
	font-size: 10px;
	line-height: 16px;
}



/* End Alliates display */




.oneColFixCtr #footer {
	height: 30px; 
	margin: 30px 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #336699;
}

.oneColFixCtr #pagetag {
	margin: 0 auto;
 	font-size: 9px;
	color: #006699;
	text-align: center;
}

.oneColFixCtr .sidebar1 .quote {
	font-size:11px;
	padding-bottom: 0;
	padding-left: 5px;
}

.oneColFixCtr .sidebar1 .citation {
	font-size: 11px;
	text-align:right;
	padding-bottom: 2em;
	color: #99CCCC;
}


a:link {
	color: #99CCCC;
	text-decoration: none;
}
a:visited {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	color: #66CCFF;
	text-decoration: underline;
}
a:active {
	color: #33FFFF;
	text-decoration: underline;
}

.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;
}
