@charset "utf-8";


/*
-----------------------------------------------
CSS Style Sheet

Site: National Student Clearinghouse Research Site
Author:   Kim Duclos
Version:  2008.1
----------------------------------------------- */



/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin*/
* {
	margin: 0;
	padding: 0;
} 


body  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	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: #000000;
}

#container { 
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


br {
	margin: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/


html, body, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.8;
	font-weight: bold;
}

caption {
	font-weight: bold;
	background-color: #000;
	padding: .4em;
}

.smalltext {
	font-size: .9em;
}	

.smalltextitalic {
	font-size: 10px;
	font-weight: normal;
	font-style:italic;
}



/* =Headings
-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: bold;
	color: #000;
	margin: 1em 0 1em 0;
	text-align: left;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	color: #000;
	margin-top: 1.5em;
	margin-bottom: 0.8em;
	padding-bottom: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

h3 { 
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin: 1em 0;
}

h4 { 
	font-size: 100%;
	font-weight: bold;
	color:#666;
	margin-top: 1.5em;
	margin-bottom: 1em;
}



/* =Links
-----------------------------------------------------------------------------*/

a, a:link {
	color: #000066;
	}
	

a img {
	border-width: 0; 
	border-style: none;
}


#skipLinks {
	visibility: hidden;
}

#mainNav {
	font-size: 9px;
}

#sectionNav {
	font-size: 9px;
}


/* =Floats
-----------------------------------------------------------------------------*/


/* =Branding/Header Area
-----------------------------------------------------------------------------*/


#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 */
}


/* =Main Nav
-----------------------------------------------------------------------------*/



/* =Sidebar Area
-----------------------------------------------------------------------------*/



/* =Sub Nav
-----------------------------------------------------------------------------*/



/* =Main Content
-----------------------------------------------------------------------------*/


.featuretitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000;
	font-weight: bold;
	margin-top: 33px;
	margin-bottom: 15px;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #000;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.image {
	margin: 30px 0 10px 0;
	text-align: left;
}

.featureimg {
	margin: 30px 20px 10px 20px;
}

#seccontent .storyimage {
	padding: 0 0 15px 15px;
	float: right;	
}

.featuremorelink {
	font-size: 9px;
	margin-bottom: -20px
}



#mainlinks {
	width: 700px;
	padding: 0px;
	margin-bottom: 30px;
	text-align: left;
	float: left;
}

#mainlinkcol1 {
	margin: 10px;
	display: inline; /*IE6 fix*/
	padding: 0px;
	width: 155px;
	height: 200px;
	float: left;
}

#mainlinkcol2 {
	margin: 10px;
	display: inline; /*IE6 fix*/
	padding: 0px;
	width: 155px;
	height: 200px;
	float: left;
}

#mainlinkcol3 {
	margin: 10px;
	display: inline; /*IE6 fix*/
	padding: 0px;
	width: 155px;
	height: 200px;
	float: left;
}

#mainlinkcol4 {
	margin: 10px;
	display: inline; /*IE6 fix*/
	padding: 0px;
	width: 155px;
	height: 200px;
	float: left;
}

#mainlinks .morelink {
	visibility: hidden;
}


/* =FAQs
-----------------------------------------------------------------------------*/

.faqquestion {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #003366;
	margin: 1.4em 0 .5em 0;
}

.faqanswer {
	margin-left: 20px;
}


/* =Glossary
-----------------------------------------------------------------------------*/

dl {
	margin-top: 15px;
}

dt {
	padding-bottom: 3px;
	margin: 1.3em 0 8px 0;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
}

dd {
	padding-left: 20px;
}
	

/* =Images
-----------------------------------------------------------------------------*/

/* Remove border around linked images*/
img {
	border: 0;
}




/* =Lists
-----------------------------------------------------------------------------*/

ul {
	padding: 0;
	margin: 0;
	list-style-type: disc;
}

li {
	margin: 0px;
	padding: 0 0 5px 15px;
	list-style-position: outside;
}

p.liindent {
	font-size: .9em;
	padding: 0 0 .7em 35px;
	line-height: 1.7em;
}

.eventname  {
	font-size: 1em;
	padding: 0 0 .7em 0;
	line-height: 1.7em;
	color: #900;
}

.eventdate  {
	font-size: 1em;
	padding: 0 0 .7em 0;
	line-height: 1.7em;
	font-style: italic;	
}



/* =Footer
-----------------------------------------------------------------------------*/


#footer p {
	font-size: 9px;
}
