<!--
body
{
	font-size: 13px;
	color: #555;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img { border: none; }

p.small
{
	font-size: 10px;
	color: #333333;
}

p.small a
{
	text-decoration: none;
}

p.attribution
{
	font-size: 9px;
	color: #999;
	text-align: right;
	padding-right: 5px;
}

p.attribution a
{
	color: #999;
}

h2
{
	font-size: 16px;
	font-weight: normal;
	color: #23680B;
	padding: 5px 0 3px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:link, a:visited

{
	color: #213ACC;
	text-decoration: underline;
}

a:active, a:hover
{
	color: #23680B;
	text-decoration: underline;
}

a.login
{
	font-size: 11px;
	text-decoration: none;
}

a.login:link, a.login:visited
{
	color: #aaa;
}

a.login:active, a.login:hover
{
	color: red;
}


/***************************************************
GLOBAL PAGE LAYOUT ELEMENTS
***************************************************/

body
{
	text-align: center;
	background-color: #ffffff;
	margin: 0;
}

/* Outer bounding box for all pages */
#Frame
{
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	width: 800px;
	text-align: left;
	background: #ffffff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

/* Top box for title of trial and log-in icon */
#TitleBox
{
	background-image: url(field.jpg);
	height: 220px;
}

#LoginBox
{
    float: right;
    margin: 10px;
    text-align: center;
}

#MainBox
{
	margin: 0 10px 10px 10px;
	padding: 2px 0px 0px 0px;
	text-align: left;
}

#Contact
{
    background-color: #ccc;
    padding: 2px 15px 2px 15px;
    margin: 0px 5px 10px 5px;
    wit
}


-->

