@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFB52C;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
.jrtiMain #container {
	width: 46em;  
	background: #13387B;
	margin: 0 auto; 
	border: 1px solid #FFB52C;
	text-align: left; 
} 
.jrtiMain #header {
	background: #8FAADC;
	padding: 0 10px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #FFB52C;
	border-right-color: #FFB52C;
	border-bottom-color: #FFB52C;
	border-left-color: #FFB52C;
} 
.jrtiMain #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.jrtiMain #sidebar1 {
	float: left;
	width: 12em;
	padding: 15px 0;
	border-top-color: #FFB52C;
	border-right-color: #FFB52C;
	border-bottom-color: #FFB52C;
	border-left-color: #FFB52C;
	background-color: #13387B;
}
.jrtiMain #sidebar1 h3, .jrtiMain #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}
.jrtiMain #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #13387B;
	border-top-color: #FFB52C;
	border-right-color: #FFB52C;
	border-bottom-color: #FFB52C;
	border-left-color: #FFB52C;
	border-left-width: medium;
	border-left-style: ridge;
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0;
	margin-left: 13em;
	padding-left: .25em;
} 

.jrtiMain #footer { 
	padding: 0 10px; 
	background:#8FAADC;
} 
.jrtiMain #footer p {
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 10px;
	font-variant: small-caps;
}
.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;
}

