@charset "UTF-8";
/* CSS Document */

/* Page divisions*/

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 12px; 
	color: #000000;
}

td,p { 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 12px; 
	color: #000000; }



#twitterFeed {
	background: url(../images/twit_content.jpg);
	background-repeat: repeat;
	margin: 5px 40px 3px 20px;
	width: 225px;
	height: auto;
}

/* Typographic controls: all */

em {
	font-style: italic;
	font-weight:bold;
}

strong {
	font-weight: bold;
}

a:link {
	color: #900;
}

a:visited {
	color: #600;
}

a:hover {
	color: #C00;
}

a:active {
	color: #C00;
}

/* Typographic controls: contentColumn */

h1 {
	color: #431C18;
	font-size: 20px;
}

h2 {
	color: #431C18;
	font-size: 18px;
}

h3 {
	color: #431C18;
	font-size: 17px;
}

h4 {
	color: #431C18;
	font-size: 16px;
}

h5 {
	color: #431C18;
	font-size: 15px;
}

h6 {
	color: #431C18;
	font-size: 14px;
}

/*#pg2contentColumn img.imageCenter {
	margin: 5px 15px 5px 45px; 
} */



/* Typographic controls: rightColumn */

#rightColumn h1,h2,h3 {
	line-height: 110%;
}

#rightColumn h1 {
	margin: 20px 40px 3px 20px;
	color: #900;
	font-size: 14px;
}

#rightColumn h2 {
	margin: 5px 40px 3px 20px;
	color: #843514;
	font-size: 13px;
}

#rightColumn h3 {
	margin: 5px 40px 3px 20px;
	color: #5A1806;
	font-size: 12px;
}

#rightColumn p {
	margin: 3px 40px 0 20px;
	color: #402F2A;
	font-size: 11px;
	line-height: 120%;
}

#rightColumn ul {
	margin-top: 5px;
	margin-bottom: 3px;
}

#rightColumn ul li {
	margin: 0 30px 0 10px;
	font-size: 10px;
	line-height: 120%;
}

#rightColumn ul ul li {
	margin: 0 30px 0 10px;
}

#rightColumn #twitterFeed ul li {
	margin-bottom: 5px;
	margin-left: 0;
}

#rightColumn img.sideBarImage {
	margin: 5px 50px 5px 20px; /* Maximum sidebar image width: 220px */
}

/* Typographic controls: footer */

.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
}