/*------ Layout Definitions ------*/
body {
	background-color: #e0e0d5;
	background-image: url(images/bg-wide.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image:  url("images/curve-headerRight.gif");
	background-repeat: no-repeat;
	background-position: right;
	background-color: #999966;
	width: 580px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 165px;
}
#header img {
	margin: 17px 0px 15px 15px;
}
#navMain {
	background-color: #e0e0d5;
	width: 115px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 50px;
}
#navMain img {
	display: block;
}
#pageTitle {
	background-image:  url("images/curve-body.gif");
	background-repeat: no-repeat;
	width: 430px;
	height: 40px;
	position: absolute;
	top: 100px;
	left: 165px;
	padding: 25px 0px 0px 25px;
}
#mainContent {
	width: 430px;
	position: absolute;
	top: 170px;
	left: 190px;
	margin: 0px;
	padding-bottom: 40px;
}
#rightContent { /* Use this for things like subnav or photos */
	background-color: #ffffff;
	position: absolute;
	top: 100px;
	left: 645px;
	width: 115px;
	padding: 25px 5px 25px 10px;
	border-left: 1px dashed #e0e0d5;
}

/*------ Font Definitions ------*/
#header {
	font-size: 10px;
	color: #ffffff;
}
#header a {
	color: #000000;
	text-decoration: none;
}
#header a:hover {
	color: #ffffff;
}
#navMain dl {
	background-color: #999966;
	font-size: 10px;
	text-align: right;
	line-height: 120%; /* this is for multi-line links */
	padding: 20px 0px 20px 0px;
	margin: 0px;
}
#navMain dt {
	padding: 6px 10px 6px 0px;
	margin: 0px;
}
#navMain dd {
	margin: 0;
	padding: 0;
}
#navMain ul {
	background-color: #cccc99;
	list-style: none outside;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #ffffff;
}
#navMain ul li {
	margin: 0;
	padding: 0;
	border-top: 1px dashed #ffffff;
}
#navMain ul li a {
	color: #000000;
	background-color: #cccc99;
	text-decoration: none;
	display: block;
	/* Next 4 lines: "Box Model Hack" to fix IE5/Win bug. Google it to learn more */
	width: 115px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 105px;
	padding: 6px 10px 6px 0px;
}
#navMain ul li a:hover {
	color: #000000;
	background-color: #ffffff;
}
#navMain ul li a.currentPage {
	color: #000000;
	background-color: #ffffff;
}
#pageTitle h1 {
	font-size: .9em;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;
}
#pageTitle .section {
	color: #999999;
}
#mainContent, #rightContent {
	font-size: .7em;
	font-weight: normal;
	color: #333333;
	line-height: 140%;
}
td {
	font-size: inherit;
}
#mainContent h1, #mainContent h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
}
#mainContent a, #rightContent a {
	color: #660000;
	text-decoration: none;
}
#mainContent a:hover, #rightContent a:hover {
	text-decoration: underline;
}

/* ---- Misc Definitions ----*/
select, option {
	font-size: 11px;
	color: #333333;
}
select {
	padding: 0;
	margin: 0;
}
option {
	border-bottom: 1px solid #e5e5e5;
	/*padding: 2px;*/
}
#mainContent hr {
	border: none 0; 
	border-top: 1px dashed #999999;/* The border */
	height: 1px;/* Whatever the total width of the border-top and border-bottom equal */
}
#mainContent hr.half {
	border: none 0; 
	border-top: 1px dashed #999999;
	height: 1px;
	width: 50%;
	text-align: left;/* This will align it for IE */
	margin: 0 auto 0 0;/* This will align it for Mozilla */
}
#mainContent hr.quarter {
	border: none 0; 
	border-top: 1px dashed #999999;
	height: 1px;
	width: 25%;
	text-align: left;
	margin: 0 auto 0 0;
}