#heading_header
{
	float: left;
	margin-left: 0;
}

body
{
	margin: 0 0 40px 0;
	background: #e5e5e5;	

	font-family: Verdana;
	font-size: 12px;
}

hr
{
	margin-top: 15px;
	margin-bottom: 15px;
	
	
	border-top: 1px solid #a8c1be;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

a, a:visited
{
	color: #df403d;
	text-decoration: underline;
}

a img
{
	border:0;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

#logo
{
	float: left;
	width: 270px;
	height: 210px;
	
	margin: 0;
}

#container
{
	width: 1000px;
	margin: 0 auto 0 auto;
	
	background: transparent url(../images/frame_new.jpg) top left repeat-y;
	
	min-height: 700px;
	
	padding-bottom: 15px;
}

#header
{
	margin: 0;
	width: 1000px;
	height: 279px;
	
	background: transparent url(../images/header_new.jpg) top left no-repeat;
}

#header #nav
{
	float: left;
	width: 320px;
	height: 110px;
	margin: 45px 0 0 410px;
	
	color: #ffffff;
}

#header #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#header #nav ul li
{
	padding: 0;
	margin: 0;
	width: 160px;
	height: 22px;
	
	float: left;
	
	font-family: Helvetica;
	font-weight: bold;
	font-size: 14px;
}

#header #nav ul li a, #header #nav ul li a:visited, #header #nav ul li a:hover
{
	color: #fff;
	text-decoration: none;
}

#header #nav ul li span
{
	padding: 3px;
}

#header #nav ul li span:hover
{
	cursor: pointer;
	background: yellow;
	color: #000000;
}
	
#header #nav ul li.reg span
{
	color: yellow;
}

#header #nav ul li.reg span:hover
{
	cursor: pointer;
	background: yellow;
	color: #000000;
}


#footer
{
	margin: 0 auto 0 auto;
	
	width: 1024px;
	height: 30px;
	
	font-family: Helvetica;
	font-size: 12px;
	color: #aca9a9;
	
	background: transparent url(../images/footer_new.jpg) 0 0 no-repeat;
}

#footer #nav
{

}

#footer ul
{
	width: 800px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	list-style: none;
}

#footer ul li
{
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

#footer ul li a, #footer ul li a:visited
{
	color: #aca9a9;
	text-decoration: none;
}

#footer ul li a:hover
{
	color: #aca9a9;
	text-decoration: underline;
}

#content
{
	width: 890px;
	margin: 0 0 0 65px;
}

#left_column
{
	float: left;
	
	width: 424px;
	padding-right: 15px;
        
    margin-bottom: 15px;
    
	border-right: 1px solid #cbcbcb;
}

#right_column
{
	float: left;
	
	width: 425px;
	border: 0;
	padding-left: 15px;
        
    margin-bottom: 15px;
}

.half
{
	float: left;
	
	width: 420px;
	padding-right: 15px;
        
    margin-bottom: 15px;
}

.full
{
	float: left;
	
	width: 880px;
}

.iframe
{
	float: left;
	width: 600px;
}

h1
{
	font-family: Helvetica;
	font-weight: bold;
	
	font-size: 18px;
	margin: 0;
}

.short_divider
{
	margin-bottom: 10px;
}

h2
{
	font-family: Helvetica;
	font-weight: normal;
	
	
	font-size: 14px;
	margin-bottom: 15px;
}

.supporter
{
	font-family: Verdana;
	font-weight: normal;
	
	font-size: 12px;
}

h3
{
	font-family: Verdana;
	font-weight: bold;
	
	font-size: 12px;
	margin-bottom: 10px;
}

h4
{
	font-family: Verdana;
	font-weight: bold;
	
	font-size: 12px;
	margin: 10px 0 5px 0;
}

h3 a, h3 a:visited, h4 a, h4 a:visited
{
	color: #000;
	text-decoration: none;
}

h3 a:hover, h4 a:hover
{
	color: #000;
	text-decoration: underline;
}

p, ul li
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.8em;
	
	margin: 0;
}

.clear
{
	clear: both;
}

.date
{
	color: green;
	font-size: 11px;
	font-weight: normal;
}

a.read_more, a.read_more:visited
{
	color: #df403d;
	text-decoration: underline;
}

a.read_more:hover
{
	text-decoration: none;
}

ul.form
{
	list-style: none;
}

ul.form li
{
	display: block;
	clear: both;
}

label
{
	float: left;
	width: 280px;
	
	font-family: Verdana;
	font-size: 14px;
	
	margin-bottom: 20px;
}

input, textarea, select
{
	display: block;
	margin-bottom: 20px;
}

ul.error_list
{
	list-style: none;
	color: #df403d;
	margin: 0 0 0 280px;
	padding: 0;
}

.program_time
{
	width: 120px;
	float: left;
	color: green;
	margin-bottom: 3px;
}

.program_event
{
	float: left;
	width: 600px;
	margin-bottom: 3px;
}

.program_event ul
{
	margin-top: 2px;
	padding: 0;
	list-style-position: inside;
}

.program_confirmed
{
	margin-left: 50px;
}

.program_confirmed ul
{
	margin-top: 2px;
}

.program_confirmed em
{
	color: #df403d;
}

form
{
	margin: 15px 0 15px 0;
}

ul.ngos
{
	margin: 0;
	padding: 0;
	
	list-style: none;
	clear:both;
}

ul.ngos li
{
	width: 360px;
	float: left;
}

ul.ngos li a, ul.ngos li a:visited
{
	color: #000;
	text-decoration: none;
}

ul.ngos li a:hover
{
	color: #000;
	text-decoration: underline;
}

.imageleft
{
	border: 1px solid #ccc;
	position: relative;
	overflow: hidden;
	margin: 1em 1em 1em 0;
	float: left;
}

	.imageleft img
	{
		border: 2px solid #fff;
		display: block;
	}
	
.url
{
	font-style: italic;
	font-weight: normal;
	color: green;
}

.url a, .url a:visited
{
	color: green;
	text-decoration: none;
}

.url a:hover
{
	color: green;
	text-decoration: underline;
}

.languages
{
	float: right;
	width: 140px;
	text-align: center;
	line-height: 1.5em;
	
	margin-left: 15px;
	margin-bottom: 15px;
}

ul.supporters
{
	list-style: none;
}

.image_entry
{
  float: left;
  width: 160px;
  height: 160px;
}

h1 a, h1 a:hover, h1 a:visited
{
	text-decoration: none;
	color: #000000;
}

p
{
	margin-bottom: 7px;
}

p.video_description
{
	line-height: 1.1em;
	font-size: 11px;
	color: #787878;
}
