a a:link, a:visited, a:hover, a:active	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-weight: bold;
		}
img {border: 0px solid;}	
a:link, a:visited, {
		color: #000066;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

a:hover, a:active {
		color: #0D64CC;
		text-decoration: underline;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	
p {	
		font-size: .7em;
		color: #000066;
		/*font-family: Verdana, Arial, Helvetica, sans-serif;	*/
		}
	
h1{
		color: #000066;
		font-size: 1.2em;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

th {
		background-color: #0D64CC;
		color: #ffffff;
		text-align: left;
		}
	
th p {
		color: #ffffff;
		}
		
.option {
		margin-left: 8px;
}

#filtered	{
	 	display: none;
		}
	


/* 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 ul {
			margin: 13px 10px 0px 0px;
			padding: 0px;					
			}
ul {		
			margin: 0px;
			padding: 0px;
			}	
			
#quickaccess li	{
			display: inline;
			padding: 0px;
			margin: 0px;
			color: #ffffff;
			font-weight: bold;
			font-size: 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;							
			}

#quickaccess a {
		font-size: 10px;
		color: #ffffff;		
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
				
#quickaccess a:link, #quickaccess a:visited { 
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			}

#quickaccess a:hover, #quickaccess a:active {
			color: #ffffff;
			font-weight: bold;
			text-decoration: underline;
			}

#quickaccess form {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		text-align: right;
		}

#quickaccess input {
			margin: 5px 0px 0px 0px;
			padding: 0px;
			font-size: 10px;
			font-weight: bold;
			}				

/* Navbars -----------------------------------------------------------------------------------------------------------*/
			/* The styles for navbar 1 & 2 are similar. They have been condensed for faster loading. */
			
#navbar1 {
	background-image: url(../images/for.gif);
	background-repeat: no-repeat;
	background-color: #669999;
	color: #ffffff;
	}

#navbar2 {
	background-color: #cccc99;
	border-top: 1px solid #ffffff;
	color: #333300;
	}


#navbar1 ul, #navbar2 ul {
			margin:0px;
			padding:0px;			
			}
							
#navbar1 ul li, #navbar2 ul li {
			margin: 0px;
			padding: 0px;
			font-size: 10px;
			display: inline;
					}
				
/*--------for Mozilla------------*/
#navbar1 a, #navbar2 a {
			font-size: 10px;
			font-weight: bold;
			text-decoration: none;
			}
/*--------------------------------*/

#navbar1 a:link, #navbar1 a:visited {
			color: #ffffff;
			}
			
#navbar1 a:hover, #navbar1 a:active {
			color: #C6D9D9;
			}

#navbar2 a:link, #navbar2 a:visited {
			color: #333300;
			}
			
#navbar2 a:hover, #navbar2 a:active {
		color: #757500;
		}

/* Left Column --------------------------------------------------------------------------------------------------------------------*/
  			/* This class gets applied to table cells with news headlines/links in them. */
		
.news, .news a {
		font-size: 10px;
		font-weight: bold;
		color: #262411;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

.news a:link, .news a:visited {
		color: #262411;
		text-decoration: none;
		}

.news a:hover, .news a:active {
		color: #262411;
		text-decoration: underline;
		}			

				
					
/* Right Column -------------------------------------------------------------------------------------------------------------------*/

/* Typical use: "Find it Fast" Sometimes used with a section heading.  */

#right-column h1 {
		font-size: 0.8em;
		color: #ADAD5A;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		padding: 4px 0px 9px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		/*line-height: 1.8em;*/
		}

#right-column h3 {
		font-size: 12px;
		color: #ADAD5A;
		font-weight: bold;
		margin:  0px 0px 2px 0px;
		padding:   6px 0px 2px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
#right-column h4 {
		font-size: 12px;
		color: #99CCCC;
		font-weight: bold;
		margin:  0px 0px 2px 0px;
		padding:   6px 0px 2px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
					

#right-column p {
		font-size: .8em;
		color: #ffffff;
		font-weight: normal;
		line-height: 1.5em;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
				
#right-column ul {
		margin: 0px;
		padding-left: 0px;
		}
				
#right-column li{
		list-style-type: none;
		/*display: block;*/
		font-size: .8em;
		color: #cccccc;
		font-weight: normal;
		margin-bottom: 0px;
		padding-bottom: 4px;											
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
		
#right-column a,#right-column a:link, #right-column a:visited {
		color: #ffffff;
		text-decoration: none;
		font-weight: normal;
		}
#right-column a:hover, #right-column a:active {
		color: #ffffff;
		text-decoration: underline;
		}


/* Content ------------------------------------------------------------------------------------------------------------------------------------*/


#content {
	overflow:visible;
	}

	
#content h1	{
		font-size: 1em;
		color: #000066;
		font-weight: bold;
		margin: 0px;
		padding:  0px 0px 8px 13px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

#content h2	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		font-weight: bold;
		color: #000000;
		margin: 0px;
		padding: 0px 0px 15px 13px;
		}

#content h3	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: .8em;
		font-weight: bold;
		}
		
#content h4	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: .8em;
		font-weight: bold;
		margin: 0px;
		padding: 0px 0px 4px 13px;
		}

#content h5{
		font-weight: bold;
		font-size: 1.3em;
		color: #000066;
		text-align: center;
		}
		
#content ul {
			margin: 0px 0px 0px 28px;
			}
		
#content p, #content li {
		color: #000066;
		font-size: .8em;
		margin-top: 0px;
		padding:  0px 5px 0px 13px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 1.5em;
		}
		
#content td {
		color: #000066;
		font-size: .8em;
		margin: 0px;
		padding: 0px 0px 0px 13px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 1.5em;
		}

#content td ul.noindent {
	margin:0px;
	padding:0px;
	padding-left:10px;
	}	
#content td ul.noindent li {
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	}

#content a  {
				margin-top:0px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				line-height: 1.5em;
				font-weight: normal;
				}		
						
#content a:link, #content a:visited {
		color: #006666;
		text-decoration: none;
		}
				

#content a:hover, #content a:active {
		color: #006666;
		text-decoration: underline;
		}
				
#images_caption {
			float: left;
			width: 320px;
			\width: 310px;
			w\idth: 310px;
			padding:  0px 15px 15px 0px;
			height: 95%;
			/*border-bottom: 1px solid #CCCCCC;*/
			font-size: .8em;
			}
#images_caption p {
	color: #333;
	}
/* --- Footer ----------------------------------------------------------------------------------------------------*/

#footer p {
		font-size: .7em;
		color: #635C2E;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
#footer a:link, #footer a:visited { 
		color: #635C2E;
		font-weight: bold
		}

#footer a:hover, #footer a:active {
		color: #635C2E;
		font-weight: bold
		}

