*{
	margin: 0;
	padding: 0;
	text-align: left;
	border: none;
}
body{
	background-image: url(/global/images/bg_page.gif);
	background-position: top;
	background-repeat: repeat-y;
	text-align: center;
	background-color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#pagehome{
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	width: 714px;
	background-color: #42393A;
	background-image: url(../images/bg_darkpage.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#page{
	display: block;
	margin-right:auto;
	margin-left:auto;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 714px;
	background-color:#fff;
	background-image: url(/global/images/bg_page2.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#header{
	margin-right: auto;
	margin-left: auto;
	width: 714px;
	height: 111px;
	background-image: url(/global/images/bg_blend.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #ED9B14;
	padding: 0;
}
#nav{
	float: right;
	padding: 77px 1px 7px 0px;
}
#header img{
	padding:0; margin:0;
}
#homeheader{
	margin-right:auto;
	margin-left:auto;
	width: 714px;
	height: 111px;
	background-image: url(../images/bg_blend.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #ED9B14;
}
#flash{
	z-index: 10;
	top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 742px;
	height: 289px;
	text-align: right;
	text-align: center;
}
#footer{
	clear: both;
	margin-top: 10px;
	background-color: #ED9B14;
	width: 714px;
	height: 67px;
	background-image: url(/global/images/bg_footercurve.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#supporters{
	margin-left: auto;
	margin-right: auto;
	width: 714px;
	text-align: center;
	clear: both;
	background-color: #fff;
	height: 75px;
}
#supporters img{
	margin: 12px;
}
#footer img{
	color: #fff;
	float: left;
	margin-right: 30px;
	margin-top: 8px;
}
#footer p{
	color: #fff;
	float: left;
	padding-top: 7px;
	width: 500px;
}
#news{
	float: left;
	margin-left: 10px;
	margin-right: 40px;
	width: 220px;
	margin-bottom: 20px;
}
#news div.newsItem {
	padding-bottom: 8px;
	border-bottom: 1px dashed #fff;
}
#news p {
	color: #fff;
}
#subnav{
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 20px;
	width: 190px;
	background-image: url(/global/images/bg_subnavtop.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #CE0A0A;
}
#innersub{
	margin-top: 30px;
	background-image: url(/global/images/bg_subnavbottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}
#subnav a{
	color: #fff;
}
#subnav a:hover{
	color: #CE0A0A;
	background-color: #fff; 
}
#subnav ul{
	margin-right: 20px;
	margin-left: 0;
	display: block;
}
#subnav li{
	list-style: none;
	padding: 2px;
	margin-left: 20px;
}
#content{
	margin-top: 20px;
	float: left;
	width: 460px;
	padding-bottom: 30px;
}
#contentwide{
	margin-top: 20px;
	float: left;
	width: 714px;
	padding-bottom: 30px;
}
#contentwide table{
	width: 100%;
}
#contentwide tr{
	height: 17px;
}
#contentwide h1{
	margin-left: 14px;
	margin-bottom: 60px;
}
.grey{
	background-color: #ddd;
}
#contenthome{
	float: left;
	width: 400px;
	padding-bottom: 30px;
}
#contenthome p{
	color: #fff;	
}
p{
	margin-top: 8px;
	color: #666;
}
a{
	color: #ED9B14;
	padding: 0;
}
#supporters a{
	background-color: #fff;
}
#supporters a:hover{
	background-color: #fff;
}
a:hover{
	color: #fff;
	background-color: #ED9B14;
	text-decoration: none;
}
blockquote{
	color: #ED9B14;
	font-size: 110%;
}
h1{
	margin-top: 10px;
	margin-bottom: 38px;
	color: #fff;
}
#pagehome h1{
	margin-bottom: 10px;
}
#pagehome h1, #pagehome h2, #pagehome h3, #pagehome h4 {
	color: #fff;
}

h2{
	margin-top: 10px;
	font-size: 130%;
}
h3{
	margin-top: 10px;
	font-size: 110%;
}
h4{
	margin-top: 10px;
	font-size: 100%;
}

hr{
	clear: both;
	padding: 0;
	margin: 0; 
	border-bottom: 1px solid #ccc;
	height: 0px;
	overflow: hidden;
	margin-bottom: 8px;
	margin-top: 8px;
}
input{
	margin-bottom: 8px;
}

.clearAll {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

ul {
	color: #666;
	margin-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style: disc outside;
}
ul ul {list-style: circle outside none;}
ul ul ul {list-style: square outside none;}
ul ul ul ul {list-style: disc outside none;}

ol {
	padding-left: 25px;
	padding-bottom: 15px;
	list-style-type:decimal;
}
ol ol {	list-style-type:lower-alpha; padding-bottom: 0px; }
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:upper-alpha;}

#logos td{
	text-align: center;
	vertical-align: middle;
	padding: 8px;
}
.person{
	margin-bottom: 10px;
}
.person td{
	border-bottom: 1px solid #ddd;
	padding-top: 2px;
	padding-bottom: 2px;
}
