

.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: #ededee;
}

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

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

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

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

/****/

h1{
	display: none;
}

h2{
	color: #0094d3;
	font-size: 12pt;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
}

h3{
	color: #333;
	font-size: 11pt;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
}

h4{
	color: #0094d3;
	font-size: 8pt;
	padding: 0;
	margin: 0 0 10px 0;
	clear: both;
}

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

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

a:hover{
	text-decoration: underline;
}

h3 a{
	color: #333;
}

h3 a:hover{
	text-decoration: none;
}

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

ul.pointer li{
	margin-bottom: 3px;
	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: 54px;
	background: url(../_media/images/header.gif) no-repeat;
	margin: 0;
	padding: 0;
	background-position: 7px 0;
}

#layoutTable{
	border-collapse: collapse;
	width: 900px;
}

#content{
	width: 700px;
	padding: 0 20px 0 0;
	text-align: left;
	vertical-align: top;
}

#side{
	width: 200px;
	vertical-align: top;
	text-align: left;
	font-family: georgia, serif;
}

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

#innerFooter{
	font-size: 7pt;
	text-align: left;
	padding-top: 5px;
	color: #999;
}

#footer a{
	color: #999;
}

/****/

#menu{
	background-color: white;
	width: 660px;
	margin: 10px 0 10px 0;
	padding: 10px;
	text-align: left;
}

#menu a{
	font-family: verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-right: 20px;
	color: #333333;
}

#menu a:hover{
	color: #0099cc;
	text-decoration: none;
}

#menu a.current{
	color: #0099cc;
}

/****/

.sideBlock{
	background-color: white;
	padding: 10px;
	margin-bottom: 10px;
}

#side h3{
	margin-bottom: 0;
}

#side h3 a{
	margin-bottom: 0;
	color: #0094d3;
}

#side p{
	margin-top: 5px;
}

/****/

#articleList td{
	padding-right: 5px;
	vertical-align: top;
	width: 218px;
}

#articleList h3{
	font-weight: bold;
	font-size: 12pt;
}

#articleList .image{
	text-align: center;
	margin-bottom: 10px;
}

#articleList .textBlock{
	height: 300px;
	padding: 5px;
}

.boxBottom{
	border-top: 1px dashed #999;
	margin-top: 20px;
	padding-top: 5px;
	font-size: 7pt;
}

#resourceList{
	margin: 10px 0 10px 0;
}

.resource{
	padding: 10px;
	margin: 10px 0 10px 0;
}

#bluebox{
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}

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

#bluebox h2{
	font-size: 20pt;
	color: white;
}

#bluebox a{
	color: white;
	text-decoration: underline;
}

#bluebox #author{
	text-align: right;
	font-style: italic;
}

.textBlock{
	background-color: white;
	padding: 20px;
	margin: 10px 0 10px 0;
	border-top: 2px solid #009ad3;
}

#headlineMakerContainer{
	background-color: white;
	margin: 10px 0 10px 0;
	border-top: 2px solid #009ad3;
}

.smallQuote{
	padding: 10px;
	font-style: italic;
	color: #009dd6;
}

#organisationImage{
	float: right;
}

#articleHeading{
	font-size: 24pt;
	font-family: georgia, serif;
}

.articleImage{
	margin: 10px;
	float: left;
}

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

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

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

