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

#header
{
	width: 780px;
	height: 156px;
	overflow: hidden;
	text-align: right;
	background-color: #3184E7;
	background-image: url('../../images/header.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.leftcol
{
	width: 135px;
	background-color: #639ce7;
	padding: 10px;
	color: #333;
}
.centrecontent
{
	width: 647px;
	padding-top: 10px;
	/* needed to make room for footer */
	font-size: 0.86em;
}

.centrecontent ul, #centrecontent ol { padding: 5px 0 20px 30px; }
.centrecontent p { padding-left: 3px; }

#clearfooter
{
	width: 100%;
	height: 52px;
	clear: both;
}

/* to clear footer */
#footer
{
	position: relative;
	left: 0;
	bottom: -140px;
	width: 780px;
	height: 50px;
	clear: both;
	display: block;
	text-align: center;	
	font: 9px/15px Verdana, Arial, Helvetica;
}

* html #footer
{
	/*only ie gets this style*/
	\height: 52px;
	/* for ie5 */
	he\ight: 50px;
	/* for ie6 */
}

#footertop
{
	background-color: #3184E7;
	height: 20px;
}

#footerbottom { background-color: #639CE7; }

#footertop a
{
	color: #fff;
	text-decoration: underline;
}

.blue { color: #3184E7; }
.ltblue { color: #639CE7; }
.pink { color: #E7108A; }
.ltpink { color: #F06BBC; }

td
{
	font-size: 12px;
}

textarea
{
	background: #B9B9E1;
}

.monospace { font-family: Courier, monospace; }
text { font-family: arial; }

.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;
}


h1
{
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	background-color: #639ce7;
	padding: 3px;
}
h2 {
color: #639ce7;
font-size: 14px;
}
p,li,blockquote
{
	font-size: 10px;
	line-height: 12px;
}

.photo { margin: 0 10px 10px 0; }
#outer{
	height:100%;
	min-height:100%;
	width:780px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url('../../images/bg-centrecontent.gif') repeat-y center center;
}


