body
{
	margin: 0;
	padding: 0;
	font-family: verdana, georgia, sans-serif;
}

#wndow
{
	width: 780px;
	height: auto;
	margin: 0;
	padding: 0;
}

table { border: 1px solid #3184e7; }
td { padding: 10px 5px 10px 5px; }

.hr
{
	width: 600px;
	height: 1px;
	border-top: 1px solid #639CE7;
	clear: both;
	padding: 10px 50px 0 50px;
}

.header
{
	background-color: #3184E7;
	text-align: center;
	color: white;
	padding: 10px 0;
}

.pinkmenu
{
	position: relative;
	top: 133px;
	left: 280px;
	width: 430px;
	height: 20px;
	color: white;
	font-size: 10px;
	font-weight: 700;
}

.pinkmenu a:link
{
	color: white;
	text-decoration: none;
}

.pinkmenu a:visited
{
	color: #cecece;
	text-decoration: none;
}

.pinkmenu a:hover
{
	color: black;
	text-decoration: none;
}

.leftcol
{
	width: 150px;
	height: 100%;
	position: absolute;
	top: 156px;
	left: 0;
	background-color: #3184e7;
	padding: 10px;
}

h1
{
	font-size: 14px;
	font-weight: 700;
}

h2
{
	color: #3184e7;
	font-size: 14px;
	font-weight: 100;
}

p,li,blockquote
{
	font-size: 11px;
	color: #333;
	line-height: 14px;
}

li
{
	margin-left: 15px;
	list-style: disc default;
}

.photo
{
	margin-right: 10px;
	margin-bottom: 10px;
}

.copy
{
	font-size: 10px;
	color: #444;
	text-align: center;
	padding: 10px 0;
	background-color: #cecece;
}

a:link
{
	text-decoration: none;
	color: #3184E7;
}

a:visited
{
	text-decoration: none;
	color: #639CE7;
}

a:hover { text-decoration: underline; }
.blue { color: #3184E7; }
.ltblue { color: #639CE7; }
.pink { color: #E7108A; }
.ltpink { color: #F06BBC; }

div.aff
{
	width: 265px;
	height: 300px;
	border-color: #639ce7;
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	margin: 0 5px 5px 5px;
}

div.aff h2
{
	width: 260px;
	background-color: #639ce7;
	color: white;
	margin: 0;
	padding: 3px;
	font-variant: normal;
}

div.aff p
{
	color: #333;
	padding: 0 10px;
}

div.aff a:link
{
	text-decoration: none;
	color: #3184E7;
}

div.aff a:visited
a:visited
{
	text-decoration: none;
	color: #639CE7;
}

div.aff a:hover
{
	background-color: #639ce7;
	color: white;
	padding: 3px;
	text-decoration: none;
}

