@charset "utf-8";
body  {
	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: #000033;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	width: 800px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C0DCE9;
}
#container  {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000033;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-top: 15px;
}
#container #topbar {
	width: 800px;
	height: auto;
	margin: 1px;
}


#mainContent  {
	padding-top: 0;
	padding-right: 230px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#mainContent h1 {
	margin-top: 20px;
}
#videoContent h3 {
	font-size: 12px;
}

#mainContent p {
	letter-spacing: normal;
	text-align: justify;
	font-size: 13px;
}
#videoContent {
	padding-top: 0;
	padding-right: 150px;
	padding-bottom: 0;
	padding-left: 150px;
}

.urhere {
	text-decoration: none;
	color: #000033;
	background-color: #EEF2CE;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
}
#mainContent  a {
	text-decoration: underline;
	color: #3F575F;
	font-weight: bold;
}

#navigation {


}
#navigation1   a      {
	text-decoration: none;
	color: #3F575F;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	}
#navigation1   a:hover      {
	color: #73B1CA;
	text-decoration: none;

	}
#navigation2 a {
	text-decoration: none;
	color: #3F575F;
	font-size: 10px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
}
#navigation2 a:hover {
	color: #73B1CA;
	font-weight: bold;
}


#bottomnav    {
	text-align: center;
	padding: 1px;

	}
#footer {
	font-size: 9px;
	text-align: center;
	background-color: #C0DCE9;
}
#footer   a      {
	text-decoration: none;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

	}
#footer  a:hover {
	color: #4293B0;
}

address {
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.tagline {
	font-family: "Cataneo BT", "Monotype Corsiva", Rockwell, cursive;
	font-size: 16px;
	color: #24505E;
	text-align: center;
}


.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;
}
#quote {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: thin dotted #C0DCE9;
	padding: 10px;
	background-color: #EAEAEA;
}
#mainContent u {
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:hover {
	color: #73B1CA;
}

