body,html {
	background-color: 		#CDCDCD;
	font-family: 				Trebuchet MS;
	font-size: 					12px;
	color: 						#2A2A2A;
	margin:	 					0px;
	text-align:					center;
}

#grey {
	width:						724px;
	margin-left:				auto;
	margin-right:				auto;
	background-color:			#2A2A2A;
	background-image:			url('./img/bg.png');
	background-repeat:		repeat-y;
}

#column {
	width:						720px;
	margin-left:				auto;
	margin-right:				auto;
	background-color:			#FEFEFE;
}

#header {
	width:						720px;
	height:						325px;
}

#altheader {
	
}

#textcontent {
	width:						680px;
	margin:						0px auto 0px auto;
	text-align:					justify;
}

#bottombar {
	width:						724px;
	height:						35px;
	margin:						0px auto 10px auto;
	background-image:			url('./img/bottom.png');
	background-repeat:		no-repeat;
}

/* BIG UL / LI DEFINITIONS */

.biglist {
	font-size:					18px;
	color:						#7A7774;
}

.biglist ul {
	margin:						15px 0px 15px 5px;
}

.biglist li {
	list-style:					none;
	height:						30px;
	margin:						0px;
	padding:						0px 0px 0px 30px;
	background:					url('./img/greybigbullet.png') 0px center no-repeat;
	line-height:				31px;
}

/* ASSESS PAGE UL / LI DEFINITIONS */

.assess ul {
	margin:						15px 0px 15px 5px;
}

.assess li {
	list-style:					none;
	margin-bottom:				10px;
	padding:						0px 0px 0px 30px;
	background:					url('./img/greybigbullet.png') 0px top no-repeat;
}

/* APPRAISAL FORM DEFINITIONS */

form {
	font-size: 					12px;
	width:						680px;
}

input {
	float:						left;
	background-color:			#FFFFFF;
	color:						#333333;
	border: 						1px solid #C5C2BA;
	font-family: 				Trebuchet MS;
	font-size:					11px;
	width:						200px;
}

#Registration,#Year {
	float:						left;
	background-color:			#FFFFFF;
	color:						#333333;
	border: 						1px solid #C5C2BA;
	font-family: 				Trebuchet MS;
	font-size:					11px;
	width:						50px;
}

input[type="radio"] {
	width:						15px;
	background:					none;
	border:						none;
}

input[type="checkbox"] {
	width:						15px;
	background:					none;
	border:						none;
}

.justifybox {
	float:						left;
	width:						165px;
	margin-right:				5px;
}

.smallput {
	float:						left;
	width:						200px;
}

textarea {
	background-color:			#FFFFFF;
	color:						#333333;
	border: 						1px solid #C5C2BA;
	font-family: 				Trebuchet MS;
	font-size:					11px;
	width:						200px;
	height:						120px;
}

.label {
	float:						left;
	width:						110px;
	text-align:					right;
	font-size:					11px;
	color:						#568E1C;
}

.smalllabel {
	float:						left;
	width:						95px;
	text-align:					right;
	font-size:					11px;
	color:						#568E1C;
}

input:focus, textarea:focus {
	background-color:			#DDF4C6;
}

.buttonholder {
	width:						640px;
	margin:						0px auto 0px auto;
	background-image:			url('./img/arrows.png');
	background-repeat:		no-repeat;
	background-position:		left;
	text-align:					right;
}

button {
	padding:						2px;
	font-family:				Trebuchet MS;
	font-size: 					12px;
	color:						#333333;
}

.formleft {
	float:						left;
	width:						330px;
}

.formright {
	float:						right;
	width:						330px;
}

.formsep {
	width:						680px;
	border-bottom:				1px dotted #999999;
	margin-bottom:				10px;
	clear:						both;
}

/* SEPARATE DEFINITION FOR CONTACT PAGE FORM */

.contactform {
	width:						320px;
}

.buttondiv {
	width:						320px;
	margin-top:					10px;
	text-align:					right;
}

/* USE SIMILAR DEFINITION FOR .BIGLIST UL FOR QUESTION TITLES */

.qtitle {
	font-size:					18px;
	color:						#7A7774;
}

.qtitle ul {
	margin:						0px 0px 15px 0px;
}

.qtitle li {
	list-style:					none;
	height:						30px;
	margin:						0px;
	padding:						0px 0px 0px 30px;
	background:					url('./img/greybigbullet.png') 0px center no-repeat;
	line-height:				31px;
}

/* CREDIT LINK DEFINITIONS */

.gdlink {
	width:						700px;
	margin:						10px auto 10px auto;
	text-align:					right;
	font-size:					11px;
	color:						#2A2A2A;
}

.gdlink a {
	color:						#2A2A2A;
}

.noline {
	text-decoration:			none;
	color:						#2A2A2A;
}

.silent {
	color:						#CDCDCD;
	font-size:					0.1px;
}

/* GENERAL RE-USABLE DEFINITIONS */

.sep {
	width:						680px;
	height:						45px;
	margin-bottom:				10px;
	background-image:			url('./img/sepbar.png');
	background-repeat:		no-repeat;
	clear:						both;
}

.clear {
	clear:						both;
}

/* ELEMENT DEFINITIONS */

img {
	border:						0px;
}

a {
	color:						#333333;
}

a:hover {
	color:						#000000;
}

a:visited {
	color:						#666666;
}