body {
	margin: 0 auto;
	width: 960px;
	font-family: arial;
	font-size: 11px;
	background-color: #FFFFFF;
}
/*p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-after:2;
  -webkit-hyphenate-limit-before:3;
-webkit-hyphenate-limit-lines: 2;
}*/

img {
	behavior: url("./pngbehavior.htc");
}

a img { 
	border: none; 
} 

/* HEADER */
.header-columns {
	height: 96px;	
}
	
#banner {
	height: 96px;
	color: #FFFFFF;
	margin-top: 10px;
}

#header-middle {
	width: 958px;
	margin-left: 0px;
	position: absolute;
	background-color: #3980C5;
	background-image: none;
	background-repeat: no-repeat;
	height: 110px;
	margin-bottom: 0px;
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #205D95),
	color-stop(1, #3F86C8)
);
	background-image: -o-linear-gradient(top, #3F86C8 0%, #205D95 100%);
	background-image: -moz-linear-gradient(top, #3F86C8 0%, #205D95 100%);
	background-image: -webkit-linear-gradient(top, #3F86C8 0%, #205D95 100%);
	background-image: -ms-linear-gradient(top, #3F86C8 0%, #205D95 100%);
	background-image: linear-gradient(to top, #3F86C8 0%, #205D95 100%);
	padding: 0.5em;
	margin-top: 0em;
	-webkit-border-top-right-radius: 12px;
-webkit-border-top-left-radius: 12px;
-moz-border-radius-topright: 12px;
-moz-border-radius-topright: 12px;
border-top-right-radius: 12px;
border-top-left-radius: 12px;
}

#header-middle h1 {
	position: absolute;
	top: 5px;
	left: 290px;
	font-size: 3em;
}
.language1 {
	float: right;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
	color: #c2d3e4;
	width: 22px;
	height: 15px;
	margin-right: 40px;
	
}
.language2 {
	float: right;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
	color: white;
	width: 22px;
	height: 15px;
	margin-right: 40px;
	
}
#logo {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 12px;
	width: 271px;
}
#languages {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

/* Global */
#global {
	padding-top: 40px;
	padding-bottom: 15px;
	position: relative;
	float: left;
	width: 960px;

}
#footerheading {
	width: 100%;
}
#footerleftcolumn {
	float: left;
	width:472px;
}


#mainContent {
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border: 3px solid #004C98;
	box-shadow: 3px 5px 10px #888888;
	color: #004c98;
	width: 380px;
	height:auto;
	font-size: 1.05em;
	text-align: left;	
}

.red {
color: red;

}
.sidebar-button {
	float: left;
	width: 275px;
}

.sidebar-button ul {
	list-style: none;
	padding: 0px;
	margin:0px;
}

.sidebar-button ul.menu-right {
	float: right;
}

.sidebar-button li {
	background: url("../img/button.gif") repeat-y;
	height: 38px;
	width: 250px;
	display: block;
	margin-bottom: 12px;
	-moz-box-shadow: 2px 3px 8px #888;
	-webkit-box-shadow: 2px 3px 8px #888;
	box-shadow: 2px 3px 8px #888;
}
#footerrightcolumn {
	float: right;
	width: 472px;
}


.sidebar-button ul.menu-right li {
	-moz-box-shadow: -2px 3px 8px #888888;
	-webkit-box-shadow: -2px 3px 8px #888888;
	box-shadow: -2px 3px 8px #888888;
}

.sidebar-button li a {
	text-decoration: none;
	cursor: pointer;
	display: block;
	height: 38px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: right;
	font-size: 1.3em;
	color: #fff;
}

.sidebar-button ul.menu-right li {
	float:right;
}

.sidebar-button ul.menu-right li a {
	padding-left: 10px;
	text-align: left;
}

.sidebar-button li.new {
	background: url("../img/button-new.gif") repeat-y;
}

.sidebar-button li.new a {
	color: #004c98;
}

.sidebar-button li.obsolete {
	background: url("../img/button-obsolete.gif") repeat-y;
}
.sidebar-button li.obsolete2 {
	background: url("../img/button-obsolete2.gif") repeat-y;
	width: 172px;
}
.sidebar-button li.spanish {
	background: url("../img/button-2.gif") repeat-y;
	width: 172px;
}

.sidebar-button li.obsolete a {
	color: #004c98;	
}
.sidebar-button li.obsolete2 a {
	color: #004c98;
}
.sidebar-button span.new-label {
	float: left;
	color: red;
	padding-left: 10px;
	padding-top: 2px;
}

.sidebar-button span.obsolete-label {
	float: right;
	color: grey;
	padding-top: 2px;
	
}
.sidebar-button span.obsolete2-label {
	float: left;
	color: #c7d6e6;
	padding-left: 10px;
	padding-top: 2px;
	
}

.sidebar-button li.break {
    clear: both;
    height: 0;
    line-height: 0px;
    margin: 0;
    font-size:1px;    
}

.sidebar-button ul.sub-menu {
	
}


/* Footer */





#footer-middle {
	height: auto;
	width: 958px;
	margin-left: 0px;
	position: absolute;
	color: #FFFFFF;
	text-align: left;
	font-size: 1.2em;
	background-color: #3980C5;
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #205D95),
	color-stop(1, #3F86C8)
);
	background-image: -o-linear-gradient(top, #205D95 0%, #3F86C8 100%);
	background-image: -moz-linear-gradient(top, #205D95 0%, #3F86C8 100%);
	background-image: -webkit-linear-gradient(top, #205D95 0%, #3F86C8 100%);
	background-image: -ms-linear-gradient(top, #205D95 0%, #3F86C8 100%);
	background-image: linear-gradient(to top, #205D95 0%, #3F86C8 100%);
	padding: 0.5em;
	margin-top: 1em;
	-webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-bottomright: 12px;
-moz-border-radius-bottomleft: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
}

#footer-middle p {margin-bottom: 0.4em; margin-top: 0em;}

.center {
text-align: center;
font-size: 1.2em;
}

.link {
color: #FFFFFF;

}

/* Common */
.cb {
	clear: both;
}

.fright {
	float: right;
}

.pb30 {
	padding-bottom: 30px;
}
#footer-middle h3 {
	webkit-margin-after: 0em;
	margin-bottom: 0em;
	text-align: left;
	font-size: 1.1em;
}
#footer-middle h2 {
	webkit-margin-after: 0em;
	margin-bottom: 0em;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
 
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
 
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
 
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}
#banner #header-middle #languages p a:visited {
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
 
sup {
  /* Move the superscripted text up */
  top: -0.5em;
}
 
sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}#banner #header-middle #languages p a {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
#newsbanner {
	background: rgb(241,231,103); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,231,103,1)), color-stop(100%,rgba(254,182,69,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;

-webkit-box-shadow: -18px 16px 20px -11px rgba(140,136,140,1);
-moz-box-shadow: -18px 16px 20px -11px rgba(140,136,140,1);
box-shadow: -18px 16px 20px -11px rgba(140,136,140,1);


	font-size: 150%;
width: 100%;
	color: #009;
	background-color: #FC3;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 155%;
	font-variant: normal;
	text-align: center;
	font-weight: normal;
	padding: 5px;
	background-position: bottom;
}

#newsbanner strong {  color: Red;}

#newsbanner a:link {
	font-weight: bold;
	color: #03F;
	text-decoration: none;
}
#newsbanner a:visited {
	font-weight: bold;
	color: #006;
	text-decoration: none;
}
#newsbanner a:active {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#newsbanner a:hover {
	font-weight: bold;
	color: #FF0;
	text-decoration: underline overline;
}
