body {
	margin: 0;
	background-color: #ffffff;	
	background-image: url(http://www.schoolsmovingup.net/surveys/images/bg.gif);
	background-repeat: repeat-x; /* repeat-x repeat-y no-repeat */
	}


/* 05-10-06 - MOVING TO CSS-POSITIONING */

#wrapper {
	width: 750px;
	margin: auto;
	}

#loginbox {
	border: 1px solid #6da6b4;
	background-color: #d1e4ed;
	padding: 5px 5px 5px 5px;
	margin: 50px 0 15px 15px;
	float: right;
	clear: both;
	}

.column {
	width: 710px;
	margin: 10px 20px 10px 20px;
	/*	border: 1px solid #000000; */
	float: left;
	}

.header {
	width: 200px;
	padding: 0 0 30px 0;
	float: left;
	}

.content {
	width: 710px;
	margin: 0 0 0 0;
	/*	border: 1px solid #000000; */
	float: left;
	clear: both;
	}


/* BASICS */

h1 {
	font-family: Arial, Geneva, Helvetica;
	font-size: 22px;
	line-height: 22px;
	color: #333333;
	font-weight: bold;
	margin: 0 0 25px 0;	
	clear: left;
	}

h2 {
	font-family : Arial, Helvetica, Geneva;
	font-size : 14px;
	color : #3E454D;
	font-weight: normal;
	margin: 0 0 0 0;
	}

p {
	font-family : Arial, Helvetica, Geneva;
	font-size : 14px;
	line-height : 16px;
	color : #333333;
	}

.header {
	font-family: Arial, Geneva, Helvetica;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	margin: 0 0 25px 0;	
	}

.header2 {
	font-family : Arial, Helvetica, Geneva;
	font-size : 18px;
	color : #3E454D;
	margin: 0 0 0 0;
	}

.title
	{
	font-family : Times New Roman, Times, serif;
	font-size : 22px;
	color : #2b6a7a;
	margin: 5px 0 5px 0;
	}

.text
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 14px;
	line-height : 16px;
	color : #333333;
	}

	.text a
	{
	text-decoration : underline;
	color : #663399;
	}
	
	.text a:hover
	{
 	color : #330066;
	text-decoration : underline;
	}

.loginh1 {
	font-family : Arial, Helvetica, Geneva;
	font-size : 16px;
	color : #3E454D;
	font-weight : bold;
	margin: 10px 0 20px 0;
	}

.loginp {
	font-family : Arial, Helvetica, Geneva;
	font-size : 13px;
	color : #3E454D;
	font-weight : bold;
	margin: 0 0 10px 0;
	}

form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}


