@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #1A334D;
	background-image: url(../images/stevens-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixRtHdr #outer-container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000033;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/contentbox-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

.twoColFixRtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
	background-color: #FFFFFF;
} 

.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	background-image: url(../images/leftnavtop.jpg);
	background-repeat: no-repeat;
	height: 337px;
}
.twoColFixRtHdr #sidebar1 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	font-style: italic;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 45px;
	margin-left: 0px;
	color: #336699;
}


.twoColFixRtHdr #sidebar1 a {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	text-decoration: none;
	color: #336699;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	padding-right: 6px;
	height: 14px;
	width: 154px;
}
.twoColFixRtHdr #sidebar1 a:hover {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	text-decoration: none;
	color: #003366;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	padding-right: 6px;
	background-color: #EEEEEE;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #FFCC00;
}
.twoColFixRtHdr #sidebar1 li {
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6699CC;
}
.twoColFixRtHdr #sidebar1 li li {
	list-style-type: none;
	display: block;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #sidebar1 li li a {
	font-weight: normal;
	color: #003366;
}
.twoColFixRtHdr #sidebar1 li li a:hover {
	font-weight: normal;
}



.twoColFixRtHdr #sidebar1 ul {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6699CC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #sidebar1 ul ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.twoColFixRtHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 240px;
	margin-bottom: 0px;
	margin-left: 175px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
} 

.twoColFixRtHdr #header {
	background-color: #1A334D;
	background-image: url(../images/top-background.jpg);
	height: 230px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
} 
.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #rightbar1 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 225px;
	background-color: #FAFAFA;
	background-image: url(../img/rightbar-bground.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336699;
}
.twoColFixRtHdr #rightbar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}


.twoColFixRtHdr #sidebar-login textfield {
	font-size: 10px;
	line-height: 12px;
}



#mainContent a {
	color: #0066CC;
	text-decoration: none;
}

.twoColFixRtHdr #mainContent h1 {
	font-size: 30px;
	color: #6699CC;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 15px;
}


.twoColFixRtHdr #footer {
	height: 48px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixRtHdr #header-leftbox {
	height: 230px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	width: 370px;
	float: left;
}
.twoColFixRtHdr #header-rightbox {
	height: 230px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 390px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 380px;
}
.twoColFixRtHdr #header-leftbox-logo {
	height: 130px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	width: 350px;
}
.twoColFixRtHdr #header-leftbox-pagetitle {
	height: 99px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 70px;
	margin: 0px;
	width: 280px;
}
.twoColFixRtHdr #header-leftbox-pagetitle h1 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	color: #003366;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #mainContent h2 {
	font-size: 20px;
	line-height: 20px;
	color: #336699;
	font-weight: normal;
}
#topnav {
	background-color: #FFCC00;
	height: 25px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	color: #000033;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 25px;
}
.twoColFixRtHdr #topnav p {
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #topnav a {
	padding-right: 15px;
	color: #000033;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #FFCC00;
}
.twoColFixRtHdr #topnav a:hover {
	padding-right: 15px;
	color: #336699;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #CC9900;
	background-color: #FFFFFF;
}


.twoColFixRtHdr #sidebar-bottomblend {
	margin: 0px;
	padding: 0px;
	width: 130px;
	height: 58px;
	background-image: url(../img/rightbar-bground.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.twoColFixRtHdr #legal {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.twoColFixRtHdr #legal p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
.twoColFixRtHdr #legal a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar-contentblend {
	margin: 0px;
	padding: 0px;
	width: 130px;
	height: 342px;
	background-image: url(../img/content-blend.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.twoColFixRtHdr #mainContent h3 {
	font-size: 14px;
	line-height: 14px;
	color: #000033;
	font-weight: bold;
}
.twoColFixRtHdr #sidebar-cta {
	background-color: #FFCC00;
	margin: 0px;
	padding: 0px;
	width: 225px;
	font-size: 9px;
	color: #99CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 112px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
}
.twoColFixRtHdr #mainContent p {
	font-size: 11px;
	color: #000033;
}
