@charset "utf-8";
body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #666666;
	background-image: url(http://www.ncsu.edu/crsc/images/background.jpg);
	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: #666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #666;
	
}
.twoColFixLtHdr #container {
	width: 1024px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	color: #333;
	height: auto;
	float: none;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	font-size: 12px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding: 0px;
} 
.twoColFixLtHdr #header {
	background-color: #000;
	color: #FFF;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	top: 1px;
	margin: 0px;
	visibility: visible;
	border-top-width: 5px;
	border-top-style: none;
	border-top-color: #666;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	width: 1020px;
} 
.twoColFixLtHdr #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 */
	font-size: 27px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 199px;
	background-color: #333;
	color: #000;
	list-style-type: none;
	clear: none;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #666;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	font-size: 13.5px;
	line-height: 15px;
	border-top-style: solid;
	border-top-color: #666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

.twoColFixLtHdr #sidebar1 a:link {
	color: #6CC;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:visited {
	color: #6CC;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #C5A7FF;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:active {
	color: #6CC;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a {
	font-size: 14px;
}
.twoColFixLtHdr #container #mainContent #breadcrumbs {
	background-color: #000;
	font-weight: bold;
	float: none;
	position: static;
	font-size: 11px;
	font-weight: bold;
	height: 5px;
	vertical-align: 20%;
	bottom: auto;
	right: 0px;
	text-align: right;
	background-image: url(images/breadcrumb_line-1.jpg);
	background-repeat: no-repeat;
	height: 28px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 3.5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #FF6;
	width: 818px;
	line-height: 30px;
	background-position: center;
}

.twoColFixLtHdr #container #mainContent #breadcrumbs a:link {
	color: #6FF;
	display: inline;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent #breadcrumbs  a:visited {
	color: #3CF;
	display: inline;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent #breadcrumbs  a:hover {
	color: #C9F;
	display: inline;
}
.twoColFixLtHdr #container #mainContent #breadcrumbs  a:active {
	color: #FF6;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent #breadcrumbs  a {
	color: #FF6;
	font-size: 11px;
	font-weight: bold;
	bottom: auto;
	display: inline;
	height: 5px;
	text-decoration: underline;
}


.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	float: right;
	color: #000;
	border-right-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	width: 819px;
	margin: auto;
	clear: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 15.5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-left-width: 0px;
	border-top-width: 2px;
	border-bottom-width: 0px;
	text-align: left;
	border-bottom-style: solid;
} 

.twoColFixLtHdr #mainContent a:link {
	color: #3CC;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:visited {
	color: #39F;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #93F;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:active {
	color: #3CC;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a {
	font-weight:bold;
}

.twoColFixLtHdr #footer {
	color: #666;
	background-color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	clear: both;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: none;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #666;
	border-top-color: #666;
	border-top-style: none;
	border-right-style: none;
	border-right-width: 1px;
} 
#contactinfo {
	background-color: #000;
	font-size: 12px;
	color: #FFF;
	width: 196px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #666;
}

#contactinfo a:link {
	color: #6CC;
	text-decoration: none;
}
#contactinfo a:visited {
	color: #6CC;
	text-decoration: none;
}
#contactinfo a:hover {
	color: #C5A7FF;
	text-decoration: none;
}
#contactinfo a:active {
	color: #6CC;
	text-decoration: none;
}
.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: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666;
}
.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;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666;
}

.onlyforprint {
	display: none;
}#printnote {
}
