@charset "utf-8";
body {
	font: 12px Helvetica, sans-serif;
	background: #d6d6eb;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5a5a5a;
}
p {
	font: 12px Helvetica, sans-serif;
	color: #5a5a5a;
}

.oneColFixCtrHdr #container {
	width:100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f6f6f6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr2 #container {
	width:100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(images/bg-home.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #f6f6f6; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0px;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

H1
{
    FONT-SIZE: 28px;
    COLOR: #ff8201;
    FONT-FAMILY:Helvetica, sans-serif;
	margin-bottom:1px;
	margin-top:1px;
}

H2
{
    FONT-SIZE: 14px;
    COLOR: #082841;
    FONT-FAMILY: Helvetica, sans-serif;
	margin-bottom:4px;
	margin-top:4px;
	
}

H3
{
    FONT-SIZE: 24px;
    COLOR: #ff8201;
    FONT-FAMILY: Helvetica, sans-serif;
	margin-bottom:4px;
	margin-top:4px;
	
}

.style2 {
	color:#05344e;
	font-size:22px;
	font-weight:bold;
}

.style3 {
	color:#8a9296;
	font-size:14px;
}

.style4 {
	color:#ff8201;
	font-size:17px;
	font-weight:bold;
}

.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f6f6f6;
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}

.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:0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.grayText {
	font-size:11px;
}

.toplink {
color:#FFFFFF;
font-family:Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}

a.toplink:link {
color:#FFFFFF;
font-family:Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}
a.toplink:visited {
color:#FFFFFF;
font-family:Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}
a.toplink:hover {
color:#05344e;
font-family:Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}

.whylink {
color:#05344e;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:underline;
}

a.whylink:link {
color:#05344e;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:underline;
}

a.whylink:visited {
color:#05344e;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:underline;
}
a.whylink:hover {
color:#ff8201;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:underline;
}

.botlink {
color:#05344e;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

a.botlink:link {
color:#05344e;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}
a.botlink:visited {
color:#05344e;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}
a.botlink:hover {
color:#ff8201;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

.homelink {
color:#05344e;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

a.homelink:link {
color:#05344e;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}
a.homelink:visited {
color:#05344e;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}
a.homelink:hover {
color:#ffffff;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

.orangelink {
color:#ff8201;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

a.orangelink:link {
color:#ff8201;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}
a.orangelink:visited {
color:#ff8201;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}
a.orangelink:hover {
color:#082841;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

.quoteText {
color:#05344e;
font-family:Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}

.quoteTextHome {
color:#05344e;
font-family:Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}

.watermark
{
	padding-left: 1px;
	vertical-align: middle;
	color: DarkGray;
}

.headerOrange {
	color:#FF6600;
	font-weight:bold;
	font-size:18px;
	margin-bottom:8px;
	margin-top:12px;
}

.headerGreen {
	color:#66CC00;
	font-weight:bold;
	font-size:18px;
	margin-bottom:8px;
	margin-top:12px;
}

.headerBlue {
	color:#3399FF;
	font-weight:bold;
	font-size:18px;
	margin-bottom:8px;
	margin-top:12px;
}

.headerWhite {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	margin-bottom:0px;
	margin-top:2px;
}

/* Start Tabs */

.menu {display:inline-block;}
.menu {display:inline;}
.holder {display:table;}
 
.menu {
  display:table-row;
  padding:0;
  margin:0;
  list-style-type:none;
  white-space:nowrap; 
  }
.menu li {display:inline;}
.menu a, .menu a:visited {
  display:block;
  float:left;
  padding:4px 16px;
  color:#ffffff; 
  background:#ff8201; 
  border:1px solid #ffffff; 
  border-bottom:0px;
  text-decoration:none;
  }
.menu a:hover {
  color:#ffffff; 
  background:#04344e;
  }
 
#wrapper1 {text-align:left;}
 
#wrapper1 .holder {margin:0;}

/* End Tabs */

.RecruiterOptions 
{
color:#ff8201;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

a.RecruiterOptions:link {
color:#ff8201;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}
a.RecruiterOptions:visited {
color:#ff8201;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}
a.RecruiterOptions:hover {
color:#082841;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

.StudentOptions {
color:#ff8201;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

a.StudentOptions:link {
color:#ff8201;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}
a.StudentOptions:visited {
color:#ff8201;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}
a.StudentOptions:hover {
color:#082841;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

.inSubLink {
color:#ff8201;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
margin-left:8px;
}

a.inSubLink:link {
color:#ff8201;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}
a.inSubLink:visited {
color:#ff8201;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}
a.inSubLink:hover {
color:#ff8201;
font-family:Helvetica, sans-serif;
font-size:11px;
text-decoration:underline;
}

.buttonOrange {
	background-image:url(images/button-bg-orange.jpg);
	font-size:11px;
	font-weight:bold;
	padding-bottom:2px;
	padding-top:2px;
	border-style:solid;
	border-width:1px;
	border-color:#ff8300;
	color:#FFFFFF;
}

.buttonBlue {
	background-image:url(images/button-bg-blue.jpg);
	font-size:11px;
	font-weight:bold;
	padding-bottom:2px;
	padding-top:2px;
	border-style:solid;
	border-width:1px;
	border-color:#06699f;
	color:#FFFFFF;
}

.buttonGreen {
	background-image:url(images/button-bg-green.png);
	font-size:11px;
	font-weight:bold;
	padding-bottom:2px;
	padding-top:2px;
	border-style:solid;
	border-width:1px;
	border-color:#5b9400;
	color:#FFFFFF;
}

.schoolText {
	font-size:12px;
}

.connectText 
{
	font-size:10px;
	color:#666666;
}

.getinvolvedText 
{
	font-size:20px;
	color:#666666;
}
	
