#content {
	width: 550px;
	margin:0 auto;
	margin-left: 170px;
}

#content p {
	color: black;
	text-align: left;
	font-weight: normal;
	line-height: 12.5px;
	padding: 0px 0px 7px 0px;
	margin: 0px;
}

#content p.center {
	color: black;
	text-align: center;
	font-weight: normal;
	line-height: 12.5px;
	padding: 0px 0px 7px 0px;
	margin: 0px;
}

#content a {
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-decoration: underline;
	color: #336699;
}

#content a:hover {
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;	
	color: #c53c00;
}

#content a.pdf {
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #336699;
}

#content a.pdf:hover {
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	margin: 0;
	padding: 0;	
	color: #c53c00;
}

#right_body_col {
	width: 600px;
	border: 0;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
}


#right_body_col p {
	text-align: left;
	font-weight: normal;
	line-height: 1.1;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#right_body_col a {
	display: block;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: normal;
	line-height: 12.5px;
	color: black;
	text-decoration: none;
	}
	
#right_body_col a:hover { 
	color: #005414;
	}



table.search_table, table.search_table td, table.search_table th {
    border-color: #4f4f4f;
    border-style: solid;
}

table.search_table {
    border-width: 1px 1px 1px 0px;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

table.search_table th.top {
    border-width: 0px 0px 0px 1px;
    background-color: #156591;
    text-align: center;
    color: white;
    font-style: bold;
}

table.search_table th.top_bot {
    border-width: 0px 0px 1px 1px;
    background-color: #156591;
    text-align: center;
    color: white;
    font-style: bold;
}

table.search_table th {
	border-width: 0px 0px 0px 0px;
    background-color: #156591;
    text-align: center;
    color: white;
    font-style: bold;
}

table.search_table th.th_white {
    background-color: white;
    text-align: center;
    color: white;
    font-style: bold;
}

table.search_table td {
    margin: 0;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    border-width: 1px 1px 0 1px;
}	

table.search_table td.last {
    margin: 0;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    border-width: 1px 1px 1px 1px;
}

table.search_table tr.even {
background-color:#EFF6FE;
}

