/* Redefined HTML tags */

body {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
}
h1 {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
}
h2{
	color: #000000;
    font-size: 20px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
hr {
	color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
 }
#content a[href^="/"]:after {
	content: " (http://www.nsdl.org" attr(href) ") ";
}
/* custom ids */
#wrapper {
	width: 774px;
	text-align:left;
	background-color: #ffffff;
	width: 100%;
	border: none;
}

#content {
	color: #000000;
	background-color:#FFFFFF;
	float:none;
}

#subnav, .skip_navigation, .skip_content, .TopLink, #BreadcrumbName, #nsdl_searchform_persist, #nsdl_searchform, #footer, #navigation, #logo, #header, #skip_navigation, #breadcrumb_bar, #img {
	display: none;
}

/* Search specific */
.searchOptionsLinks {
	display: none;
}

/* hide urls from displaying in FireFox printouts */
#content a:link:after, #content a:visited:after {
	content: "";
}