html, body {
	padding:0px;
	margin:0px;
	height: 100%; /* Required */
	border:none;
	line-height: 20px;
	background:#fff url(../images/mainBg.gif) center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3b3b3b;
}

dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
	padding:0px;
	margin:0px;
	border:none;
}

img {
	border: 0 none transparent;
	padding:0px;
}

.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
a {
	color:#bf1624;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


/* Text stylings */
#right h1 {
	font-size:16px;
	color:#bf1522;
	padding:0px 0px 15px 0px;
}
#right h2 {
	font-size:14px;
	color:#3b3b3b;
	padding:0px 0px 10px 0px;
}
#right p,
#left p {
	padding:7px 0px 7px 0px;
}
#right ul {
	padding:0 0 0 0;
	margin: 0 0 0 30px;
}


/* The menu */ 
#left ul {
	list-style:none;
	background:#fff;
	padding:0px 0px 0px 0px;
}
#left ul li {
	background:url(../images/headerBg.gif) bottom repeat-x;
	line-height:30px;
}
#left ul li a {
	text-transform:uppercase;
	font-size:14px;
	text-decoration:none;
	color:#4b4b4b;
}
#left ul li a:hover {
	text-decoration:underline;
}
#left ul li ul li {
	padding:0px 0px 0px 10px;
}
#left ul li ul li a {
	text-transform:none;
}
#left li.selected {
	background:#d1d1d1 url(../images/headerBg.gif) bottom repeat-x;
}
#left #text {
	padding:5px;
}
#left #text a {
	font-weight:bold;
}
#left .spacer {
	height:60px;
	background:#fff;
}


/* Page Layout */
#main {
	margin:0px auto;
	width:755px;
}
#main #header {
	height:140px;
	width:755px;
	margin:0px 0px 30px 0px;
	background:url(../images/headerBg.gif) bottom repeat-x;	
}
#main #header #banner {
	float:right;
	width:428px;
	height:103px;
	margin:17px 0px 0px 0px;
}
#main #header #banner img {
	border:solid 1px #4b4b4b;
}
#main #header .logo p {
	padding:0px;
	margin:-6px 0px 0px 0px;
	font-size:14px;
}
#main #header .logo {
	display:inline;
	float:left;	
	margin:17px 0px 0px 0px;
}
#main #background {	
	background:#ffffff;
	width:755px;
}
#main #background #left {
	float:left;
	width:182px;
	padding:0px 0px 10px 0px;
}
#main #background #right {
	float:left;
	padding:0px 0px 0px 50px;
	width:523px;
	background:#fff;
	min-height:400px;	
}
* html #main #background #right {
	height:400px;
}
#main #footer {
	float:right;
	margin:23px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	width:520px;
	color:#bf1522;
	background:top url(../images/headerBg.gif) repeat-x;
}
#main #footerLeft {
	float:left;
	width:182px;
	background:#ffffff;
	height:80px;
	/*border:solid 1px #0000cc;*/
}

