/*  Special Items for Poss Pages */
/* ============================= */
/* */
/* ========= */
/* Main Text */
/* ========= */
#main
{
	position: absolute;
	left: 13.2em;
	top: 0em;
	width: 42.8em;
	padding: 0em 0.2em 0em 0.8em;
	text-align: justify;
}

#main a:link
{
	text-decoration: none;
	color: #FF3399;
}

#main a:visited
{
	text-decoration: none;
	color: #FF3399;
}

#main a:hover
{
	background-color: #FF99CC;
}

#main a:active
{
	background-color: #FF66CC;
}

/* ======== */
/* NavTitle */
/* ======== */
#navtitle
{
	margin: 0em;
	width: 100%;
	height: 3.6em;
	background-color: #FFCCCC;
}

#navtitle p
{
	margin: 0em;
	padding: 0em;
}

#navtitle img.logo
{
	width: 2.4em;
	height: 2.4em;
	position: absolute;
	top: 0.7em;
	left: 0.7em;
}

#navtitle .sectionname a
{
	font-weight: bold;
	font-size: 200%;
	position: absolute;
	top: 0.55em;
	padding-top: 0.2em;
	/* Necessary for IE */
	left: 2.2em;
	color: #660033;
	text-decoration: none;
	height: 1.5em;
	/* necessary for IE */
}

/* ============================= */
/* Navigation Bar - Poss Section */
/* ============================= */
#navposs
{
	padding: 0.5em 0em 0.3em 0em;
	background-color: #FFCCCC;
}

#navposs .sel1
{
	background-color: #FF6666;
	font-weight: bold;
}

#navposs .break
{
	font-size: 0.5em;
	margin-bottom: 1em;
	padding: 0em;
	border-bottom: solid 1px #660033;
}

#navposs ul li
{
	margin-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	padding-right: 0.4;
}

#navposs ul li ul li
{
	padding: 0em 0em 0.1em 0.8em;
}

#navposs a:link, #navposs a:visited
{
	display: block;
	color: #660033;
	text-decoration: none;
}

#navposs a:hover
{
	background-color: #FF0033;
}

#navposs a:active
{
	background-color: #CC0033;
}

