@charset "UTF-8";
/* CSS Document */

			/* Global reset */
			/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

			*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
			table { border-collapse:collapse; border-spacing:0 }
			fieldset, img { border:0 }
			address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
			ol, ul, li { list-style:none }
			caption, th { text-align:left }
			h1, h2, h3, h5, h5, h6 { font-size:100% }
			q:before, q:after { content:''}

		/* Global reset-RESET */
			/* The below restores some sensible defaults */

			strong { font-weight: bold }
			em { font-style: italic }
			ol, ul, li { list-style:none }
			* a { position:relative } /* Gets links displaying over a PNG background */
			a { outline:none } /* Gets rid of Firefox's dotted borders */
			a img { border:none } /* Gets rid of IE's blue borders */
			
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
p{
text-align:left;
}

ul{
 	display:block;
	color:#D90000;
	line-height:120%;
 	text-align:left;
	margin-left:10px;
	border:none;
	padding: 0 50px 0 50px;
}

li{
	list-style:circle;
 	color:#D90000;
}
a{
	color:#FFFFFF;
	text-decoration:none;
	}
a:hover{
	color:#9d0000;
	text-decoration:none;
	}
a:active{
	color:#333333;
	text-decoration:none;
	}

#copyright{
	font-size:10px;
	text-align:center;
}	
#copyright a{
	color:#0033CC;
	text-decoration:underline;
	}

.oneColElsCtr #container {
	width: 808px;
	border: 1px none #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* LINKS */
td.model {
	border: none;
	width:144px;
	height:21px;
	margin: 0 0 0 0
}

td.model a {
	background-image: url(images/Placeholder_03.png);
	border: none;
	outline: none
	}
	
td.model a:hover {
	background-image:url(images/PlaceholderRoll_03.png)
	}

td.model a:active {
	background-image:url(images/PlaceholderActive_03.png)
	}

td.mailinglist {
	border: none;
	width:144px;
	height:26px;
	margin: 0 0 0 0
}

td.mailinglist a {
	background-position: left;
	background-image: url(images/Placeholder_06.png);
	border: none;
	outline: none
	}
	
td.mailinglist a:hover {
	background-image:url(images/PlaceholderRoll_06.png)
	}

td.mailinglist a:active {
	background-image:url(images/PlaceholderActive_06.png)
	}
	
/* END LINKS*/