@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image:url(../img/background.gif);
	background-repeat: repeat-x;
	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;
}

p, h1, h2, h3, h4 {	margin: 0; 	padding: 0; }
p { font-size: 0.8em; margin-top: 10px; }
h1 { font-size: 1.4em; margin-top: 12px; color: #03aef0; }
h2 { font-size: 1em; margin-top: 12px; color: #03aef0; }
h3 { font-size: 0.9em; margin-top: 12px; color: #333333; }
h4 { font-size: 0.8em; margin-top: 12px; color: #333333; }

.italic { font-family: "Times New Roman", Times, Georgia, serif; font-style: italic; }
.bullet { font-size: 0.8em; } /* fix bulleting */

.master #container { 
	width: auto;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Header */
.master #header { 
	background: #FFFFFF; 
	margin: 0;
	padding: 0;
} 
.master #header_Mast { /* ie fix */
	margin: 0;
	padding: 0;
/*	padding: 10px 10px 10px 30px; /* IE fix for padding, height: 98px; */
/*	height: 78px; */
}
.master #header_Mast_Logo {
	height: 78px;
	width: 169px;
	margin: 10px 0 10px 30px;
	padding: 0;
	float: left;
}
.master #header_Mast_Logo img {
	border: none;
}
.master #header_Mast_Minorbar {
	width: 600px;
	height: 58px;
	margin: 10px 0 0 360px;
	padding: 0;
	display: none;
}
.master #header_Mast_Minorbar p {
	font: normal 0.7em Arial, Helvetica, sans-serif;
	margin: 0 30px 0 0;
	padding: 10px 0 0 0;
	text-align: right;
}
.master #header_Mast_Minorbar a {
	text-decoration: none;
	color: #0066CC;
}
.master #header_Mast_Minorbar a:hover {
	text-decoration: none;
	color: #0000FF;
	border-bottom: dashed 1px #001EFF;
}

.master #header_MasterMenu { 
	background-image: url(../img/masterMenu/bar_back.gif);
	background-repeat: repeat-x;
	height: 34px;
	margin: 0;
	padding: 0 0 0 20px;
	display: none;
}
/* (End) Header */

.master #header h1 { /*need to edit */
	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 */
}

/* Sidebar1 */
.master #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	display: none;
}
.master #sidebar1_verticalMenu_topRounded {
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
	border-bottom: solid 1px #d3f1fb;	
}
.master #sidebar1_verticalMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.master #sidebar1_verticalMenu li {
	background: #e5f7fd; /* #03aef0 */
	color: #0099CC; /* #FFFFFF */
	font-family: Lucida Sans, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	margin-bottom: 1px;
	border-bottom: solid 1px #d3f1fb;
}
.master #sidebar1_verticalMenu_heading {
	padding: 2px 10px 3px 10px;
	font-weight: bold;
}
.master #sidebar1_verticalMenu_headingSelected {
	padding: 2px 10px 3px 10px;
	font-weight: bold;
	color: #FFFFFF;
	background: #03aef0;
}
.master #sidebar1_verticalMenu_selected {
	padding: 2px 10px 3px 14px; 
	color: #FFFFFF;
	background: #03aef0;
}
.master #sidebar1_verticalMenu a {
	background: #e5f7fd;
	color: #0099CC;
	display: block;
	width: 126px; /* Hack for IE5 s/be 150px */
	padding: 2px 10px 3px 14px; 
	text-decoration: none;
}
.master #sidebar1_verticalMenu a:hover {
	background: #edf9fe;
	color: #0000FF;
	display: block;
	text-decoration: none;
}
.master #sidebar1_verticalMenu_bottomRounded {
	margin: 0;
	padding: 0;
}
/*
.master #sidebar1_verticalMenu ul {
	font: .8em #999999 Arial, Helvetica, sans-serif;
	list-style: none;
	margin-left: 10px;
	display: block;
}

.master #sidebar1_verticalMenu a {
	text-decoration: none;
}

.master #sidebar1_verticalMenu a:hover {
	text-decoration: none;
	background: #00FFCC;
}
*/
/* (End) Sidebar1 */


.master #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #FFFFFF; /* redundant - the background color will be displayed for the length of the content in the column, but no further */
	padding: 55px 10px 10px 10px; /* 15px 10px padding keeps the content of the div away from the edges */
	display: none;
}

.master #sidebar2 img { 
	border: none;  
	margin: 0; 
	padding: 10px 0 0 0; 
}

/* contentTools */
.master #mainTools { 
	margin: 20px 200px 0 180px;
	padding: 0 10px 10px 0;
	text-align: right;
	background: #FFFFFF; /* redundant */
	display: none;
}
.master #mainTools p { 
	margin: 0;
	font-size: 0.7em;
	color: #999999;
}
/* (End) contentTools 


/* mainContent */
.master #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. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px 60px 10px; /*hack for IE5 */ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF; /* redundant */
} 
.master #mainContent a {
 	text-decoration: none;
	border-bottom: dashed 1px #0066CC;
	color: #0066CC;
	font-size: 12px;
}
.master #mainContent a:hover {
	text-decoration: none;
	border-bottom: solid 1px #001EFF;
}
.master #mainContent ul {
	margin: 10px 0 0 0;
}
.master #mainContent li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style: none;
}
/* (End) mainContent */



/* Footer */
.master #footer { 
	width: auto;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
	border-top: dashed 1px #999999;
	text-align: left;
} 
.master #footer p {
	margin: 0;
	padding-top: 10px;
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #333333;
}
.master #footer a {
	text-decoration: none;
	border-bottom: dashed 1px #0066CC;
	color: #0066CC;
}
.master #footer a:hover {
	text-decoration: none;
	border-bottom: solid 1px #001EFF;
}
/* (End) Footer */


.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: 0; /* margin-right: 8px; */
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0; /* 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;
}
.noPrint {
	display: none;
}