body {
	background: #555;
	color: #444;
	font-family: verdana;
	font-size: 10px;
	padding: 0;
	margin: 0;
	text-align: center;
}

/*100 + 800 + 100 + 2px border*/
#bigcontainer { width: 960px; margin: 0 auto; } 
#left {float: left; width: 100px; }
#right { float: right; width: 100px; }

a:link, a:visited, a:active { 
	color: #225197;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

#container
{
	text-align: center;
	margin: 0 auto;
	width: 740px;
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	float: left;
	overflow: hidden;
	clip: auto;
}

table.header {
	width: 100%;
}

.list
{
	text-indent: 5px;
	background: #444;
	white-space: nowrap;
}

.logo {
	padding: 4px 0px 2px 8px;
	border-bottom: 1px solid #000;
	text-align: left;
}

.pastmeLogo {
	text-align: right;
}

.logo a, .pastmeLogo a {
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	color: #444;
	text-decoration: none;
}

.logo a:hover, .pastmeLogo a:hover {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.login {
	padding: 4px 8px 2px 0px;
	border-bottom: 1px solid #000;
	text-align: right;
}

.secondaryHeader {
	padding: 2px 0px 4px 0px;
}

.main {
	text-align: left;
	border-bottom: 1px solid #000;
	padding: 50px 0px 0px 200px; 
}

.public {
	text-align: left;
	border-bottom: 1px solid #000;
	padding: 50px 200px 0px 200px; 
}

.nonApp {
	text-align: left;
	border-bottom: 1px solid #000;
	padding: 20px 200px 0px 200px; 
}

.mainInner, .subhead, {
	padding: 0px; 
	text-align: left;
}

.publicSubhead {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
}

.publicInner {
	font-size: 11px;
	line-height: 16px;
}

.subhead {
font-weight: bold;
padding-bottom: 2px;
}

.mainInner .emailForm, .mainInner textarea { font-family: verdana; font-size: 11px; margin-top: 8px; border: 1px solid #444; }

.left { text-align: right; padding: 8px 0 0 0; }

.right { text-align: left; padding: 8px 0 0 0; }

.form { font-family: verdana; font-size: 11px;  border: 1px solid #444; }

.mainInner .right input, .acctSubmit { font-family: verdana; font-size: 11px; color: #333; padding: 2px; font-weight: bold; background: #eee; border: 2px bevel #333; }

.btn { font-family: verdana; font-size: 11px; color: #333; padding: 1px; background: #eee; border: 1px bevel #333; }

.acctTable { margin: 50px 0 10px 0; }

.acctTable th { text-align: left; border-bottom: 1px solid black; padding-bottom: 2px;}

.acctTable td { text-align: left; padding: 1px 0; border-bottom: 1px solid #ddd; }

.pastme_subj
{
	background: #fff;
	border-width: 0px 0 1px 0;
	border-style: solid;
	border-color: #000
	margin: 2px;
	padding: 4px;
}

.pastme_body
{
	background: #fff;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #000
	margin: 2px;
	padding: 4px;
}



