/* 
.....................................................................................
	CLASSES 
	custom style formatting
.....................................................................................
*/

A:link { color: #922; text-decoration: none;}
A:hover { color: #922; text-decoration: underline;}
A:visited { color: #633; text-decoration: none; }
A:visited:hover { color: #533; text-decoration:underline; }
A:active { color: #766; text-decoration: underline; }

.header { font-family: hoefler text, georgia, times, serif;
	font-style: italic;
	color: #522;
	font-size: 14px;
	line-height: 10px;
	text-indent: 0px;
	text-align: left;
	margin-left: 25px;
	margin-top: 15px;}

.date { font-family: lucida grande, verdana, arial, sans;
	color: #522; font-size: 10px;
	line-height: 12px;
	text-indent: 0px;
	text-align: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;}

.body { font-family: hoefler text, georgia, times, serif;
	color: #444;
	font-size: 10px;
	line-height: 12px;
	text-indent: 0px;
	text-align: left;}

.news { font-family: lucida grande, verdana, arial, sans;
	color: #444;
	font-size: 10px;
	line-height: 12px;
	text-indent: 0px;
	text-align: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 3px;}

.blockquote { font-family: lucida grande, verdana, arial, sans;
	color: #444;
	font-size: 10px;
	line-height: 12px;
	text-indent: 0px;
	text-align: left;
	margin-left: 50px;
	margin-right: 10px;
	margin-top: 3px;}

.copy { font-family: hoefler text, georgia, times, serif;
	color: #555;
	font-size: 9px;
	line-height: 10px;
	text-indent: 0px;
	text-align: center;}

.image { border: 1px solid #444;
	margin: 10px 10px 10px 10px;}

.image-caption { font-family: hoefler text, georgia, times, serif;
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
	text-align: center;
	margin: 0px 10px 10px 10px;
	color: #522;}

.icon { border: 0px;
	margin: 3px 3px 3px 3px;}

.icon-caption { font-family: lucida grande, verdana, arial, sans;
	color: #444;
	font-weight: bold;
	font-size: 9px;
	line-height: 11px;
	text-indent: 0px;
	text-align: center;
	margin: 0px 5px 10px 5px;}

/*
.....................................................................................
	DIVS
	site positioning
.....................................................................................
*/

body {
	background-color:#eee;
	background-image: url(images/bkgr-pinstripes.jpg);	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	/* part 1 of 2 centering hack */
	color:#fff;
	}

#content {
	background-color: #FFF;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;	
	border-top: 1px solid #ddd;
	border-bottom: 0px;	
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:0px auto' */
	text-align:left; /* part 2 of 2 centering hack */
	width: 551px; 
	voice-family: "\"}\"";
	voice-family:inherit;
	}

#sidebar1 {
	background-color: #aaa;
	width: 102px;
	text-align: center;
	vertical-align: top;
	border: 0px 0px 0px 0px;
	margin: 0px auto;
	}

#sidebar2 {
	background-color: #aaa;
	width: 102px;
	text-align: center;
	vertical-align: bottom;
	border: 0px 0px 0px 0px;
	margin: 0px auto;
	}

#nav {
	background-color: #ddd;
	text-align: center;
	vertical-align: middle;
	border: 0px 0px 0px 0px;
	margin: 5px auto;
	width: 551px;
	}
