@charset "utf-8";
body {
	font: 76% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #003399;
	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: #333333;
}
p {
	font-size: 1.2em;
	text-align:left;
}
ul {

font-size: 1.2em;
}
.italic {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
.bolditalic {
	font-style:italic;
	font-weight:bold;
}
h1, h2, h3, h4 {
	font-family: "Palatino linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
	color: #003399;
	font-style: normal;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
.headfoot {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #333333;
}
.headfoot a {
	text-decoration: none;
	color: #003399;
}
.headfoot a:hover {
	text-decoration: underline;
	color: #003399;
}
.picturexright {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.picturextraright {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.picturexleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.picturexcenter {
	margin: 5px auto 5px auto;
}
.space {
	height: 15px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
}
.noshow {
	display: none;
}
a {
	color:#09c;
	font-size:1em;
	text-decoration:none;
	font-family:verdana, geneva, arial, helvetica, sans-serif;
}
a:link {
	color:#09c;
}
a:visited {
	color:#09c;
}
a:hover {
	text-decoration:underline;
}
.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 15px auto 15px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #header {
	/* background: #DDDDDD;*/ 
	padding: 0px;  /* 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. */
	margin:0px;
	border: 0px;
	height: 200px;
}
.twoColFixRtHdr #header img {
	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 */
}

/* navigation */

.twoColFixRtHdr #navbar {
	background: #003399;
	/*font-family: "Trebuchet MS", Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight:500;
	float: left;
	width: 100%;
	background-image:url(../images08/bg_maina.jpg);
	background-repeat:no-repeat;
	/*height: 40px;*/
	line-height:normal;
	/*margin-top: -2px;*/
		background-image:url(../images08/bg_main.jpg);
	width: 98%;
	border: 0px;
	padding: 10px 10px 0px 10px;  /* 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. */
}
/* begin css tabs */
.twoColFixRtHdr #navbar a{
	font-family: "Trebuchet MS", Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
		font-weight:500;
display:block;
  background:url(../images08/nav_left_off.jpg) no-repeat left top;
    padding:5px 15px;

}
ul#tabnav { /* general settings */
/*text-align: left; /* set to left, right or center */
margin: 0; /* set margins as desired */
/*font: bold 1em verdana, arial, sans-serif; /* set font as desired */
/*border-bottom: 1px solid #333; /* set border COLOR as desired */
list-style: none;
padding: 0; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
/*display: inline;*/
float:left;
    margin:0;
    padding:0;
background:url(../images08/nav_right_off.jpg) no-repeat right top;
	

}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4,  body#tab5 li.tab5,  body#tab6 li.tab6, body#tab7 li.tab7, { /* settings for selected tab */
/*border-bottom: 1px solid #fffae8; /* set border color to page background color */
/*background-color: #fffae7; /* set background color to match above border color */
background-image:url(../images08/nav_right_on.jpg);
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a, body#tab8 li.tab8 a, body#tab9 li.tab9 a { /* settings for selected tab link */
/*background-color: #fffae8; /* set selected tab background color as desired */
/*color: #333399; /* set selected tab link color as desired */

/*position: relative;
top: 1px;

padding-top: 4px; /* must change with respect to padding (X) above and below */
background-image:url(../images08/nav_left_on.jpg);
font-weight:700;
text-transform:uppercase;

}

ul#tabnav li a { /* settings for all tab links */
float:left;
    margin:0;
    padding:0;
background:url(../images08/nav_right_off.jpg) no-repeat right top;
color:#003399;
	
/*padding: 4px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
/*border: 1px solid #666; /* set border COLOR as desired; usually matches border color specified in #tabnav */
/*background-color: #ca8800; /* set unselected tab background color as desired */
/*color: #333399; /* set unselected tab link color as desired */
/*margin-right: 0px; /* set additional spacing between tabs as desired */
/*text-decoration: none;
border-bottom: none;*/

}

ul#tabnav a:hover { /* settings for hover effect */
/*background: #333399; /* set desired hover color 
color: #006600;*/
}

/* end css tabs */

.twoColFixRtHdr #main {
	background-image:url(../images08/bg_main.jpg);
	padding: 0px;
	margin: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* 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: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 20px;
	margin: 0px;
}
.twoColFixRtHdr #mainContent {
	margin: 0px 340px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #CCCCCC;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#006600;
	background-image:url(../images08/bg_footer.jpg);
	height: 100px;
}
.twoColFixRtHdr #footer p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

