/* Main Elements */

body {
	margin: 0px; padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #464646;
	}
	
h1 {
	margin: 0px 0px 0px 0px; padding: 0px 0px 10px 0px;
	font-weight: bold;
	line-height: 30px;
	}
	
h2 {
	line-height: 22px;
	}	
	
p {
	line-height: 20px;
	}
	
ul {
	list-style: square;
	}
	
li {
	line-height: 22px;
	}
	
img {
	border: 0px;
	}
	
a:link, a:visited, a:active {
	color: #e52525;
	text-decoration: none;
	}

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


/* ID Elements */

#header {
	margin: 0px; padding: 0px;
	background: #ffffff url(../images/NCTC_Star_Masthead.jpg) no-repeat;
	height: 130px;
	}

#header_container {
	width: 800px;
	margin-left: 130px;
	}

#content {
	width: 960px;
	height: 100%;
	margin-left: 130px;
	margin-top: 80px;
	padding: 0px;
	}
	
#articles {
	margin: 0px;
	padding: 0px;
	width: 620px;
	float: left;
	font-weight: bold;
	}
	
#sidebar {
	margin: 0px; padding: 0px 0px 0px 87px;
	width: 245px;
	float: right;
	}
	


/* Class Elements */





.disclaimer {
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	}
	
.rule {
	margin-bottom: 25px;
	border-bottom: 1px solid #b5b5b5;
	}
	
.push {
	margin-bottom: 125px;
	font-weight: normal;
	font-style: italic;
	}
	
.page_nav {
	float: right;
	font-size: 18px;
	}
	
.page_nav ul {
	margin: 0px; padding: 0px;
	}

.page_nav li {
	margin: 0px 0px 10px 10px;
	padding: 5px 20px 5px 20px;
	background-color: #cecece;
	display: inline;
	}

.page_nav a:link {
	color: #464646;
	text-decoration: none; 
	}
	
.page_nav a:hover {
	color: #464646;
	text-decoration: underline;
	}#content #articles .article p {
	font-weight: bold;
}
#content #articles .article p {
	font-weight: bold;
}
#content #articles .article p Bold {
	font-weight: bolder;
}
#content #articles .article Bold {
	font-weight: bold;
}

#content #articles .article p {
	font-weight: normal;
}
#content #articles .article p {

}
#content #articles .article h2 {
	color: #e52525;
}
.italic1 {
	font-style: italic;
	font-size: 24px;
}
.nonbold {
	font-weight: normal;
}
#content #articles .push p {
	font-style: normal;
}
