* {
	margin: 0; 
	outline: none;
}

html, body {
	height: 100%;
}

body {
	margin:0;
	padding:0;
}

#maincontainer {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -22px; /* the bottom margin is the negative value of the footer's height */
}

#header {
	background: #eaf3ff url(../images/header.png) no-repeat 0% 0%;
	border-bottom: 1px solid #5e9ec2;
	height: 250px;
}

#contentwrapper {
	float: left;
	width: 100%;
}

html* #contentwrapper {
padding-bottom: 20px;
}

#contentcolumn {
	background: url(../images/bg_contentcolumn.png) no-repeat top right;
	margin-right: 300px;
}

#rightcolumn {
	float: left;
	width: 300px;
	margin-left: -300px;
}

#footer, #push {
	height: 22px; /* #push must be the same height as #footer */
}

#footer {
	background: #5e9ec2;
	color: #fff;
	clear: left;
	text-align: center;
	padding: 8px 0;
	margin: 0 auto;
	width: 960px;
}

/*NAVIGATION*/

#navigation {
	background-color: #5e9ec2;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 10px;
}

#navigation li a,#navigation li a:link,#navigation li a:visited  {
	background: url(../images/bullet.png) no-repeat 0% 3px;
	color: #fff;
	line-height: 1.8em;
	padding: 0 0 0 19px;
	text-decoration: none;
}

#navigation li a:hover {
	text-decoration: underline;
}

/*SITE STYLES*/

body {
	color: #333333;
	font: 100%  arial, helvetica, sans-serif;
	line-height: 165%;
}

	#contentcolumn, #rightcolumn, #footer {
	font-size: 0.9em;
}

#header h1 {
	border-bottom: 1px solid #5e9ec2;
	margin: 0 0 0 480px;
	padding: 110px 0 0 50px;
	line-height: 0.7em;
	width: 430px;
}

#header span {
	color: #5e9ec2;
	font-size: 1.2em;
	margin: 0 0 0 580px;
	line-height: 1.6em;
	width: 480px;
}

h1 {
	color: #5e9ec2;
	font-size: 2.4em;
	margin: 16px 0 32px 0;
}

h2 {
	color: #845b9c;
	font-size: 2.4em;
	font-weight: normal;
	margin: 0;
	line-height: 0.7em;
}

h3 {
	color: #5e9ec2;
	font-size: 1.4em;
	margin: 0;
}

h4 {
	color: #5e9ec2;
	font-size: 1.2em;
	margin: 0;
}

a, a:link, a:visited {
	color: #cc0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p { 
	margin: 0 0 16px 0; 
}

.text {
	padding: 16px 16px 16px 0;
}

blockquote {
	border: 2px solid #ffcc00;
	border-top-width: 0;
	margin: 0 0 16px 0;
}

.blockquoteTitle {
	background: url(../images/blockquote_title.png) no-repeat 0% 0%;
	height: 50px;
}

.blockquoteText {
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	float: right;
	width: 209px;
	padding-top: 14px;
}

blockquote p {
	padding: 5px 10px;
}

.boxContentcolumn {
	background-color: #e6deeb;
	border: 2px solid #845b9c;
	margin: 0 0 16px 0;
	padding: 5px 10px;
}

.boxContentcolumn p {
	margin: 0;
}

.boxRightcolumn {
	border: 2px solid #5e9ec2;
	border-bottom-width: 0;
	margin: 16px 0 0 0;
	padding: 5px 10px;
}

.readmore {
	background: url(../images/arrow.png) no-repeat top right;
	border: 2px solid #5e9ec2;
	padding: 5px 10px;
	height: 22px;
}

.imgLeft {
	background: url(../images/shadow.png) no-repeat right bottom;
	float: left;
	margin: 5px 10px 0 0;
	padding: 0 9px 9px 0;
}

.imgRight {
	background: url(../images/shadow.png) no-repeat right bottom;
	float: right;
	margin: 5px 0 0 10px;
	padding: 0 9px 9px 0;
}

#footer a, #footer a:link, #footer a:visited {
	color: #fef100;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}
