@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	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;
}
h1 {
	font-size:1.25em;
	color:#CC3333;
}
td {
	font-size:.75em;
	line-height:1.5em;
	font-weight:normal;
	color:#333333;
}
th {
	font-size:1em;
	color:#CC3333;
}
p {
	font-size:.75em;
	line-height:1.5em;
	font-weight:normal;
	text-align:justify;
}
hr {
	color:#060;
	width:275px;
}
ul {
	font-size:.75em;
	line-height:1.5em;
	font-weight:normal;
	color:#333333;
	text-align:justify;
	margin-right: 38px;
}
a {
	color:#669933;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	/*color:#669933;*/
	text-decoration:underline;
	font-weight:bold;
}

/* Container ID */
#container { 
	width: 1020px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; 
} 

/* Hearder IDs */
#header { 
	background: #FFFFFF; 
	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. */
	height:215px;
} 
#headerLeft {
	width:432px;
	height:165px;
	float:left;
}
#headerRight {
	background-image:url(../images/bg_sharing_diversity_news.gif);
	width:587px;
	height:165px;
	float:right;
}
#menu {
	width:944px;
	height:35px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

/* Footer IDs */
#footer { 
	padding: 0 10px; 
	background: #333333;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	color:#FFFFFF;
	text-align:center;
	font-size:.6em;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* 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 */
	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;
}
.right {text-align:right;}
.justify {text-align:justify;}
.newsForm{ margin-top:112px; margin-left:220px;}
.button {
    border: 3px solid  #333333;
    background:  #333333;
	color:#FFFFFF
}
.gray {color:#333333;}
.red {color:#CC3333;}
.none{width:134.5px;}