.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;
}
body  {
	background: #666666;
	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 */
	background-color: #336699;
	font-family: Tahoma, Geneva, sans-serif;
}



a {
	color: #003399;
	text-decoration: underline;
}

.header {
	font-size: large;
}

.sidebar {
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
	color: #336699;
}
.twoColFixRtHdr #container #mainContent .p {
	color: rgb(0,51,204);
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
}


.sidebarHeader {
	color: 003399;
	text-align: center;
	font-size: small;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container #Blue_Line {
	background-color: #003399;
	height: 10px;
}
.twoColFixRtHdr #container #NavBar {
	background-position: 20px;
	padding-left: 20px;
	height: 30px;
}

.twoColFixRtHdr #container #Blue_Line2 {
	background-color: #336699;
	height: 5px;
}


.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 

.titlebar {
	color: #FFFFFF;
	background-color: #336699;
	text-align: center;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
.SuperScript {
	vertical-align: 175%;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixRtHdr #header {
	background: #FFFFFF;
	padding: 0 10px 0 20px;  /* 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 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #99ccff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	font-size: 12px;
	font-weight: normal;
	color: rgb(52,52,52);
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 250px 0 0;
	font-size: 12px;
	list-style-type: disc;
	font-weight: normal;
	letter-spacing: 1px;
	color: rgb(102,102,102);
} 
.twoColFixRtHdr #mainContentOneCol {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	color: rgb(102,102,102);
	letter-spacing: 1px;
} 
.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 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
}
a:visited {
	color: #3399cc;
}
a:active {
	color: #336699;
}
a:link {
	font-weight: normal;
	font-variant: normal;
}

h1 {
	font-size: 16px;
	margin-top: 12px;
	margin-bottom:12px;
	color: #336699;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	margin-top: 12px;
	margin-bottom:12px;
	color: #336699;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	margin-top: 12px;
	margin-bottom:12px;
	color: #336699;
	font-weight: normal;
	font-style: italic;
}
.image-rounded {
	-moz-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
}
.image-rounded2 {
	-moz-border-radius: 1em 4em 1em 4em;
	border-radius: 1em 4em 1em 4em;
	alignment-adjust: middle;
}
.slide-image {
	-moz-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
	margin-top: 20px;
}

.slide {
	-moz-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
	margin-top: 20px;
	background-color: rgb(51,51,51);
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.slideCaption {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px ;
}

.slideNav {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

.slideData {
	height: 180px;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}


.subHeader {
	color: rgb(102,102,102);
	font-weight: normal;
	line-height:20px;
	letter-spacing:0.1em;
}
li {
	margin-bottom: 1em;
	text-align:justify;	
}

.subButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
	padding: 5px;
	width: 90%;
}

.subButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}

.subButton:active {
	position:relative;
	top:1px;
	color:#ffffff;
}

.subButton:visited {
	text-decoration:none;
	color:#ffffff;
}