* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	text-align: center;
	padding-bottom: 0px;
	voice-family: "\"}\"";
	voice-family:inherit;
	font:small Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	padding-top: 20px;
  } 
  
a:link {
	color: #003366;
	font-weight: normal;
	text-decoration: underline;
	}
	
a:visited {
	color: #aaaacc;
}

a:hover {
	text-decoration: none;
	}
p {
	line-height: 1.5em;
	margin-bottom: 10px;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #6994C6;
}
#divContent ul {
	margin-left: 20px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
	
/* ************************* page layout styles *********************** */

/* ******* main container ********* */
#divContainer {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 740px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}
#divHeader {
	background-color: #6699CC;
}
#divBody {
}
.imgStaff {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}


/* ******* left column ********* */
#divLeftCol {
	width: 210px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 0.85em;
}
#divPrimaryNav{
	margin-right: 15px;
	margin-left: 15px;
	height: 360px;
}

#divPrimaryNav ul{
	list-style-type: none;
	border-top-color: #FFFFFF;
}
#divPrimaryNav li{
	margin-bottom: 6px;
	line-height:1.6em;
	border: 1px solid #FFFFFF;
}

#divPrimaryNav ul a{
	display: block;
	padding-left: 8px;
	color: #003366;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#divPrimaryNav ul a:link{
	text-decoration: none;
}

#divPrimaryNav ul a:visited{
	text-decoration: none;
	color: #003366;
}

#divPrimaryNav ul a:hover, #divPrimaryNav ul a.current {
	text-decoration: none;
	color: #9999cc;
	font-weight: bold;
}


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

#divContent {
	float: right;
	position: relative;
	width: 510px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.95em;
}
#divFeed {
	clear: both;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003366;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
#divFeed p {
	font-size: 0.95em;
	line-height: 1.3em;
	}
#divFeed .date {
	font-size: 11px;
	text-transform: uppercase;
	color: #6699D1;
	font-weight: bold;
}
#divFeed a:link, #divFeed a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	}
	


#divFeed a:hover {
	text-decoration: underline;
	}

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

#divFooter {
	clear: both;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #ccccff;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
#divFooterNav {
	text-align: center;
}
#divFooter ul {
	text-align: center;
	margin-bottom: -2px;
}
	
#divFooter ul li {
	display: inline;
	list-style-type:none;
	}
		
#divFooter ul a{
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	padding-right: 3px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	height: 10px;
	}

#divFooter ul a.last{
	border-right-style: none;
	}

#divFooter ul a:link {
	text-decoration: none;
 	}
#divFooter ul a:visited {
	text-decoration: none;
	color: #aaaacc;
 	}
#divFooter ul a:hover, #divFooter ul a.current {
	text-decoration: underline;	
	}
#divContact {
	text-transform: uppercase;
	color: #6699cc;
	font-size: 11px;
	text-align: center;
	margin-top: 8px;
	font-weight: bold;
}
#divContact a:link, #divContact a:visited {
	color: #6699cc;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}
#divContact a:hover {
	color: #6699cc;
	text-decoration: underline;
	text-transform: lowercase;
}


/* ******* other styles ********* */
.divClear {
	clear: both;
}
