
  
a:link {
	color: #FFFF99;
	}
	
p {
	line-height: 1em;
	margin-bottom: 10px;
}
/* ************************* page layout styles *********************** */

/* ******* main container ********* */
#divContainer {
	background-color: #6699CC;
}
#divHeader img {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCFF;
}

/* ******* left column ********* */
#divLeftCol {
	width: 460px;
	padding-top: 18px;
	font-size: 0.95em;
	text-align: center;
	color: #FFFFFF;
}
#divRightCol {
	float: right;
	position: relative;
	width: 153px;
	padding-top: 35px;
	padding-bottom: 5px;
	font-size: 0.8em;
	padding-right: 0px;
	background-image: url(../images/home_windows.jpg);
	background-repeat: no-repeat;
	padding-left: 118px;
	background-position: 0px 24px;
}
#divPrimaryNav{
	margin-right: 5px;
	margin-bottom: 25px;
	height: auto;

}

#divPrimaryNav li{
	line-height:1.1em;
	border: 1px solid #6699CC;
}

#divPrimaryNav ul a{
	color: #FFFF99;
	padding-left:0px;
}


#divPrimaryNav ul a:visited{
	color: #FFFF99;
}

#divPrimaryNav ul a:hover, #divPrimaryNav ul a.current {
	color: #FFFFFF;
}


/* ******* right column ********* */

#divContent {
	width: 100px;
	padding-bottom: 15px;
	font-size: 0.85em;
	background-color: #CC3300;
	padding-right: 0px;
}

/* ******* footer ********* */

#divFooter {
	border-top-width: 6px;
	background-color: #FFFFFF;
}
	

