html, body {
	height: 100%;
}

* html #wrapper {
	height: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	background: #474747 url(../images/bckgrndstrip.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#wrapper {
	width: 868px;
	min-height: 100%;
	margin: 0px auto 0px auto;
	text-align: left;	
	border-left: 5px solid #e21665;
	border-right: 5px solid #e21665;
	background: #FFF;
	padding: 0px 10px 0px 10px;
}

#masthead {
	width: 888px;
	border-top: solid 10px #ffffff;
	background: url(../images/header.jpg) no-repeat;
	margin: 0px -10px 20px -10px;
	height: 99px;
	position: relative;
	}

#navcontainer {
	height: 99px;
	border: 0px solid #0f0;
}

ul#navlist {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	font-size: 15px;
	}

#navlist a { 
	padding: 2px 6px 1px 6px;
}

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #e21665;
	text-decoration: none;
	padding: 2px 6px 1px 6px;
}

#navlist a:hover, #navlist a.active {
	color: #ce2127;
	background-color: #fff;
	text-decoration: none;
	padding: 2px 6px 1px 6px;
}

#main {
	padding-bottom: 10px;
}

.leftcell {
	padding-right: 10px;
}

hr {
	color: #e21665;
	background-color: #e21665;
	height: 2px;
	border: 0px;
}

.alignright {
	float: right;
	margin: 0px 0px 0px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 0px 0px;
	}

h1, h3 {
	font-size: 12px;
	margin-bottom: 0px;
}

h2 { 
	font-size: 18px;
	color: #474747;
	font-weight: normal;	
	margin-bottom: 5px;
	
}

h4 {
	font-size: 28px;
	margin-bottom: 5px;
	font-weight: normal;
	
}

.smaller {
	font-size: 11px;
}

.majenta {
	color: #e21665
}