@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img/int_bk.gif);
	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: #000000;
}
.peds_tre #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.peds_tre A:link {
	color: #00425A;
	text-decoration: none;
}
.peds_tre A:visited {
	color: #00435A;
	text-decoration: none;
}
.peds_tre A:hover {
	color: #569BBD;
	text-decoration: none;
}
.peds_tre A:active {
	color: #00425A;
	text-decoration: none;
}

.peds_tre h5 A:link {
	color: #00425A;
	text-decoration: none;
}
.peds_tre h5 A:visited {
	color: #00425A;
	text-decoration: none;
}
.peds_tre h5 A:hover {
	color: #569BBD;
	text-decoration: none;
}
.peds_tre h5 A:active {
	color: #00425A;
	text-decoration: none;
}
.peds_tre h6 A:link {
	color: #F15D22;
	text-decoration: none;
}
.peds_tre h6 A:visited {
	color: #F15D22;
	text-decoration: none;
}
.peds_tre h6 A:hover {
	color: #333;
	text-decoration: none;
}
.peds_tre h6 A:active {
	color: #F15D22;
	text-decoration: none;
}
.footer_uni A:link {
	color: #569BBD;
	text-decoration: none;
}
.footer_uni A:visited {
	color: #9D9FA2;
	text-decoration: none;
}
.footer_uni A:hover {
	color: #F38F1D;
	text-decoration: none;
}
.footer_uni A:active {
	color: #569BBD;
	text-decoration: none;
}

.peds_tre #header { 
	height: 100px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */

} 
.peds_tre #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding: 2px 0;
	color: #006699;
}

.peds_tre #header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #006699;
}

.peds_tre #sidebar1 {
	position: absolute;
	top: 94px;
	left: 0;
	width: 190px; /* 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: #EDF0D0;
	display: none; 
}

.peds_tre #sidebar12 {
	width: 190px; /* 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: #6D3275; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px;
	display: none;
}

.peds_tre #sidebar2 {
	position: absolute;
	top: 95px;
	right: 0;
	width: 225px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px 0;
	display: none;
}
.peds_tre #mainContent { 
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 3px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.peds_tre #footer { 
	margin: 0;
	padding: 0;
	background:#FFF; 
} 

.peds_tre #add_block { 
	margin: 0px 0px 0px 0px;
	border: 1px solid #00425A;
	color: #00425A;
	background:#D6DFBB; 	
} 

.peds_tre #navbox {
	margin: 0px 0; 
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background:#569BBD;
	width: 545px;	
}

.peds_tre #subnavbox {
	margin: 5px 0; 
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border-top: 3px solid #569BBD;	
	color: #00425A;
	background:#DCF1F7;
	width: 545px;	
}

.peds_tre #bodybox {
	margin: 5px 0; 
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background:#FFFBDD;
	border-top: 3px solid #FFE384;
	width: 545px;	
}
.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;
}

.peds_tre h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	width: 530px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 15px;
	color: #FFF;
}

.peds_tre h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	width: 515px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 5px 15px;
	color: #00425A;
}

.peds_tre h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	width: 515px;
	margin: 0px 0px 0px 15px;
	padding: 0px 5px 10px 0px;
	color: #333;
}

.peds_tre h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;	
	font-weight: bold;
	width: 515px;
	margin: 0;
	padding: 0px 0px 5px 15px;
	color: #00425A;
}

.peds_tre h6{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	width: 515px;
	margin: 0px 3px 10px 15px;
	padding: 0px 0px 10px 0px;
	color: #F15D22;
	text-transform: uppercase;
}

.peds_tre #navbox p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;	
	font-weight: bold;
	width: 515px;
	margin: 0;
	padding: 0px 10px 7px 15px;
	color: #FFF;
}

.peds_tre #bodybox p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	width: 515px;
	margin: 0;
	padding: 0px 10px 7px 15px;
	color: #333;
}

.footer_uni {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	margin: 5px 3px 5px 10px;
	padding: 2px 5px 2px 10px;
	color: #00425A;
}
.mice_type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 5px 10px 0px 22px;
	color: #006496;
}


