* {margin:0;padding:0}

/* mac hide \*/
html, body {height:100%}
/* end hide*/

html, body {
	font-family: Trebuchet MS, Tahoma, Arial, san-serif;
	margin:0pt;
	padding:0pt;
}

body {
	background: center url(../images/back.gif) repeat-y;
	background-color: #FFF;
	color: #000;
	min-width:1000px;
	text-align:center;
}

#outer {
	background:transparent url('../images/right.gif') repeat-y scroll right;
	height:99.9%;
	margin:auto;
	min-height:100%;
	position:relative;
	text-align:left;
	width:1000px;
}

html > body #outer {
	height:auto;
}

#header {
	background: url('../images/top.gif') no-repeat;
	background-color: #CD3429;
	color:#FFF;
	height:200px;
	overflow:hidden;
	position:absolute;
	top:0pt;
	width: 1000px;
	z-index:100;
	text-align: right;
	font-weight: bold;
}

#header p {
	font-size: 18px;
	line-height: 30px;
	padding-right: 10px;
	padding-top: 5px;
}

#left {
	color: #FFF;
	float:left;
	padding-top:200px;
	position:relative;
	width:250px;
}

#supplies {
	color: #CD3429;
	padding-top: 18px;
	padding-bottom: 18px;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

#supplies a{
	color: #CD3429;
}

#supplies a:hover{
	color: #FFF;
}

#supplies p{
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
}

#supplies h3 {
	font-weight: normal;
	font-size: 15px;
}

#left h1 {
	padding-top: 18px;
	padding-bottom: 18px;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	border-bottom: 3px solid #FFF;
}

.white{
	color: #FFF;
}

.white a{
	color: #FFF;
}

.white a:hover{
	color: #3B5282;
}

.red{
	color: #CD3429;
}

.red a{
	color: #CD3429;
}

.red a:hover{
	color: #FFF;
}

.blue{
	color: #3B5282;
}

.blue a{
	color: #3B5282;
}

.blue a:hover{
	color: #CD3429;
}

#footer {
	background-color:#CD3429;
	bottom:0pt;
	clear:both;
	color:#FFF;
	height:25px;
	left:0pt;
	position:absolute;
	text-align:center;
	width:1000px;
}

#footer b{
	color: #000;
}

* html #footer {
	margin-bottom:-1px;
}

* html #footer {
	height:50px;
}

div, p {
	margin-top:0pt;
}

#centercontent {
	float:right;
	padding-top:200px;
	width:750px;
	text-align: justify;
}

#centercontent li {
	list-style-type: disc;
	list-style-position: inside;
}

#centercontent img {
	border-style: none;
}

#clearfooter {
	clear:both;
	height:25px;
	width:100%;
}

html > body #minHeight {
	float:left;
	height:100%;
	margin-bottom:-25px;
	width:0px;
}

#nav1 {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 1000px;
	height: 25px;
	text-align: center;
}

#nav2 {
	position: absolute;
	top: 175px;
	left: 0px;
	width: 1000px;
	height: 25px;
	text-align: center;
}

#navlist {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #000;
	font-size: 12px;
}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #000;
	border-bottom: none;
	background: #CD3429;
	text-decoration: none;
}

#navlist li a:link { color: #FFF; }
#navlist li a:visited { color: #FFF; }

#navlist li a:hover {
	color: #FFF;
	background: #3B5282;
	border-color: #000;
}

#navlist li a#current
{
	background: #DA675F;
	border-bottom: 1px solid #DA675F;
}

#column1, #column2 {
	width: 325px;
	margin-top: 16px;
	margin-left: 25px;
	float: left;
}

#column1 h1, #column2 h1 {
	font-size: large;
	color: #3B5282;
}

#column1 h2, #column2 h2 {
	font-size: medium;
	color: #CD3429;
}

#column1 p, #column2 p {
	padding-bottom: 16px;
	color: #000;
}

#column1 ul, #column2 ul {
	padding-bottom: 16px;
}

.notes{
	font-size: small;
	font-style: italic;
}