/* Child Page */
#header_search {
	float: right;
	margin: 10px 10px 0px 0px;
	width: 225px;
	text-align: right;
	font-size: 10px;
}
#header_search .divider {
	background: url(../images/search_divider.gif) bottom center repeat-x;
	padding: 0px 0px 10px 0px;
}
#header_search input {
	font-size: 12px;
}
#header_search input.text {
	width: 140px;
}
#header_search .search_choices {
	margin: 5px 0px 0px 0px;
}
#header_search #search_q {
	width: 155px;
}

#quicklinks {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#quicklinks select {
	font-size: 12px;
	width: 220px;
}

.header_bg_child {
	background-image: url(../images/headerbg_child.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid #0C5449;
}

/* Global Child Headers */
#header {
	margin: 0px 0px 0px 1px;
}
#header h1{
	height:68px;
	line-height:68px;
	font-size:1.8em;
	color:#0C5449;
	padding:0px 10px;
	background:#dddac4 url(/images/header/header-bg.gif) repeat-x top left;
}

/* Global Default Contet */
#content {
	/*
	margin: 35px 15px 0px 15px;
	padding: 0px 0px 15px 0px;
	*/
}
#interior {
	background: url(/images/interior_bg.gif) repeat-y top left;
}

/* 3 Column Layout */
.three-col {
	background: url(../images/child_3col_bg.gif) top left repeat-y;
}
#leftColumn {
	float: left;
	width: 190px;
}
#leftColumn ul {
	margin: 13px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
#leftColumn ul li {
	padding: 0px 0px 0px 4px;
	margin: 0px;
	text-indent: -10px;
}
#leftColumn ul li a {
	display: block;
	width: 178px;
	padding: 6px 0px 6px 12px;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}
#leftColumn ul li a:hover {
	background: #EAEAEA;
}
#middleColumn {
	float: left;
	width: 516px;
}
#rightColumn {
	float: left;
	width: 190px;
}

/* 2 Column Layout */
.two-col {
	background: url(../images/child_2col_bg.gif) top left repeat-y;
}

/* Consistancy */
.main-menu, .drill {
	font-size: 10px;
	line-height: 1.0em;
}
.main-menu a {
	text-decoration: none;
}
/* Missing Styles - added by Melissa */
td {
	color: #333;
	font-size: 13px;
	line-height: 1.3em;
}
p {
	color: #333;
	font-size: 13px;
	line-height: 1.3em;
}
div.main-menu {
font-size: 10pt;
color: #135549;
background-color: transparent;
line-height: 1.3em;
}
 
div.main-menu a {
text-decoration: none;
color: #135549;
background-color: transparent;
}
  
div.main-menu a:link {
color: #135549;
background-color: transparent;  
}

div.main-menu a:visited {
color: #135549;
background-color: transparent;  
}

div.main-menu a:hover {
color: #4e8077;
background-color: transparent;  
}
