/* CSS Document 
Author: Donna Frith
Date created: 1/11/08
Modified by: Donna Frith
Date modified: 1/11/08
*/

body {
	font-size:75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
		}

h1 { /*----used for header intro text*/
	margin:6px 0 .2em 4px;
	padding:0 0 0 0; /* top right bottom left */ 
	border-bottom:0px solid #666;
	font-size:14px;
	font-weight: lighter;
	color:white;
	}

h2 { /*----used for global nav----*/
	margin:0px 0 2px 5px;
	padding:0 0 0 0; /* top right bottom left */ 
	font-size:11px;
	font-weight: 600;
	color:#464646;
	}

p {
	margin:5px 0;
	padding:0;
	}
	
ul {
	margin:5px 0 0 16px;
	padding:0;
	}
	
#footer {
	font-size:75%;
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#intro {
	font-size:100%;
        font-weight: 400;
        line-height: 135%;
	color: #323232;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}


.yellow {
	color: #FEF886;
	margin:1em -.4em .2em -.4em;

	}


/* start nav link styles */

	#globalnav a,         /* to make all the link specs the same, they can be grouped */
	#globalnav a:link,
	#globalnav a:active,
	#globalnav a:visited 
		{
		text-decoration:none;
		margin:0px 0 2px 5px;
		padding:1px 0 0 0; /* top right bottom left */ 
		font-size:12px;
		font-weight: 600;
		color:#464646;

		} 
	
	#globalnav a:hover,
	#globalnav a:focus 
		{
		text-decoration:none;
		margin:0px 0 3px 5px;
		padding:0 0 0 0; /* top right bottom left */ 
		font-size:12px;
		font-weight: 600;
		color:#B1B0B1;
		}

	#globalnavhorizontal a,         /* to make all the link specs the same, they can be grouped */
	#globalnavhorizontal a:link,
	#globalnavhorizontal a:active,
	#globalnavhorizontal a:visited 
		{
		text-decoration:none;
		margin:0px 0 2px 5px;
		padding:1px 0 0 0; /* top right bottom left */ 
		font-size:12px;
		font-weight: 600;
		color:#464646;

		} 
	
	#globalnavhorizontal a:hover,
	#globalnavhorizontal a:focus 
		{
		text-decoration:none;
		margin:0px 0 3px 5px;
		padding:0 0 0 0; /* top right bottom left */ 
		font-size:12px;
		font-weight: 600;
		color:#B1B0B1;
		}

/* end nav link styles */





/* start rightcol styles*/
	#rightcol {
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
			}

/* end rightcol styles*/





/* start maincontent styles*/
	#maincontent {
		padding:0px;
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:black;
			}

/* end maincontent styles*/




