body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:980px;    /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}

a {
	color:#369;
	text-decoration: none;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", "sans-serif";
	margin:.8em 0 .2em 0;
	padding:0;
	color: #369;
	font-weight: normal;
}
h2, h3 {
	color: #545456;
}
p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", "sans-serif";
	margin:.4em 0 .8em 0;
	padding:0;
	color: #8f8f93;
	font-weight: lighter;
}
li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", "sans-serif";
	margin:.4em 0 .8em 0;
	padding:0;
	color: #369;
	font-weight: lighter;
	font-size: small;
}

p.secondLevel {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", "sans-serif";
	margin:.4em 0 .8em 0;
	padding:0;
	color: #369;
	font-weight: lighter;
	font-size: small;
}

img {
	margin:10px 0 5px;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	height:100px;
}
#header {
	/*border-bottom:1px solid #000;*/
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}


/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 1 column full page settings */
.fullpage {
	background:#fff;
}
.fullpage .col1 {
	margin:0 15px;
	width:100%;
	text-align:center; /* This is to fix IE5/win centering issue */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	/*border-top:1px solid #000;*/
}
#footer p {
	padding:10px;
	margin:0;
}



.innerCol1 {
	width: 980px;
/*	float: left;*/
	margin: 0 auto;
	border-top:1px solid black;
	text-align: left;
	clear: both;
}

.leftCol {
	float: left;
	width: 433px;
	margin: 0 auto;
}
.rightCol {
	float: right;
	width: 500px;
}

.greenMessage {
	border: 1px solid #00df00;
	background: #d4ffdf;
	padding: 5px;
	width: 100%;
	color: #00df00;
}

.redMessage {
	border: 1px solid #f20000;
	background: #ffdfdf;
	padding: 5px;
	width: 100%;
	color: #f20000;
}

form {
	text-align: left;
}

input.text {
	border: 1px solid #369;	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", "sans-serif";
	margin:.4em 0 .8em 0;
	padding:5px;
	color: #8f8f93;
	font-weight: lighter;
	width: 70%;
}
input.button {
	border: 1px solid #369;	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", "sans-serif";
	margin:.4em 0 .8em 0;
	padding:5px;
	color: #8f8f93;
	font-weight: lighter;
	width: 20%;
}