* {
	margin: 0px;
	padding: 0px;
}
body  {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../images/background_sidebar.gif);
	background-repeat: repeat-y;
}
#wide  {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
}
a:link {
	color: #336633;
	font-weight: normal;
}
a:visited {
	color: #666666;
}
a:hover {
	text-decoration: none;
}
p {
	line-height: 1.5em;
	margin-bottom: 10px;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
h1 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.3em;
}
h2 {
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #006B33;
	letter-spacing: .1em;
}
ul {
	margin-bottom: 12px;
	line-height: 1.4em;
	margin-left: 25px;
	list-style-type: square;
}
ol {
	margin-bottom: 12px;
	line-height: 1.4em;
	margin-left: 10px;
	
}
ol li{
	margin-bottom: 5px;
	
}
.divPhoto {
	padding: 7px;
	width: 200px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
}
.divPhoto300 {
	padding: 7px;
	width: 300px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
}
.divPhoto300right {
	padding: 7px;
	width: 300px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-left: 10px;
}
.txtSmall {
	font-size: .85em;
	font-weight: bold;
}
#hrLine {
	height: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#divContainer {
	width: 830px;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
	background-image: url(../images/reflection.jpg);
	background-repeat: no-repeat;
	background-position: 181px 0px;
}
#wide #divContainer {
width: 850px;
	background-image: url(../images/reflectionwide.jpg);}

#divSidebar {
	float: left; 
	width: 200px;
	padding-top: 0px;
	color: #FFFFFF;
	font-size: 0.85em;
}

#divSidebar p {
	line-height: 1.4em;
}
#divSidebar h1 {
	margin-top: 15px;
}
.divSidePhoto {
	padding: 4px;
	width: 150px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

#imgLogo {
	left: 25px;
	position: relative;
}
#divPrimaryNav{
	padding-top: 10px;
	padding-left: 10px;
	width: 150px;
	text-align: right;
}

#divPrimaryNav ul{
	list-style-type: none;

}
#divPrimaryNav li{
	border: 1px solid #003333;
}

#divPrimaryNav ul a{
	display: block;
	padding-left: 8px;

	color: #FFFFFF;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

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

#divPrimaryNav ul a:visited{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#divPrimaryNav ul a:hover, #divPrimaryNav ul a.current {
	text-decoration: none;
	color: #6699CC;
	font-weight: bold;	
}
#divMainContent {
	margin-left: 205px;
	padding-bottom: 20px;
} 
#divHighlight {
	float: right;
	width: 160px;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#divHighlightInner {
	font-size: 0.8em;
	margin-left: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
}
#divHighlight h1 {
	font-size: 1.3em;
	font-weight: bold;
}
#divHighlight h2 {
	font-size: 1.1em;
}
#divMiddle {
	margin-left: 205px;
	width: 430px;
	padding-top: 170px;
}
#divContent {
	margin-left: 205px;
	width: 590px;
	padding-top: 170px;
}
#divFooter {
	font-size: .8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	margin-top: 10px;
	margin-left: 185px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 185px;
}
#wide #divFooter {margin-right: 0px;}
.divClear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
