body  {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background: #ffffff;
	margin: 40; /* 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;
}
#container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
} 
 #header {
	background-image: url(../images/header_bg1.gif);
	background-repeat: repeat-x;
	padding:0;
	background-color: #36699B;
	height: 85px;
} 
#header h1 {
	margin: 0;
}
#header h1 a {
	display:block;
	width:929px;
	height:74px;
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: url(../images/header1.gif) no-repeat;
	text-indent: -9000px; /* hides the text in an SEO friendly way */
}
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqRtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#sidebar {
	float: right;
	margin: 0px;
	padding: 0px;
	
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent {
	background-image: url(../images/bg.gif);
	margin-top: 0;
	margin-right: 0%;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 80px;
	padding-top: 30px;
	padding-bottom:50px;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:0.9em;
	min-height:390px;
	_height:390px;
} 
#mainContent p {
	line-height: 1.75em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	color: #666666;
	padding-right: 20px;
	padding-left: 0;
}
#mainContent ol {
	margin:0 0 20px 0;
	padding: 0 0 0 20px;
}
#mainContent ul {
	margin:0 0 20px 0;
	padding: 0 0 0 20px;
	list-style-type:circle;
}
#mainContent li {
	line-height: 1.75em;
	color: #666666;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
#mainContent a {
	font-weight: bold;
	color: #4071A2;
}
#mainContent a:hover {
	color: #999966;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #999966;
}
#mainContent h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0 0 20px -35px;
	letter-spacing: 0.1em;
	font-size: 20px;
	color: #4E4E4E;
}
#mainContent h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0 0 20px -35px;
	letter-spacing: 0.1em;
	font-size: medium;
	color: #4071A2;
	text-decoration: underline;
}
#mainContent h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0;
	letter-spacing: 0.1em;
	font-size: small;
	color: #666666;
}
/* Miscellaneous classes for reuse */
.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. The floated element must precede the element it should be next to on the 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;
}
#mainContent .arrow {
	list-style-type:none;
	padding: 0;
}
#mainContent .arrow li {
	padding-left: 18px;
	background: url(../images/arrow.gif) 0 5px no-repeat;
}
#mainContent table td {padding:0 30px 30px 30px;}
/********MENU WRAPPER**********/

#menubar  {
	background-image: url(../images/nav_bg1.gif);
	padding-left: 40px;
	background-repeat: repeat-x;
	height: auto;
	font-weight: normal;
	background-color: #999999;

}

#menubar br {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0.2px;
}


/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 04 - Carbon
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMh04 {
	width: auto;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: inherit;
	background-image: url(../images/nav_bg1.gif);
	background-repeat: repeat-x;
	text-align: left;
	line-height: normal;
	background-color: #999999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;
}
/*Hide Sub-Menu in Design View*/
.p7PMMh04 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMh04 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh04 li {
	list-style-type: none;
	float: left;
	width: 120px;
}
/* Hide from IE5 Mac \*/
.p7PMMh04 li {
	width: auto;
}
/*Top Level Links*/
.p7PMMh04 a {
	display: block;
	text-decoration: none;
	color: #333333 !important;
	text-align: left;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 7px;
	padding-left: 12px;
	border-right-width: 0.2px;
	border-left-width: 0.25px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.p7PMMh04 a:hover {
	color: #000 !important;
	background-color: #DFDFDF;
	background-image: url(../images/nav_on_bg.gif);
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh04 ul a.pmmfirst {
}
.p7PMMh04 ul a.pmmlast {
}
.p7PMMh04 ul li.pmmfirst {
}
.p7PMMh04 ul li.pmmlast {
}
/*First Sub Level*/
.p7PMMh04 ul ul {
	z-index: 10000;
	background-color: #999;
	width: 200px;
	background-image: url(../images/nav_bg1.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.p7PMMh04 ul ul li {
	float: none;
	background-image: url(../images/nav_bg1.gif);
}
.p7PMMh04 ul ul a {
	padding: 4px 12px;
	color: #000 !important;
	border-right: 0;
	background-image: none;
	text-align: left;
	overflow: hidden;
}
.p7PMMh04 ul ul a:hover {
	background-color: #424242 !important;
	color: #666666 !important;
	background-image: url(../images/nav_on_bg.gif);
}
/*Third Level (Flyouts in horizontal menu)*/
.p7PMMh04 ul ul ul {
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #E0E0E0;
}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMh04 img {
	border: 0;
}
.p7PMMh04 .p7PMM_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}
/*
TRIGGERS and CUURENT MARK RULES
The Closed state relates to trigger items when their child menus are not showing
The Open state relates to trigger items when their child menus are showing
Selectors appended with _left Automatically change arrow position and orientation
if sub levels are set to fly out to the left
*/

/*Sub Level*/
.p7PMMh04 ul a.trig_closed, .p7PMMh04 ul a.trig_closed_left {
	background-image: url(img/pmm_south_medium.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh04 ul a.trig_closed_up {
	background-image: url(img/pmm_north_medium.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh04 ul a.trig_open, .p7PMMh04 ul a.trig_open_up {
	color: #000 !important;
	background-color: #DFDFDF !important;
	background-image: url(../images/nav_on_bg.gif);
}

.p7PMMh04 ul ul a.trig_closed {
	background-image: url(img/pmm_east_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh04 ul ul a.trig_closed_left {
	background-image: url(img/pmm_west_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMh04 ul ul a.trig_open {
	color: #FFF !important;
	background-color: #424242 !important;
}
/*The Current Marker (You are here) links*/
.p7PMMh04 .current_mark {
	font-weight: normal;
	color: #333333 !important;
	background-image: url(../images/nav_on_bg.gif);
	background-repeat: repeat-x;
}
.p7PMMh04 ul ul .current_mark {
	color: #FFF !important;
}

/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/********HEADINGS*******/
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0 0 20px 0;
	letter-spacing: 0.1em;
	font-size: medium;
	color: #666666;
}
h1, h2, h3, h4 {
	line-height: normal;
	letter-spacing: 0.1em;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}
h2 {
	margin: 0 0 20px 0;
	font-size: 1.25em;
	
}
h3 {
	margin: 0;
	font-size: 1.2em;
}
p#footer {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:0.8em;
	margin-top: -25px;
	margin-left: 80px;
	color:#666;
}
