body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #e5e5e5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:hover
{
	color:#ff890b;
}

a:active
{
  outline: none;
}

a
{
	text-decoration:none;
	color:#adcae2;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.oneColFixCtrHdr #mainContent {
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding:0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#header-dark-blue-bar
{
	height:12px;
	line-height:12px;
	background-color:#617b91;
}
#header-bright-blue-bar
{
	height:12px;
	line-height:12px;
	width:1024px;
	background-color:#91b8d8;
}
#header-dark-grey-bar
{
	height:342px;
	width:100%;
	background-color:#464647;
}


#be-a-teacher-logo
{
	background-image:url('/images/skinv2/header/be_a_teacher_logo.jpg');
	width:485px;
	height:132px;
}
#header-separator-row
{
	background-color:#91b8d8;
	height:12px;
	line-height:12px;
}
#big-banner
{
	background-image:url('/images/skinv2/header/big_banner.jpg');
	width:1024px;
	height:342px;
}

#search-box
{
	background-color:#adcae2;
	float:left;
	margin-left:45px;
}
#search-box-top-corner-left
{
	background-image:url('/images/skinv2/search_box/search_box_top_corner_left.jpg');
	width:8px;
	height:92px;
	background-position:bottom;
}
#search-box-top-banner
{
	background-image:url('images/skinv2/search_box/search_box_top_border.jpg');
	height:92px;
	background-repeat:repeat-x;
	background-position:bottom;
}
#search-box-top-banner img
{
	vertical-align:bottom;
	height:92px;
}
#search-box-top-corner-right
{
	background-image:url('/images/skinv2/search_box/search_box_top_corner_right.jpg');
	width:10px;
	height:92px;
	background-position:bottom left;
}

#search-box-border-left
{
	background-image:url('/images/skinv2/search_box/search_box_border_left.jpg');
	width:8px;
	background-repeat:repeat-y;
	background-position:top;
}
#search-box-border-right
{
	background-image:url('/images/skinv2/search_box/search_box_border_right.jpg');
	width:10px;
	background-repeat:repeat-y;
}
#search-box-bottom-corner-left
{
	background-image:url('/images/skinv2/search_box/search_box_bottom_corner_left.jpg');
	width:8px;
	height:12px;
}
#search-box-bottom-border
{
	background-image:url('/images/skinv2/search_box/search_box_bottom_border.jpg');
	height:12px;
	background-repeat:repeat-x;
}
#search-box-bottom-corner-right
{
	background-image:url('/images/skinv2/search_box/search_box_bottom_corner_right.jpg');
	width:10px;
	height:12px;
}
#search_box_search_button
{
	background-color:#3080be;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:25px;
	height:35px;
}

#content-box
{
	background-color:#464647;
	color:#adcae2;
	width:480px;
	margin-bottom:60px;
}
.content-box-content
{
	padding-left:10px;
}
#content-box-bottom-padding
{
	margin-bottom:20px;
}
#content-box-top-banner
{
	background-image:url('/images/skinv2/content_box/content_box_top_border.jpg');
	height:92px;
	background-repeat:repeat-x;
}
#content-box-top-banner img
{
	height:92px;
}

#mainContent
{
	background-image:url('/images/skinv2/bottom_page_background.jpg');
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-top:17px;
}

#page
{
	width:100%;
	background-color:#e5e5e5;
}
#header
{
	width:1024px;
	background-color:#FFFFFF;
	height:132px;
}
#banner-box
{
	background-color:#464647;
	width:100%;
}
#header-shadow-bar
{
	background-color:#e5e5e5;
	height:17px;
	line-height:17px;
	background-image:url('/images/skinv2/header/banner_border_grey.jpg');
}
#header-shadow-middle-bar
{
	background-image:url('/images/skinv2/header/banner_border_middle.jpg');
	background-position:top;
	background-repeat:repeat-x;
	height:17px;
	width:1024px;
}

#page-content-box
{
	width:100%;
	background-color:#e5e5e5;
	text-align:left;
}
#page-content-cell
{
	width:1024px;
	background-color:#FFFFFF;
}

#footer
{
	background-color:#464647;
}
#footer-text
{
	width:100%;
	text-align:right;
	color:#FFFFFF;
}

.input_flat
{
	font-size:13px;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	margin-top:25px;
	width:270px;
	height:30px;
	padding-top:5px;
	padding-left:5px;
	color:#3080be;
}

#search_box_search_term
{
	margin-top:8px;
}

.page_middle_section_links
{
	padding-left:10px;
	line-height:15px;
}

#menu-bar
{
	height:62px;
	width:1024px;
	background-color:#626262;
	padding-top:12px;
	margin-bottom:-12px;
}

#teachers_institute_contact_container
{
	float:left;
	position:absolute;
	top:720px;
	margin-left:-400px;
}
#search-result-box-content
{
	text-align:left;
}
