/*  Jumpstart CSS*/

body   {
	background: #666;
	font-family: Georgia, times, serif;
	font-size: 14px;
	line-height: 18px;
	}
	
	
div, p, th, td, li, dd, dl, dt  blockquote  {
             /* redundant selectors to help NS4 not forget */
	color: #60280d;
	font-family: Georgia, times, serif;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	}

ul li {
	margin-top: 10px;
	}
	
div#wrapper {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	padding: 0 10px;
	border: 1px solid black;
	}

div#fpheader {
	position: relative;
	height: 225px;
	background : #CFF url(images/gslogo2.jpg) top left no-repeat;
	}
	
	
a:link	{
	font-family: trebuchet, verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	color:	#009;
	text-decoration: none;
	background-color: transparent;
	}
a:visited	{
	font-family: trebuchet, verdana, arial, helvetica, sans-serif;
	color:	#666;
	text-decoration:	none;
	background-color: transparent;
	}
a:active	{
	color:	#000;
	background-color: transparent;
	}
a:hover	{
	color:	#000;
	text-decoration:	underline;
	}
	
#content {
	width: 445px;
	margin: 10px 0 0 170px;
	}
	

#rightcol {
	position: relative;
	float: right;
	width: 150px;
/*	border: 1px solid black;*/
	}

#nav {
/*	border: 1px solid black;*/
	position: absolute;
	width:150px;
	top: 170px;
	left: 20px;
	}

#nav ul {
	padding: 0;
	list-style: none;
	margin: 0;
	/*border: 1px solid green;*/
	}	
#nav ul li{
	padding: 0 0 10px 0;
	}
	
#nav a {
	text-decoration:	none;
	font: 14px arial, sans-serif;
	line-height: 1.2em;
	color: #3a5e8c;
	font-weight: bold;	
	}	
	
#nav a:hover {
	text-decoration: underline;
	font: 14px arial, sans-serif;
	line-height: 1.2em;
	color: #000;
	font-weight: bold;	
	}	

h1	{
	font-size:	20px;
	line-height: 20px;
	}
	
h2	{
	font-size:	18px;
	line-height: 18px;
	}
	
h3	{
	font-size:	16px/;
	line-height: 28px;
	}
	
h4 {
	font-size:	14px;
	line-height: 26px;
	}
	
h4 {
	font-size:	12px;
	line-height: 14px;
	}		
	
h1, h2, h3, h4, h5, h6	{
	font-family: trebuchet, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #432412;
	background-color: transparent;
	margin-bottom: 10px;
	line-height: .95em;
	}

#footer {
	font: 10px trebuchet, verdana, arial, helvetica, sans-serif;
	line-height: 10px;
	text-align: center;
	color: #000;
	margin-top: 10px;
	padding-top: 10px;
	}		

.ppt  {
	font-size: 10px;
	font-family: trebuchet, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color:	#009;
	text-decoration:	none;
	background-color: transparent;
	
p img.staff {
	position: relative;
	width: 185px;
	height: 250px;
	float: right;
	margin: 0 0 10px 20px;
	border: 1px solid black;
	}