/* From http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ----------------------------------------------------------------------------------------------*/

body, html {
	height:100%;
}

#divMasterContainer {
	width:668px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	border-left:1px #D36D72 solid;
	border-right:1px #D36D72 solid;
}

#divWhiteNavigation {
	padding-bottom:20px;
	padding-top:55px;
}

#ulRedNavigation, #ulWhiteNavigation {
	list-style:none;
	width:668px;
    margin :0;
    padding :0;
}

#ulRedNavigation li, #ulWhiteNavigation li {
	width:133px;
 	text-align:center;
	position:relative;
	float:left;	
}

.redLink {
	font-weight: bold;
	font-size: 9px;
	color:#D7161F;
	font-family: verdana, sans-serif;
	text-decoration: none;
}

.redLinkHere {
	font-weight: bold;
	font-size: 9px;
	color:#D7161F;
	font-family: verdana, sans-serif;
	text-decoration: underline;
}

#divRedNavigation {
	padding-top:55px;
	padding-bottom:20px;
	background-color:#D7161F;
	
}

.whiteLink {
	font-weight: bold;
	font-size: 9px;
	color:white;
	font-family: verdana, sans-serif;
	text-decoration: none;
}

.whiteLinkHere {
	font-weight: bold;
	font-size: 9px;
	color:white;
	font-family: verdana, sans-serif;
	text-decoration: underline;
}


#divRedContentContainer {
	padding-top: 30px;
	width:100%;
	height:100%;
	background-color:#D7161F;
}

#divWhiteContentContainer {
	padding-top: 30px;
	width:100%;
	height:100%;
	
}

#divText {
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
	width:616px;
	text-align:justify;
	font-family: verdana, sans-serif;
	font-size:12px;
	line-height:17px;
}

p {
	margin-bottom:20px;
}

.redText {
	color:#D7161F;
	font-weight:bold;
}

.mlb {
	list-style:disc;	
}
.mlb li {
	padding: 0 0 10px 0;
}