/* Normalising */
body, div, dl, dt, dd, ul, ol, li, h2, h3, h4, h5, h6, pre, form, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
h1 {
	padding-bottom: 15px;
	margin: 0;
}	
input[type="button"] {
	margin: 5px;
}

}
ol, ul {
	list-style: none;
	}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
	}

strong {font-style: bold;}

em {font-style: italic;}

table th {
	font-weight: bold;   		
}
td {
	padding: 3px;
}
   	
/* table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1;	
}*/
img {
	border: none;}

caption, th {	text-align: left;}

q:before, q:after {	content: '';}

/* Resetting regular tags */

p { margin: 0em 0em 1em;
	line-height: 1.4em;
}

a {
	text-decoration: underline;	
	color: #2f5d84;
	}

a:hover {
	text-decoration: none;
	color: #d26a1e;
	}

ul {
	list-style-type: disc;
	margin: 0.5em 2em 1em;

	}
	
ol {
	margin: 1em 2em;
	list-style-type: decimal;
	}	

ul li, ol li {margin: .5em 0em;}


h2 {
	font-size: 2.2em;	
	font-weight: normal;
	margin: 0em 0em 0.5em;
	}

h3 {
	font-size: 1.538em; /* 20 px */
	color: #e87d20;
	margin: 1em 0em .5em;
	}

h3 a {
	text-decoration: none;
	color: #e87d20;
	}

h3 a:hover {color: #000;}


h4 {
	font-size: 1.3em;
	color: #e87d20;
	margin: 1em 0em .5em;
	}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0em 0em .2em;
	}

h6 {
	font-size: 1em;
	font-weight: bold;
	margin: 0em 0em .2em;
	}

strong {
	font-weight: bold;}

.errors {	
	color: red;	}

emphasis {
	font-style: italic;}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 1em 2em;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.clear-both { 
	clear: both; 
	padding: 0;
	margin: 0;	
}

.spacer {
	margin-top: 10px;
}.success-message {	font-weight: bold;	}

a {color: #E2123D;}


/* Header styles */

body {
	background: #ffffff url(/images/body_bg.jpg) top repeat-x;
	font-family: helvetica, helvetica nueue, arial, sans-serif;
	color: #474546;
	font-size: 0.812em; /*13 px */
	padding: 0px;
	margin: 0px;
	padding-left:20px;
	line-height: 1.3;
	padding-bottom: 50px;
	}

#page {
	width: 80%;
	min-width: 820px;
	max-width: 1200px;
	margin: 0px auto;
	}

#header {
	height: 167px;
	background: url(/images/header_bg.jpg) bottom right no-repeat;
}

#header-image {
	margin-top: 34px;
	float : left;
}

#menuleft {
	background: #484546 url(/images/menu_left.gif) top left no-repeat;
	clear: both;
	height: 33px;
	}

#menuright {
	margin: 0px;
	padding: 0px;
	background: url(/images/menu_right.gif) top right no-repeat;
	height: 100%;	
	padding-left: 10px;
	}

h1 {
	color: #fff;
	font-size: 2.5em; /* 40px */
	padding: .54em 0em 0.23em;
	background: #E58440 url(/images/heading_bg.jpg) top right no-repeat;
	margin: 3px 0px 25px;
	}	
	
.long-text-input {
	width: 320px;
}