BODY {
	margin: 3px 3px 0px 3px;
	background-color: #FFF;
	background-image : url(images/gradient_background.gif);
	background-repeat : repeat-y;	
}

BODY {
	font-family: Arial, sans-serif;
	font-size: 80%; /*0.9em;*/
	color: #000000;
}

A:link    {
	text-decoration: none;
	color: #0000ff;
}
A:visited {
	text-decoration: none;
	color: #0000ff;
}
A:hover   {
	text-decoration: underline;
	color: Black;
	background-color : #CCCCFF;
}
A:active  {
	text-decoration: none;
	color: #0000ff;
}

#navbar {
	float: left;
	width: 175px;
	padding-left : 4px;
	padding-top : 4px;
	position : absolute;
	left : 4px;
	top : 3px;
	line-height : 140%;
}

#hrtc {
	margin-left: 185px;
	padding-left : 10px;
	height : 122px;
	border : 1px dotted #CCCCFF;
	background-image : url(images/gradient_RL.gif);
	background-repeat : repeat-y;
	background-position : right;
}
.hrtcdotty {
	border : 1px dotted #CCCCFF;
}

#hrtctitle {
	float : left;
}

H1 {
	margin : 10px 0px 0px 0px;
}
#hrcontact {
	float : right;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 22px;
	background-color : #CCCCFF;
	height : 100px;
	border-left : 5px solid White;
	width: 130px;
}

#gap {
	height: 5px;
}

#content, #contentPhoto {
	clear : right;
	margin-left: 185px;
	padding-left : 10px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 0px;
	border : 1px dotted #CCCCFF;
	background-image : url(images/gradient_RL.gif);
	background-repeat : repeat-y;
	background-position : right;
	min-height : 500px;  /* For Moz */
	_height : 500px;  /* For IE */
}

/* Photo Border Style  */
#contentPhoto img {
  background-color: #fff;
  border: 1px dotted #a9a9a9;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 4px;
} 
#contentPhoto div {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 16px;
	text-align: center;
	width: 210px;
	height: 16em;
	clear: none;
	overflow: hidden;
}
#compPhoto div {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 13em;
	clear: none;
	overflow: hidden;
}
#compPhoto img {
  background-color: #fff;
  border: 1px dotted #a9a9a9;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 4px;
} 
A.noHover:hover   {
	background-color : transparent;
}
/* END = Photo Border  */
#pagepic {
	float: right;
	background-color: #fff;
	border: 1px dotted #a9a9a9;
	margin-top: 0px;
	margin-bottom: 6px;
	padding: 4px;
} 

A.nav:link    {
	text-decoration: none;
	color: #000;
	background-color : transparent;
}
A.nav:visited {
	text-decoration: none;
	color: #000;
	background-color : transparent;	
}
A.nav:hover   {
	text-decoration: underline;
	color: Navy;
	background-color : #CCCCFF;	
}
A.nav:active  {
	text-decoration: none;
	color: Maroon;
	background-color : transparent;
}
.active {
	color: #595DFF;
}

#footer   {
	clear: both;
	height: 20px;
	padding-right : 0px;
	padding-top : 3px;
	padding-bottom : 3px;
	font-size: x-small;
	text-align: right;
	color: Gray;
	width: 99%;
	background-color: white;
}

/*  HR definitions  */
div.single1hr {
	margin-top: 1em;
	border-top: 1px solid #CCCCFF;
	clear:both;
} 
div.single1hr hr {visibility:hidden;} 

/* TABLE for meetings */
/* For Macs, need to have CELLSPACING=0 as well in HTML */
.tblmeeting {
	border : 1px solid #CCCCFF;
	border-spacing : 0px;
	border-collapse : collapse;
}

.tblmeeting TH {
	padding: 4px 4px;
	border : 1px solid #CCCCFF;
	text-align : left;
	font-size: 1em;
}

.tblmeeting TD {
	padding: 4px 4px;
	border : 1px solid #CCCCFF;
	text-align : left;
	font-size: 1em;
}

CAPTION {
	background-color: Silver;
	text-align: left;
	font-weight: bold;
	padding: 4px 4px;
}
/* TABLE for meetings  ENDS */

.cllrphoto {
	float: right;
	margin-left: 10px;
	background-color: #CCCCFF;
	padding: 1px;
	border : 1px solid Black;
}

#whiteblock {
	position: absolute;
	top: 0px;
	left: 3px;
	height: 3px;
	border-bottom : 1px dotted #CCCCFF; 
	background-color : White;
}

OL {
	margin-top : -0.9em;
	padding-top : -0.9em;
}
LI {
	padding-bottom: 0.9em;
}

/* Contact Us Form */
.reqField {
	color: Red;
}
.altField {
	color: Green;
}
.formWidth, .formBox {
	width: 250px;
}
.formBox {
	height: 200px;
}

/* Used for accounts page */
.twolines {
	border-bottom : 1px solid Black;
	border-top : 1px solid Black;
}
.oneline {
	border-top : 1px solid Black;
}