body
{
text-align: center; /*for IE 4-6*/
font-size:65%;
}

#container{
margin:2% 7% 2% 7%;
text-align: left; /*for IE 4-6 to reset "center" above*/
}

h1 {
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size:1.7em;
	font-weight: bold;
	color:#efefef;
	letter-spacing:1px;
	text-align: left;
	margin:0 55px 15px 20px;
}

h2 {
	font-family:Helvetica, Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color:#ffffcc;
	letter-spacing:2px;
	margin:0 65px 5px 50px;
}

h3 {
	font-family:Helvetica, Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing:1px;
	color:#ff9900;
	margin:0 55px 5px 70px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #ffffff;
	margin:0 50px 15px 70px;
	line-height:135%;
}

a:link	{
	color:#ccff33;
	text-decoration:underline;
}

a:visited	{
	color:#ccff33;
	text-decoration:none;
}

a:hover	{
	color:#ffff00;
	text-decoration:underline;
}

a:active	{
	color:#ccff66;
	text-decoration:underline;
}

 #header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	background-image: url(../images/logo_nc_tight.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 75px;
 } 
 
 #footer {
 	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#cccccc;
	text-align:right;
	line-height: 2em;
	background: #660033 url(../images/grafiti_bground.jpg) center;
	height:2em;
	width:auto;
	margin-top:2px;
	border-top:solid 1px #000000;
	padding-right:2em;
}
		 
 #top_nav {
	background: #660033 url(../images/grafiti_bground.jpg) center;
	height:2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
	line-height:2em;
	letter-spacing: 0.15em;
	border-bottom: solid 3px #ffffff;
	padding-right: 15px;
}

#top_nav a:link	{
	color:#6699cc;
	text-decoration:none ;
}

#top_nav a:visited	{
	color:#6699cc;
	text-decoration:none;
}

#top_nav a:hover	{
	color:#ffffcc;
	text-decoration:underline;
}

#top_nav a:active	{
	color:#ffffcc;
	text-decoration:underline;
}


#left_nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #669933 url(../images/cranes_vert.jpg) center no-repeat;
	float: left;
	width:175px;
	height: 999px;
	line-height:140%;
	border-right:solid 3px #ffffff;
	padding-top:3em;
	list-style-type: none;
}

/*for all links in the list in this container*/
#left_nav a:link	{
	display:block;
	color:#ffffcc;
	font-weight:bold;
	padding: 5px 10px 3px 30px;
	text-decoration:none;
}

#left_nav a:visited	{
	display:block;
	color:#ffffcc;
	font-weight:bold;
	padding: 5px 10px 3px 30px;
	text-decoration:none;
}

#left_nav a:hover	{
	background-color:#ccff99;
	color:#660033;
	border-left:solid 7px #ffffcc;
	padding-left:23px;
}

#left_nav a:active	{
	background-color:#ccff99;
	color:#660033;
	border-left:solid 7px #ffffcc;
	padding-left:23px;
}

/*removes bullets and margins for list in this container*/
#left_nav ul {
	font-size:1em;
	list-style-type:none;
	margin:0;
	padding:0;
}

#left_nav li	{
/*for Opera to avoid gaps*/
	margin:0;
}

/*for all links in the nested list*/
#left_nav li li a:link	{
	display:block;
	font-weight:normal;
	/*for this model, the sum of the padding must equal the padding of the
		main list (#left_nav a)*/
	padding: 1px 0 1px 45px;
	text-decoration:none;
}
#left_nav li li a:visited	{
	display:block;
	font-weight:normal;
	color:#ccffcc;
	/*for this model, the sum of the padding must equal the padding of the
		main list (#left_nav a)*/
	padding: 1px 0 1px 45px;
	text-decoration:none;
}
#left_nav li li a:hover	{
	display:block;
	font-weight:normal;
	color:#660033;
	/*for this model, the sum of the padding must equal the padding of the
		main list (#left_nav a)*/
	padding-left:38px;
	text-decoration:none;
}
#left_nav li li a:active	{
	display:block;
	font-weight:normal;
	color:#660033;
	/*for this model, the sum of the padding must equal the padding of the
		main list (#left_nav a)*/
	padding-left:38px;
	text-decoration:none;
}

#content {
background-color:#006699;
height: 1000px;
padding: 30px 30px 0 30px;
margin-left:180px;
}
#content ul	{
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:1.2em;
line-height:140%;
}
#content li{
margin-left:3em;
}

.text_box {margin:10px 0 0 50px; height:175px;}
.text_box p {margin:0;}
.text_box_image {
float:left;
width:150px;
height:150px;
border:solid 3px #ffffff;
margin-right:10px;
}
.text_box h3 {margin:0;}

#image_container_top {
background-color:#006699;
text-align:left;
display:block;
width:auto;
height:125px;
margin:0 0 25px 0;
white-space: nowrap;
}

.image_circle_top	{
margin-right:3%;
margin-left:7%;
}

.border3wht	{
border: solid 3px #ffffff;
margin:0 0 0 15px;
}

.links {
padding-left:10px;
text-align:left;
width:50%;
margin:0 0 15px 45px;
}
.links h3 {
font-size:1.2em;
margin-left:36px;
}
.links ul {
margin:0;
padding:0 0 15px 0;
list-style-type:none;
border-bottom:1px solid #999999;
}
.links a:link, visited {text-decoration:none;}
.links a:hover, active {text-decoration:underline;}