body  {
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
a {
	font-weight: bold;
	color: #002157;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.content {
	font-size: 12px;
}
h1, .head {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}
h2, .subhead {
	font-size: 12px;
	font-weight: bold;
}
.thrColHybHdr #container { 
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto; */
	text-align: left; 
}  
.thrColHybHdr #header {
	padding: 0; 
	background-color: #002157;
	background-image: url(images/sheridan_banner_bg.jpg);
	background-repeat: repeat-x;
	background-position: 760px;
	min-width:780px;
	position:relative;
} 
.thrColHybHdr #flash {
	left: 363px;
	top: 62px;
	height: 35px;
	width: 375px;
	position: absolute;
} 
.thrColHybHdr #sidebar1 {
	float: left;
	width: 175px;
	background: #002157; 
	padding-top: 15px;
	margin-bottom: 15px;
}
.thrColHybHdr #sidebar2 {
	float: right; 
	width: 175px; 
	background: #002157; 
	padding-top: 15px;
	margin-bottom: 15px;
}
.thrColHybHdr #sidebar1 a, .thrColHybHdr #sidebar2 a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 8px;
	line-height: 20px;
	margin-right: 2px;
}
.thrColHybHdr #container #sidebar1  a.menulink img{
 padding:0;
 border:none;
 margin-left:-8px;
 cursor:default;
}
.thrColHybHdr #sidebar1 a:hover {
	background-color: #9baddc;
	background-image: url(images/link_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #002157;
}
.thrColHybHdr #sidebar2 a:hover {
	background-color: #c5b096;
	background-image: url(images/link_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #002157;
}

.thrColHybHdr #mainContent {
 	margin: 0 175px 0 175px;  
	padding: 0; 
}
.thrColHybHdr #mainContent #content {
	margin: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}  
.thrColHybHdr #footer {
	margin-right: 175px;
	margin-left: 175px;
	text-align: center;
	background-color: #c5b096;
	font-size: 10px;
} 
#footer div div {
	padding-right: 20px;
	padding-left: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* the inner corners of the main content area */
.bubble_top ul {
	height: 10px;
	list-style: none;
	margin: 0;
	background-image: url(images/corners_inner.jpg);
	background-repeat: no-repeat;
	background-position: -10px 0px;
}
.bubble_top ul li {
	float: right;
	width: 10px;
	height: 10px;
	background-image: url(images/corners_inner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* the corners of the main and practice area menus*/
.bubble_bottom ul {
	height: 10px;
	list-style: none;
	background-color: #002157;
	background-image: url(images/corners.jpg);
	background-repeat: no-repeat;
	background-position: -10px 0px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.bubble_bottom ul li {
	float: right;
	width: 10px;
	height: 10px;
	background-image: url(images/corners.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* the corners of the damages menu */
#damages .bubble_top ul {
	height: 10px;
	list-style: none;
	margin: 0;
	background-image: url(images/corners.jpg);
	background-repeat: no-repeat;
	background-position: -10px -10px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#damages .bubble_bottom ul {
	height: 10px;
	list-style: none;
	background-color: #002157;
	background-image: url(images/corners.jpg);
	background-repeat: no-repeat;
	background-position: -10px 0px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#damages .bubble_top ul li {
	float: right;
	width: 10px;
	height: 10px;
	background-image: url(images/corners.jpg);
	background-repeat: no-repeat;
	background-position: 0px -10px;
}
#damages .bubble_bottom ul li {
	float: right;
	width: 10px;
	height: 10px;
	background-image: url(images/corners.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* the corners of the footer */
#footer .bubble_top ul {
	background-image: url(images/corners_footer.jpg);
	background-position: -10px -10px;
}
#footer .bubble_bottom ul {
	background-image: url(images/corners_footer.jpg);
	background-color: #c5b096;
	margin: 0;
}
#footer .bubble_top ul li {
	background-image: url(images/corners_footer.jpg);
	background-position: 0px -10px;
}
#footer .bubble_bottom ul li {
	background-image: url(images/corners_footer.jpg);
}
.ResourceLinks {
	display: block;
	background-image: url(images/resource_link_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
input, textarea {
	border: 1px solid #c5b096;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
}
input .sendbutton {
	border: 1px solid #8c6239;
	background-color: #c5b096;
}
hr {
	border: none 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c5b096;
}
.thrColHybHdr #sidebar1 a.features {
	margin: 0px;
	padding: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	display: block;
}
