html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: url(../images/bg.gif)  0 0;
	
}

body {
	top:0;
	height: 100%;
	width:780px;	
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family: arial;
	font-size:12px;	
}

p {
	margin: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0em;
	line-height: 1.3em;
}

a:link{ color: #E57025; }

a:visited{ color: #6A0000; }

a:hover, a:focus{ color: #fff; background-color:#E57025;	text-decoration:none; }

a:active{ color: #E57025; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #5E5E5E; }

h1{ font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

#container {
	display:block;
	position: relative;
	width:100%;
	background: url(../images/bg.jpg) repeat-y center top;	
	padding:0 0 0 0;
	z-index:1;
	min-height:100%;
	margin:0;
}

#shape{
	display:block;
	position:absolute;
	left:96px;
	bottom:73px;
	width:78px;
	height:189px;
	background: url(../images/shape.gif) no-repeat 0 0;
}

#header{
	width:100%;
	position:relative;
	display:block;
	height:94px;
	background: url( ../images/bg-header.png ) no-repeat left top ;
	top:0px;
}

#logo{
	display:block;
	position:absolute;
	width:172px;
	height:173px;
	background: url(../images/logo.png) no-repeat 0 0;
	left:25px;
	top:0;
	margin:5px 0 0 0
}

#headerImg{
	display:block;
	position:absolute;
	left:5%;
	top:1px;
	width:295px;
	height:151px;
	margin:0 0 0 0;
	background: url( ../images/headerImg.jpg ) no-repeat 0 0;
}

.metaContent{
	display:none;
	position:absolute;
	height:0;
	width:0;
}

#content{
	position:relative;
	display:block;
	width:70%;
	left:25%;
	margin:0 ;
	padding:2.5% 5% 100px 0;
	top:0;
	min-height:325px;
}


#byLine{
	position:relative;
	font-size:10px;
	text-align:center;
	margin:20px 0 0 0;
}

#footer{
	display: block;
	position: fixed;
	width:770px;
	height:56px;
	background: url( ../images/bg-footer.jpg ) no-repeat 0 0 ;
	z-index:2;
	bottom:0;
	text-align:right;
	font-size:11px;
	color:#fff;
	line-height:1em;
	padding:17px 10px 0 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}


#footer .org, #footer .credit, #footer .country-name{
	display:none;
}

#footer a{
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}

.contactLink{
	display:block;
	width:145px;
	float:right;
}

#ribbon{
	display:block;
	position: absolute;
	margin:300px 0 0 4px;
	border:0;
}
.required 
{
    background:url(../images/required.png) top right no-repeat;
    background-repeat:no-repeat;
}
