body, HTML {
	margin: 0px;
	height: 100%;
	background-image: url(../images/background_ems.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#e5e5e5;
}
#frame {
	
	width: 912px;
	background-image: url(../images/background_frame.png);
	background-repeat: repeat-y;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	min-height: 100%;
	
	}
	
#topheader {
	height: 44px;
	background-image: url(../images/background_headergradient.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	position:relative;
}

#date {
	position:absolute;
	right: 20px;
	text-align: right;
	top:20px;
	color:#999999;
	font-size: 10px;
}

#headerimage {
	height: 161px;
	background-image: url(../images/header_main.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#maincontent {
	background-image: url(../images/background_headergradient2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position:relative;
}
	
form {
	margin: 0px;
	padding: 0px;
}

#nav {
	padding-top:20px;
	padding-left: 30px;
	float:left;
}	

#content {
	width: 658px;
	float:left;
	padding-top:20px;
	padding-left: 20px;
}	
	
	
#footer {
	width: 850px;
	border-top: dotted #999999 1px;
margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-top: 5px;
	font-size: 10px;
	text-align:right;
	color:#999999;
}	


#footer a {
	color:#999999;
	
}		
/*Sets line-height of all menuitems*/
#navPage {
	/*/*/line-height: 14px; /* */
	font-size: 11px;
	width: 175px;
}




/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#navPage div div {
	margin: 0 0 0 10px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#navPage div a {
	color: #333333;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#navPage div a {
	/*/*/padding: 1px 0 1px 8px;
	display: block;
	background-color: #fff;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-decoration: none;
	margin-top: 3px;
	
/* */
}
#navPage div a:visited {
	color: #333333;
}
#navPage div a:hover {
	color: #333333;
	background-color: #cccccc;
}

/*The Link style for second-level menuitems*/
#navPage div div a {
	background-color: #a3bad8;
	margin-top: 0px;
	border-bottom: 1px solid #fff;
	border-top: none;
	
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#navPage div div div {
	margin: 0 0 0 10px;
}
#navPage div div div a {
	background-color: #cfd6e4;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_plus.gif);
	background-position: 6px 50%;
	padding: 4px 0 4px 25px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_minus.gif);
	background-position: 6px 50%;
	padding: 4px 0 4px 25px !important;
}
.p7defmark {
	background-image:  none;
	padding: 4px 0 4px 25px !important;
}
.p7currentmark {
	color: #333 !important;
	padding: 4px 0 4px 25px !important;
	background-color: #cfd6e4 !important;
}



#breadcrumbs {
	font-size: 11px;
	color:#999999;
	padding: 5px 0px 10px 0px;
}
#breadcrumbs a {
	color:#999999;
	
}


#contentright {
	float:right;
	width: 200px;
	margin-top: 20px;
	margin-right: 10px;
	background-color:#eeeeee;
	padding: 20px;
}



.pressblock {
	background-image: url(../images/background_press.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 620px;
	padding: 15px;
}

#presssidebar {
	border: 1px dotted #999999;
	padding: 8px;
	width: 159px;
}

#presssidebar H2 {
	font-size:14px;
	background:none;
	color:#1d5fa0;
	font-weight:100;
	padding:0px;
}

#presssidebar H3 {
	font-size:12px;
	background:none;
	color:#333333;
	font-weight:bold;
	background:none;
	padding:0px;
}

#presssidebar p {
	font-size:11px;
	
}