/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, ul {
	margin: 0;
	border: 0 none #ffffff;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
/* Zero default margin & padding around common elements */

td img {
	display: block;
}

body {
	padding: 0px;
	margin: 0px;
	background: #e5e5e5 url(../images/bodybg.gif); 
	background-repeat: repeat-x;  
	line-height: 100%;
	color: black;
	min-width: 935px;
}

#content {
	margin-right: auto;
	margin-left: auto;
	width: 935px;
	text-align: left;
	background: #ffffff;
}

#topnav {
	width: 935px;
	height: 158px;
	background: #ffffff url(../images/topnav.jpg);
	background-repeat: no-repeat; 
}

.top_banner_ad {
	margin-left: 313px;
	margin-top: 35px;
}

.footer_banner_ad {
	margin-top: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #000000; 
	font-weight: normal;
}

.bold_txt {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #000000; 
	font-weight: bold;
}

A:link { 
	color: #000000;
	text-decoration: none;
} 
A:active { 
	color: #000000;
	text-decoration: none;
}
A:visited { 
	color: #000000;
	text-decoration: none;
} 
A:hover { 
	font-weight: regular;
	color: #2d4585;
}	

li.block {
	list-style-image : url(../images/gray_block.gif);
}

li.block_spacer {
	list-style-image : url(../images/gray_block.gif);
	margin-bottom: 6px;
}
		
h1.paradigm_header {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 19px; 
	color: #2d4585;  
	font-weight: bold;
	background-color: transparent;
}

h1.paradigm_subheader {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 17px; 
	color: #2d4585;   
	font-weight: bold;
}

h1.paradigm_subheader_black {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 17px; 
	color: #000000;   
	font-weight: bold;
}

p.paradigm_sub_subheader {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	font-weight: bold;
}
	
#small_type {

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: normal;
}

#content_left {
	float: left;
	padding-top: 7px;
	margin-left: 25px;
	margin-right: 0px;
	width: 645px;
	background: #ffffff;
	text-align: left;
	font: 14px;
	color: #000000;
}
	
#content_right {
	float: right;
	width: 184px;
	padding-top: 7px;
	margin-left: 0px;
    margin-right: 26px;
	text-align: center;
	background: #ffffff;
	font: 14px ;
	color: #000000;
}
	
#content_footer {
	margin-right: auto;
	margin-left: auto;
	width: 935px;
	height: 30px;
	text-align: left;
	background: #ffffff;
}	
		
.clearing_div {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}

#navigation {
	margin-right: auto;
	margin-left: auto;
	width: 935px;
	background: #ffffff;
}
	
#sub_navigation {
	margin-right: auto;
	margin-left: auto;
	width: 935px;
	height: 27px;
	background: #ffffff;
}

#sub_navigation_container {
	padding-top: 5px;
	width: 935px;
	height: 16px;
	background: #ffffff;
}

#spacer {
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	width: 935px;
	height: 10px;
	text-align: left;
}

#spacer2 {
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	height: 3px;
	text-align: left;
}
	
#footer_div {
	clear: both;
	top: 0px;
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font: 14px Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #333;
}	

/* Text Expand */

img {
	border: 0;
	border-collapse: collapse;
}

.trigger {
	cursor: pointer;
}		

.trigger: hover {
	cursor: pointer;
	background: #ffffff;
}		

.expanded {
	background: #ffffff;
	cursor: pointer;
}

.expanded: hover {
	background: #ffffff;
	cursor: pointer;
}

.show {
     position: static;
     display: table;
}

.hide {
	position: absolute;
	left: -999em;
	height: 1px;
	width: 100px;
	overflow: hidden;
}

h3 {
	font: Arial, Helvetica, sans-serif;
}

/* Text Expand */

/* CSS2 Dropdowns */

#webnav_header {
	height: 26px;
	background: #ffffff; 
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 20px;
}

#webnav, #webnav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #000000;
	padding: 0;
	margin: 0;
}

#webnav a {
	display: block;
	padding: 4px 4px;
	color: #000000;	
	background-color: #ffffff;
	text-decoration: none;
}

#webnav a.drop_down {
	text-align: left;
	font-size: 1em;
}

#webnav li {
	float: left;
	padding: 0;
}

#webnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px; 
	font-weight: normal;
	border: 1px solid #999;
	margin: 0;
}

#webnav li li {
	padding: 0;
	width: 140px; 
}

#webnav li ul a {
	padding: 5px 10px;
	width: 120px;
	* html width: 100px;
}

#webnav li:hover ul ul, #webnav li:hover ul ul ul, #webnav li.sfhover1 ul ul, #webnav li.sfhover1 ul ul ul {
	left: -999em;
}

#webnav li:hover ul, #webnav li li:hover ul, #webnav li li li:hover ul, #webnav li.sfhover1 ul, #webnav li li.sfhover1 ul, #webnav li li li.sfhover1 ul {
	left: auto;
}

#webnav li:hover a.drop_down, #webnav li.sfhover1 a.drop_down {
	color: #ffffff;
	background-color: #2d4585;
}

#webnav li a.language_link {
	color: #2d4585;
	background-color: #ffffff;
}

#webnav li:hover a.language_link {
	color: #ffffff;
	background-color: #2d4585;
}


#webnav li ul.under a {
	color: #000000;
	background-color: #ffffff;
}

#webnav li ul.under a:hover {
	background: #2d4585;
	color: #ffffff;
}

/* This controls the flyout location of the second level dropdowns */

#webnav li ul ul {
	margin: -2em 0 0 140px;
}
#webnav li:hover ul ul, #webnav li:hover ul ul ul, #webnav li.sfhover ul ul, #webnav li.sfhover ul ul ul {
	left: -999em;
}
#webnav li:hover ul, #webnav li li:hover ul, #webnav li li li:hover ul, #webnav li.sfhover ul, #webnav li li.sfhover ul, #webnav li li li.sfhover ul {
	left: auto;
}

#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #ffffff;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #ffffff;
	background-color: #f00;
}

/* This controls the flyout location of the second level dropdowns */

/* These are for side link boxes contained within #content_right div */

#content_right h3 { 

	width: 168px; 
	padding: 5px 10px 5px 12px; 
	margin: 0; 
	background-color: #2d4585; 
	font-size: 12px; 
	line-height: 13px; 
	color: #ffffff; 
	text-align: left;
	border-bottom: 4px solid #ffffff; 
	font-family: Arial, Helvetica, sans-serif;  
	
}

#content_right h2 { 

	width: 168px; 
	padding: 5px 10px 5px 12px; 
	margin-bottom: 10px; 
	background-color: #dddddd; 
	font-size: 12px; 
	line-height: 13px; 
	color: #000000; 
	text-align: left;
	border-bottom: 4px solid #ffffff; 
	font-family: Arial, Helvetica, sans-serif;  
	
}	

/* These are for side link boxes contained within #content_right div */

