html
{
    min-height:100%;
    text-align:center;
}
body
{
	
	text-align:center;	
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:   13px;
    line-height: 18px;
	margin-right:auto;
	background-position:50% 50%;
	padding-left:5px;
    font-size:   11px;
    line-height: 14px;
    background:#EFF1E6;
    color:617A5D;
    min-height:100%;
}

a:link {
	color: #3B5DCB;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited {
	color: #3B5DCB;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover, a:active {
	background: #3B5DCB;
	color: #fff;
	text-decoration: none;
	}


* body {
 height:100%;
}
* html {
 height:100%;
}
p, ol, ul, td
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:   11px;
    line-height: 14px;
}

h1 
{
	line-height: 25px;
	font-size:   18px;
}
h3
{
	font-size:   14px;
	line-height: 16px;
}

#frame 
{
	position: relative;
	width:702px;
	overflow:visible;
	height:100%;/*place footer at bottom of page in IE *1*/
	margin-right:auto;
	margin-left:auto;
	padding-left:5px;
	text-align:left;
	background-image:url(/images/backgrounds/bg_horiz_strip.jpg);
	background-repeat:repeat-y;
}

* body #frame {
	height:auto;/*override for *1 for firefox browsers*/
	min-height:100%;
}

* * body #frame {
	height:100%;/*override for *1 for firefox browsers*/
}

#contentHeader 
{
	position:relative;
	z-index:500;
}

#contentCenter 
{
	position:relative;
	width:469px;
	padding-right:10px;
	margin:2px;
	margin-bottom:20px;
	font-size: 10px;
	/*margin-left:17px;*/
	
}
	
#contentRight 
{
	z-index:100;
	width:175px;
	padding:0px;
	float:right;
	position:relative;
	top:10;
}

#contentRight #pinBoard, #noteBoard 
{
	width:175px;
	padding:0px;
	/*margin-left:12px;*/
	z-index:2;
}
.pbElement
{
	width:175px;
}
.pbElement #top
{
	width:175px;
	height:19px;
	padding-top:6px;
	padding-left:4px;
	/*color:#f9fed5;*/
	color:#fff;
	font-size:10px;
	text-transform: uppercase;
	font-weight: bold;
	background-image:url(/images/pbElement_top.jpg);
	background-repeat:no-repeat;
	
}

.pbElement #top2
{
	width:175px;
	height:19px;
	padding-top:6px;
	/*padding-left:6px;*/
	background:#d1d7cb;
	font-size:10px;
	text-transform: uppercase;
	font-weight: bold;
	
}
.pbElement #bottom
{
	width:175px;
	height:26px;
	background-image:url(/images/pbElement_bottom.jpg);
	background-repeat:no-repeat;
}

.pbContent
{
	background:#d1d7cb;
}
.pbContent2
{
	background:#d1d7cb;
}
div#pbRow
{
	padding-left:20px;
	padding-right:3px;
	position:relative;
	top:-1px;
	border-top-width:thin;
	border-top-color:#ffffff;
	border-top-style:solid;
}
.pbRowPlus
{
	background-image:url(/images/pbElement_plus.jpg);
	background-repeat:no-repeat;
}
.pbRowFace
{
	background-image:url(/images/pbElement_face.jpg);
	background-repeat:no-repeat;
}
.pbRowPlus a:link {
 	
 	color:#617A5D;
	text-decoration: none;
	font-weight:normal;
}
.pbRowPlus a:visited {
 	
 	color:#617A5D;
	text-decoration: none;
	font-weight:normal;
}
.pbRowPlus a:hover , a:active
{
	color: #d1d7cb;
	background: #617A5D;
}
#footer
{
	text-align:center;	
	clear:right;
	height:30px;
  	position: absolute;
 	width: 460;
	margin-left: 3px;
  	bottom: 0;
  	color: #aaa;
  	z-index:1000;
  	opacity:0.9;
  	filter:alpha(opacity:90);
}

#footer p
{
	font-size: 	10px;
	margin:		0px;
	margin-top:	12px;
	color:		#BEBEBE;
}


#highlight
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#highlightBox
{

	display: block;
	background:#999999;

	opacity: 0.5;
	filter: alpha(opacity=50);
}

#moved {
	border: 1px #cccccc solid;
	background-color: #d1d7cb;
	padding: 5px;
}

#moved h4 {
	margin: 0px;
	padding: 0px;
}

#moved p {
	margin: 0px;
	padding: 0px;
}

#moved a:hover {
	color: #ffffff;
	background-color: #3d5bcd;
}

#man a:hover {
	text-decoration: none;
}
