

.information{
	color: green;
}

.error{
	color: red;
}

.errorBox{
	margin: 10px 20px 10px 20px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #aa0202;
}

.informationBox{
	margin: 10px 20px 10px 20px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #408000;
}

/****/

html{
	background-color: #eee;
}

body, textarea, input{
	font-family: verdana, arial, helvetica, sans-serif;
}

body{
	font-size: 8pt;
	text-align: center;
}

body, textarea, input, select{
	color: #777;
}

#page{
	margin: 2px auto 2px auto;
	border: 0;
	width: 800px;
	border: 1px #eee solid;
}

/****/

h1{
	display: none;
}

h3{
	font-size: 10pt;
	padding: 0;
	margin: 30px 0 10px 0;
}

p{
	margin: 10px 0 10px 0;
	}

a{
	color: #0094d3;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

ul.pointer{
	list-style-image: url(../_media/images/icon_list.gif);
	margin: 20px 0 20px 30px;
	padding: 0;
}

ul.pointer li{
	margin-bottom: 10px;
	vertical-align: middle;
}

/****/

form table{
	margin: 10px 0 10px 0;
}

form td{
	vertical-align: top;
}

td.submit{
	padding-top: 10px;
}

form tr.formInfo td, form .error{
	font-size: 7pt;
	padding: 5px 0 5px 0;
}

form tr.formInfo td{
	color: #777;
}

textarea{
	width: 500px;
	height: 150px;
}

/****/

#header{
	height: 79px;
	background: url(../_media/images/header.gif) no-repeat;
}

#content{
	margin: 0;
	padding: 30px 60px 40px 60px;
	text-align: left;
	background-color: white;
}

#footer{
	margin: 0;
	padding: 0;
}

#innerFooter{
	font-size: 7pt;
	text-align: right;
	padding: 5px;
	color: #0094d3;
	background-color: white;
}

#footer a{
	color: #0094d3;
}

/****/

#menu{
	background-color: white;
	height: 28px;
	margin: 0;
	padding: 0;
}

#menu a{
	display: block;
	float: left;
	height: 24px;
	margin-right: 20px;
	margin-top: 2px;
}

#menu_home{
	background: url(../_media/images/menu_home.gif) no-repeat;
	width: 48px;
	margin-left: 20px;
}

#menu_who{
	background: url(../_media/images/menu_who.gif) no-repeat;
	width: 87px;
}

#menu_downloads{
	background: url(../_media/images/menu_downloads.gif) no-repeat;
	width: 81px;
}

#menu_forumInitiatives{
	background: url(../_media/images/menu_forumInitiatives.gif) no-repeat;
	width: 115px;
}

#menu_memberInitiatives{
	background: url(../_media/images/menu_memberInitiatives.gif) no-repeat;
	width: 131px;
}

#menu_links{
	background: url(../_media/images/menu_links.gif) no-repeat;
	width: 43px;
}

#menu_contact{
	background: url(../_media/images/menu_contact.gif) no-repeat;
	width: 79px;
}

#menu a:hover{
	background-position: 0px -24px;
}

/****/


h2{
	margin: 0 0 15px 0;
	padding: 0;
	height: 23px;
	width: 400px;
	border-bottom: 1px solid #95bfe6;
}

#heading_home{
	background: url(../_media/images/heading_home.gif) no-repeat;
}

#heading_who{
	background: url(../_media/images/heading_who.gif) no-repeat;
}

#heading_downloads{
	background: url(../_media/images/heading_downloads.gif) no-repeat;
}

#heading_forumInitiatives{
	background: url(../_media/images/heading_forumInitiatives.gif) no-repeat;
}

#heading_memberInitiatives{
	background: url(../_media/images/heading_memberInitiatives.gif) no-repeat;
}

#heading_links{
	background: url(../_media/images/heading_links.gif) no-repeat;
}

#heading_contact{
	background: url(../_media/images/heading_contact.gif) no-repeat;
}

/****/

.displayTable{
	table-layout: fixed;
}

.displayTable .sideColumn{
	vertical-align: top;
	padding: 0 0 0 10px;
	text-align: center;
}

.tweet{
	border: 1px solid #eee;
	margin: 0 0 10px 0;
	clear: both;
	padding: 10px;
	width: 150px;
	word-wrap: break-word;
	text-align: left;
}

.tweet .time{
	font-style: italic;
	font-size: 80%;
	margin-top: 5px;
	color: #999;
}

.memberLogos{
	text-align: center;
}

.memberLogos img{
	padding-bottom: 20px;
}

.documentTable td{
	border: 1px solid #eee;
	padding: 3px 5px 3px 5px;
}

.important{
	font-weight: bold;
}

.showcaseBlock{
	background-color: #009dd6;
	color: white;
	padding: 5px 20px 10px 20px;
	font-family: georgia, serif;
	font-size: 10pt;
	margin: 5px 0 5px 0;
}

.showcaseBlock h3{
	font-size: 16pt;
	color: white;
}

.showcaseBlock a{
	color: white;
	text-decoration: underline;
}