body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-image: url(../imagestheory/bg_home.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	text-align: center; /* fixes centering bug in IE -- text reset to left-flush in container DIV */
}

html { overflow: -moz-scrollbars-vertical !important; } /* Firefox scrollbar fix */

/* LINK STYLES */

a { text-decoration: none; }
a:link { color: #4f578c; }
a:visited { color: #4f578c; }
a:hover { color: #e19530; text-decoration: underline; }
a:active { color: #000000; }


/* GENERAL TYPE STYLES */

p { margin: 0px; padding-bottom: 11px; }
h1 { margin: 0px; padding: 0px; font-size: 20px; line-height: 20px; font-weight: normal; color: #333333; }
h2 { margin: 0px; padding: 0px; font-size: 13px; line-height: 15px; font-weight: bold; color: #333333; }
h3 { margin: 0px; padding: 0px; font-size: 12px; font-weight: bold; color: #333333; }


#container { text-align: left; width: 760px; margin: 0px auto; position: relative; }

#homeleftcolumn { width:400px; float: left; position: relative; left: 60px; top: 28px; }
#homerightcolumn { width:175px; margin: 0px 0px 0px 447px; position: relative; left: 60px; top: 28px; }

#homerightcallout { width:218px; position: absolute; left: 485px; top: 425px; z-index: 2; background-color:#fdebbc;}
#homerightcallout p.newstext { padding: 6px 12px 8px 18px; margin: 0px; }
#homerightcallout p.newslink { padding: 6px 12px 0px 18px; margin: 0px; }
#homerightcallout p.date { padding: 0px 12px 8px 28px; margin: 0px; color: #333333; font-style: italic; font-size: 10px; }

a.emphasized, p.emphasized { color: #1A3A54; font-weight: bold; text-transform: uppercase; }
a.emphasized:visited { color: #1A3A54; }
a.emphasized:hover { color: #e19530; text-decoration: underline; }
a.emphasized:active { color: #000000; }

.newsbox { background-color:#e4e6e9; padding-bottom: 8px; }
.newsbox p.newstext { padding: 6px 12px 8px 10px; margin: 0px; }
.newsbox p.newslink { padding: 6px 12px 0px 10px; margin: 0px; }
.newsbox p.date { padding: 0px 12px 8px 28px; margin: 0px; color: #333333; font-style: italic; font-size: 10px; }

.copyright { font-size: 9px; line-height: 15px; padding: 20px 0px 28px 0px; color: #999999; }
.copyright a { text-decoration: none; }
.copyright a:link { color: #999999; }
.copyright a:visited { color: #999999; }
.copyright a:hover { color: #999999; text-decoration: underline; }
.copyright a:active { color: #333333; }
