
body {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	background:#000000;
}



h1 {
	visibility:hidden;
	position:absolute;
    z-index:-10;
}

h2 {
	font-size:125%;
    color:#333;

}

h3 {
	font-size:110%;
    color:#666;
    font-style:italic;
    font-weight:normal;
}

h4 {

}

#wrapper {
	margin: 0 auto;
	padding:0;
	width:820px;
	height:100%;
    background-image:url(http://www.ncsu.edu/cenrep/layout/main-repeat.png);
    background-repeat:repeat-y;
	background-color:#F3F3F3;
	border-left:#FFFFFF solid 1px;
	border-right:#FFFFFF solid 1px;
	border-bottom:#FFFFFF solid 1px;
	bottom:0;
	
}



/*		Navigation		*/

a:link {
	color:#990000;
	text-decoration:none;
}

a:visited {
	color:#A79574;
	text-decoration:none;
}

a:hover {
	color:#660000;
	text-decoration:underline;
}

#nav a {
	display:block;
	padding:2px 3px 4px 10px;
	text-decoration:none;
	font-size:110%;
}

#nav a:link {
	color:#FFFFFF;
}

#nav a:visited {
	color:#F3F3F3;
}

#nav a:hover {
	color:#283139;
}

#nav .subNav a:link {
	color:#EBEBEB;
	text-decoration:none;
}

#nav .subNav a:visited {
	color:#DBDBDB;
}

#nav .subNav a:hover {
	color:#475133;
}


#footer a:link {
	color:#556677;
	text-decoration:none;
}

#footer a:visited {
	color:#333333;
	text-decoration:none;
}

#footer a:hover {
	color:#556677;
	text-decoration:underline;
}


/*		Layout		*/

#header {
	background-image:url(http://www.ncsu.edu/cenrep/layout/header.png);
    background-repeat:no-repeat;
	width:820px;
	height:28px;
	color:#FFFFFF;
	font-size:95%;
	line-height:28px;
	text-align:right;
	font-weight:bold;
	
}

#nav {
	background-image:url(http://www.ncsu.edu/cenrep/layout/nav-repeat.png);
    background-repeat:repeat-y;
	border-right:#FFFFFF solid 1px;
	padding:0px 0px 8px 0px;
	width:164px;
	float:left;
}

.nav-back {
	margin:0;
	padding:0;
	background-image:url(http://www.ncsu.edu/cenrep/layout/nav-back.png);
	background-color:#556677;
	background-position:top;
	background-repeat:no-repeat;
    height:240px;
}

.subNav {
	margin-bottom:6px;
	padding:2px 0px 2px 7px;
	background-color:#99AA77;
	border-right:#FFFFFF solid 1px;
	_border-right:none;
	width:157px;
	font-size:92%;
	line-height:16px;
	float:left;
}

#flash {
	margin:0;
    padding:0;
	width:655px;
	height:154px;
	float:right;
	border-bottom:#FFFFFF solid 1px;
	
	background-color:#333333;
}

#title {
	padding-right:6px;
	width:649px;
	height:32px;
	background-color:#99AA77;
	border-bottom:#FFFFFF solid 1px;
	line-height:30px;
	text-align:right;
	float:right;
	
}

#content {
	width:630px;
	min-height:50px;
	padding:14px 8px 18px 12px;
	background-image:url(http://www.ncsu.edu/cenrep/layout/content-back.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#F3F3F3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	_float:right;
    float:left;
}

#footer {
	padding:1px 0px 3px 120px;
	background-image:url(http://www.ncsu.edu/cenrep/layout/footer-back.png);
	color:#333333;
	text-align:center;
	font-size:85%;
	clear:both;
}



/*		Classes	and Tags	*/

p {

	text-indent:10px;
    padding-left:4px;

}

table p {
	text-indent:0px;
}

.title-text {
	font-size:115%;
	color:#333333;
	font-weight:bold;
}

.leaf {
	border:none;
    position:relative;
    bottom:-5px;
    left:-5px;
}


.name {
	font-weight:bold;
    width:100%;
    border-bottom:#333 solid 1px;
    
}


