/****
	General page styles.
****/
/* Remove the margin and padding from everything. */
*
{
	margin: 0;
	padding: 0;
}
body
{
	background: #ffffff url("../img/body_bg.gif") top left repeat-x;
	font-family: "Trebuchet MS", Georgia, Verdana, Tahoma, Arial, Sans-serif, serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

/* no image should have a border */
img, a img { border: 0; }

a
{
	color: #1785b8;
	text-decoration: underline;
	font-size: 12px;
}
a:hover
{
	text-decoration: none;
}

/* The logo at the top of the page */
#toplogo
{
	background: url("../img/toplogo.jpg") top left no-repeat;
	padding-top: 100px;
}

/* The logo and text */
h1
{
	background: url("../img/wps_logo.jpg") top center no-repeat;
	margin: 0;
	padding: 0;
	height: 112px;
	text-indent: -1000em;
}

/* This wraps all of the content. */
.content
{
	width: 95%;
	max-width: 900px;
	min-width: 750px;
	padding: 0 0 30px 0; /* top right bottom left */
	margin: 0 auto 0 auto;
}

/* The title for the text content. */
.content h2
{
	font-size: 16px;
}

/* This is the information text on the main page. */
.information-text
{
	text-align: left;
	padding: 0 8px 0 8px;
	border-right: 1px solid #dddddd;
}

/* This is the login form on the main page. */
.login-form
{
	padding-left: 8px;
}
.login-form h2
{
	font-weight: normal;
	font-size: 16px;
}
.login-form p
{
	margin: 0 0 4px 0;
}
.login-form div
{
	background: #b3e3f6 url("../img/login_bg.jpg") top left no-repeat;
	padding: 2px 2px 2px 70px;
	max-width: 439px;
}
.login-form div table
{
	width: 100%;
}

.login-form .form-text
{
	/* Null */
}
.login-form .form-field
{
	width: 95%;
}
.login-form .form-field input
{
	width: 95%;
	font-size: 12px;
}
.login-form .form-submit
{
	text-align: right;
	padding: 3px 15px 0 0;
}
.login-form .form-submit input
{
	background: #b3e3f6 url("../img/submit_bg.gif") top left repeat-x;
	padding: 2px 10px 2px 10px;
	font-size: 11px;
	border: 1px solid #1785b8;
}
	

.smalltext { font-size: 12px; }
.xsmalltext { font-size: 10px; }

hr
{
	height: 1px;
	border: 0;
	color: #dddddd;
	background-color: #dddddd;
	margin: 5px;
}

blockquote
{
	font-size: 12px;
	text-indent: 25px;
	font-style: italic;
	margin: 5px;
}

/* This is the information about James. */
.james-info
{
	/* Null */
}

/* Lets style those paragraphs for the more info page. */
.more-info .information-text p
{
	margin: 6px 0 3px 0;
	text-indent: 20px;
}

/* The copyright at the bottom */
.copyright
{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
	border-top: 1px solid #a0dcf4;
	background-color: #d3eef9;
	text-align: left;
	width: 100%;
	color: #326174;
}
.copyright p
{
	text-indent: 20px;
}
.more-info .copyright
{
	position: relative;
	clear: both;
}