body
	{
	color: black;
	/*background: url(../images/header/background.gif);*/
	font-family: Arial, sans-serif;
	background: #eeeeff;
	}


.boxleft
	{
	position: fixed;
	margin-top: 0%;
	margin-left: 0%;
	margin-bottom: 1em;
	
	margin-right:74%;

	width: 26%;
	padding: 0.5em;
	height: 90%;
	overflow: scroll;
	}

.boxright
	{
	margin-top: 0%;
	margin-bottom: 1em;
	margin-left: 30%;
	margin-right: 0%;
	width: 68%;
	position: fixed;
	padding: 0.5em;
	height: 90%;
	overflow: scroll;
	}

.colorbox
	{
	margin-top: 20px;
	position: relative;
	top: 10px;
	left: 5%;
	width: 90%;
	border: 1px solid #99bbdd;
	background: #ffffff;
	}

.imageborder
	{
	margin-top: 10px;
	width: 432px;
	position: relative;
	padding: 4px;
	border-bottom: 1px solid #99bbdd;
	}

p
	{
	padding-left: 15px;
	padding-right: 15px;
	}
	
form
	{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}


.formfield 
	{ 
	background-color: #ffffff; border:1px solid #99bbdd; color: black; margin: 1px;
	}

.formfieldselect 
	{ 
	background-color: #ffffff; border:1px solid #99bbdd; color: black; margin: 1px;
	}

.formbutton 
	{ 
	left: 5px; background-color: #ffffff; border:1px solid #99bbdd; color: black; margin: 1px;
	}

.formbutton:hover
	{ 
	left: 5px; background-color: #99bbdd; border:1px solid #99bbdd; color: black; margin: 1px;
	}
