/* UNH Template version 2.1.1 for more information and latest version http://www.unh.edu/toolkit/toolkit.html --> */

/*------- General definitions ---------*/
	a	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #006;
		text-decoration: none;
		font-weight: normal;
		font-size: .9em;

		}
		
	a:hover {
			color:#660;
			text-decoration: underline;
			
			}
		
	p {	
		font-size: .8em;
		}
		
	h2	{
		color: #036;
		font-size:1.2em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		}
		
		h3	{
		color: #005;
		font-size:.8em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	
		font-variant: small-caps;
		}
	
	
	#filtered	{
		 display:none;
		}
	
/*-------Site Structure Colors---------*/

/* Banner -----------------------------*/
	#banner {
			background-color: #006;
	}
/* Quickaccess -----------------------------------------------------------------------------------------------------------------------------------*/
	/* Quick access is the area in the right side of banner and contains the search form, and UNH Home & CIS links. */
	
	/* The google search form */
	#quickaccess {
		font-size:9px;
		color:#fff;
		}
	#quickaccess form {
		margin-top:5px;
		margin-bottom:5px;
		}
	#quickaccess form input {
		font-size:10px;
		}
	
	#quickaccess a {
		color:#fff;
		font-size: 9px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		}
	#qfind   {
				margin:10px 0px 10px 0px;
				padding:0;
				font-size:10px;
				text-align:left;
				}
	#qfind input, #qfind select, #qfind option   {
				font-size:11px;
				font-family:Arial, Helvetica, sans-serif;
				margin:0;
				padding:0;
				vertical-align:bottom;
				}

/* Navbars -----------------------------------------------------------------------------------------------------------*/
	#navbar1 { 	background-color:#fff;			/*This is where you change the background color of the first navbar */
				background-image:url(../images/for.gif);
				background-repeat:no-repeat;
			}
	#navbar1 ul {	list-style:none;
					margin:0;
					padding:0;
				}
	
	#navbar1 ul li {display:inline;
					}
	
	#navbar1 ul li a { 	font-family:Verdana, Arial, Helvetica, sans-serif;
						font-size:11px;
						font-weight:normal;
						padding:2px 0px 0px 0px;
						color:#006;
						text-decoration:none;
					 }
	#navbar1 ul li a:hover {	
				color:#660;
				text-decoration: none;
				}
	
				
/* Left Column --------------------------------------------------------------------------------------------------------------------*/
/* This class gets applied to table cells with news headlines/links in them. */
/* Redfine links when they are in the news headline table cell */
	#left-column p {
			font-family: Arial, sans-serif;
			font-size: 11px;
			font-style: normal;
			color: #006;
			margin: 2px 0px 5px 5px;
			padding: 0;
			}			
	
	#left-column h4 {
			font-family: Arial, sans-serif;
			font-size: 12px;
			font-style: normal;
			color: #663300;
			margin: 2px 0px 5px 5px;
			padding: 0;
			}							
	
	.news a {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				font-style:normal;
				color:#006;
				text-decoration:none;
				margin:0;
				padding:0;
				}
	
	.news a:hover {
				text-decoration:underline;
				}
			
/* The blue block around Dept News */
	#newsblock {
			background-color:#006;
			color:#fff;
			padding:1px;
			width:298px;
			margin-left:0px;
			}
				
/* Dept News in blue block */
	#newsblock p {
			font-family:  Georgia, "Times New Roman", Times, serif;
			font-size: 1em;
			text-align:center;
			font-variant: small-caps;
			padding:0px;
			margin:0px;
			color:#fff;
			}
					
/* Right Column -------------------------------------------------------------------------------------------------------------------*/
			/* Sometimes used as section heading. Typical use: "Find it Fast" on main UNH site. */
	#right-column {
		/*not for master template*/
		background-color: #ffffcc;
		color: #006;
		/*border-left: solid #000066 1px;
		border-bottom: solid #000066 1px;*/
		}
	 
	 #right-column h2 {
		font-size: 0.9em;
		color: #993300;
		padding: 0px;
		margin: 5px 0px 10px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		line-height: 1.8em;
		}
		
	#right-column ul {
		margin: 0px;
		padding: 0px;
		}
		
	#right-column li {
		color: #006;
		margin: 0;
		padding: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .9em;
		display: block;
		list-style-type: none;
		margin-bottom: 5px;
		}
			
	#right-column ul li a {
		text-decoration: none;
		font-weight: normal;
		}
		
	#right-column ul li a:link {
		color: #006;
		}
		
	#right-column ul li a:visited, #right-column ul li a:active {
		color: #006;
		}
	#right-column a:hover {
		color:#660;
		text-decoration: underline;
		}
	#right-column ul li a:hover {
			color: #660;
			text-decoration: underline;
		}
				
/* Content ---------------------------------------------------------------------------------------------------------------------*/
				
	#content h1	{
		padding: 20px 0px 20px 0px;
		margin: 0px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.6em;
		font-variant: small-caps;
		font-weight: normal;
		color:#006;
		line-height: normal;
		}

	#content h2	{
		padding: 0px;
		margin: 16px 0px 10px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: normal;
		}
		
	#content p, #content li {
		margin-top: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .8em;
		line-height: 1.6em;
		}
			
	#content a, #content a:link, #content a:visited, #content a:hover, #content a:active {
		margin-top:0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 1.6em;
		color:#006;
		font-weight: bold;
		}
			
	#content a:hover {
		color:#660;
		text-decoration: underline;
		}


/* ----------footer area---------- */
	#footer {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		}
		
	#footer p {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				}
	#footer form input {
				font-size:10px;
	}
/* --------- For Print - Do Not Display		-------*/	
	#forprint {
	display:none;
	}
		
	.printmedia {
		display:none;
		}

#container  {
	width:  100%;
	min-width:  800px;
}

		
