<!--
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: #bbb;
	text-align: right;
	padding-right: 5px;
}

p.attribution a
{
	color: #bbb;
}

h1
{
	font-size: 24pt;
	font-weight: normal;
	color: #aaa;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.white {
	color: #fff;
}

h2
{
	font-size: 16px;
	font-weight: normal;
	color: #080E32;
	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: red;
	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(redbubbles.jpg);
    background-repeat:no-repeat;
    background-color:#000;    	
	height: 150px;
    border-bottom: 1px solid #999999;
}

#Title
{	
	float: right;
    padding:10px 20px 0px 10px;        
}

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

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

#Note
{
    float: right;
    margin: 10px;
    padding: 10px;
    width: 200px;
    background-color: yellow;
}

#Note p
{
    color: #333;
	font-family: "Comic Sans MS", "Lucida Handwriting", Helvetica, Arial, sans-serif;
}

/* box for logos*/

#Logos
{
    float: right;
    clear:right;
    padding: 2px 15px 2px 15px;
}

.logo
{
    background-position:center;
    text-align: center;
    margin: 20px 15px 20px 15px;
}

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


/* Horizontal rule */
#Line
{
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 10px 0px;
	border-top: 2px solid #000000;
}


-->

