/* Font properties */

body	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
/*	background: #99CCFF; */
	background: #CCFFCC;
	color: #000000;
	}
p, blockquote, em	{
	font-size: small;
	}

th
	{font-weight: bold; 
	text-align: left;
	border: 1px dotted #333333;
	padding: 1px; }

td	{
	vertical-align: top;
	text-align: left;
	border: 1px dotted #333333;
	padding: 1px;
	font-size: small;
}

dt
	{font-weight: bold; }

cite 
	{font-size: 80%; }

/* Link properties */

a:link 
	{color: #663333; }
a:hover 
	{font-weight: normal; }
a:visited 
	{color: #336633; }
a:active 
	{font-style: italic; }

/* CSS positioning properties */

.contactsTable
	{
	width: 100%;
	border: 1px solid #333333;
	left: auto;
	right: auto;
}
.centerText
	{text-align: center; }
.justifyText
	{text-align: left; }
.bottomBoth {clear: both; }
	

/* DIV properties */

#outerBox 
	{background: #FFFFFF; 
	width: 700px; 
	padding: 0px; 
	border: 3px solid #663333; 
	margin-left: auto; 
	margin-right: auto;}
#logoBox
	{
	width: 110px;
	height: 110px;
	float: left;
	background: #FFFFFF;
	border: 0px;
	margin: 10px;
}	
#headerBox 
	{color: #663333;
	height: 110px;
	padding: 0px;
	background: #FFFFFF;}
#content 
	{text-align: left;
	padding: 10px;
	margin: 15px; 
	border: 1px dashed #663333; }
#nav 
	{width: 696px;
	text-align: center;
	margin: 0px;
	color: #FFFFFF;
	line-height: 150%;
	font-size: small;
	padding: 2px;
	background-color: #006633; }
#footerBox 
	{padding: 5px; 
	border: 1px dashed #663333; 
	color: #663333;
	font-size: 75%;
	font-style: normal; 
	background: #FFFFFF; 
	text-align: center; 
	margin: 15px; }
#addressBox 
	{border: 0px;
	width: 700px;
	font-style: italic;
	font-size: 80%; 
	font-family: "Times Roman", serif; 
	color: #000000;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto; }


#nav a:link 
	{color: #FFFFFF;
	text-decoration: underline; }
#nav a:active 
	{text-decoration: none; }
#nav a:hover 
	{text-decoration: none;}
#nav a:visited 
	{font-style: normal;
	text-decoration: underline;
	color: #66CC66;}
dl {
	font-size: small;
}
li {
	font-size: small;
}
