  @charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	margin: 0;
	padding: 0;
	background-color: #c0c8d0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #33496e;	
}

#horiznav {
	margin-left: 150px;
	padding-top: 0px;
	}
	

/*font styling*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #33496e;
	padding-bottom: 15px;
}

a, a:link, a:visited {  
	color: #f1b708;
	text-decoration: underline;
}

a:hover, a:active {
	color: #f1b708 !important;
	text-decoration: underline;
}

a.purple:link, a.purple:visited {color:#7182e5;text-decoration:underline;} 

a.purple:hover,a.purple:active {color:#f1b708;}

ul li a:link, ul li a:visited {  
	color: #7182e5;
	text-decoration: underline;
	padding: 0;
}

ul li a:hover, ul li a:active {
	color: #7182e5;
	text-decoration: underline;
	padding: 0;
}



h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #33496e;
	font-size: 32px;
	line-height: 45px;
	font-variant: small-caps;
	text-transform: none;
	font-weight: normal;
}

h1 a:link, h1 a:visited {  
	color: #33496e;
	text-decoration: none;
}

h1 a:hover, h1 a:active {
	color: #33496e;
	text-decoration: underline;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d6a308;
	font-size: 21px;
	line-height: 45px;
	font-variant: small-caps;
	text-transform: none;
	font-weight: normal;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d6a308;
	font-size: 18px;
	line-height: 18px;
	font-variant: small-caps;
	font-weight: normal;
	margin-bottom: 0;
}

/*header navigation */

#header {
	background-image: url(/link-foundation/images/headerbkgrnd.jpg);
	width: auto;
	height: 167px;
	margin-left: auto;
	margin-right: auto;
}



#headerNavContent {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	line-height: 14px;
}

#headerMasthead {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}


#logo {
float: left;
width: 158px;
}

#graphic {
margin-left: 0px;
float: right;
padding-bottom: 7px;
}

/* WRAPPER */




/* CONTENT */

#contentContainer {

	width: 900px;
	margin-left: auto;
	margin-right: auto;	
	
}

#logoLarge {
	float: right;
	padding-right: 0px;
	background-image: url(/link-foundation/images/logolg.png);

}

#col1col2 {
	width: 900px;
	background-color: #eaeef1;
	background-repeat: repeat-y;
	padding-top: 40px;
	overflow: auto;
	margin-right: auto;
	
}
	

#col1 {
	width: 600px;
	margin-left: 50px;
	padding-right: 30px;
	float: left;
	
}

#col2 {
	width: 200px;
	padding-top: 0px;
	float: right;
	padding-right: 0px;
	margin-right: 0px;
	background-image: url(/link-foundation/images/col2back.png);

}

#footer {
	clear: both;
}
	
.hanging-indent {
text-indent: -25px;
padding-left: 25px;
}	
	
/*  style OU last updated link */
p.dired {
        width: 900px;
        margin: 0 auto;
	text-align: center;
}

p.dired a {
        color: #666;
}

