@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/images/taca-bkg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	font-size : 11px;
	color : #333333;
}
#container {
	width: 800px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
} 
#header {
	width: 800px;
	height: 140px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
#header img.nopad {
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#horizontal_separator {
	width: 800px;
	height: 7px;
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #ffffff;
}
#top_nav {
	width: 800px;
	height: 20px;
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #E7E8E9;
}
#mainContent {
	width: 800px;
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#sidenav {
	width: 200px;
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#sidenav_cover {
	width: 160px;
	background-color: #E7E8E9;
	padding: 10px;
	margin:0px auto;
}
#sidebanner {
 padding: 0;
 margin:0px auto;
}
#sidebanner A {
	color : #A40237;
}
#sidebanner A, A:VISITED {
	color : #A40237;

}
#sidebanner A, A:LINK {
	color : #A40237;
}
#sidebanner A, A:HOVER {
	color : #213F7D;
}
#pageContent {
	width: 580px;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	float: right;
}
#issueLeft img {
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: 0;
	margin-right: 7px;
}
#issueLeft {
	width: 285px;
	padding: 0;
	margin: 0;
	float: left;
}
#issueSeparator {
	width: 10px;
	padding: 0;
	margin: 0;
	float: left;
}
#issueRight {
	width: 285px;
	padding: 0;
	margin: 0;
	float: left;
}
#issueRight img {
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: 7px;
	margin-right: 0;
}
#storySeparator {
	width: 580px;
	height: 15px;
}
#footer {
	width: 580px;
	padding: 0;
	margin: 0;
	text-align: center;
}
hr.greyline {
	border: 0; 
	color: #A7ACB4; 
	background-color: #A7ACB4;
	height: 1px; 
	width: 580px; 
	text-align: center;
}
hr.greyline2 {
	border: 0; 
	color: #A7ACB4; 
	background-color: #A7ACB4;
	height: 1px; 
	width: 300px; 
	text-align: center;
}
img.mainFeat {
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: 7px;
	margin-right: 0;
}
.featured, h3 {
	font-family : Arial, Geneva, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #A40237;
	margin-bottom: 10px;
}
.sectionTitle {
	font-family : Arial, Geneva, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #A40237;
	text-transform: uppercase;
}
.subSection, h4 {
	font-family : Arial, Geneva, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #213F7D;
}
.title {
	font-family : Arial, Geneva, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #A40237;
}
.blurb {
	text-align: justify;
}
.blue {
 	color : #A40237;
}
A {
	color : #A40237;
}
A, A:VISITED {
	color : #A40237;

}
A, A:LINK {
	color : #A40237;
}
A, A:HOVER {
	color : #213F7D;
}
A.footer {
	text-decoration: none;
	font-family : Arial, Geneva, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #A40237;
}
A, A.footer:VISITED {
	text-decoration: none;
	font-family : Arial, Geneva, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #A40237;

}
A, A.footer:LINK {
	text-decoration: none;
	font-family : Arial, Geneva, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #A40237;
}
A, A.footer:HOVER {
	text-decoration: none;
	font-family : Arial, Geneva, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #213F7D;
}
A, A.topnav,  A.topnav:VISITED, A.topnav:LINK, A.topnav:HOVER {
	text-decoration: none;
	font-family : Arial, Geneva, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #213F7D;
}
.clearfloat {
	clear: both;
}
ul {
	list-style-position: inside;
}
