body
{


	font-family: Arial, sans-serif;
	color: #000000;
		width: 900px;
	margin-right: auto;
	margin-left: auto;
	left-padding: 0px;
	background-color: #ffffff;
}




a:link, a:visited, a:hover
{
	font-family: Arial, sans-serif;
	color: #000099;
	text-decoration: none;
	text-transform: inherit;
	background-color: transparent;
}

a:hover
{
	text-decoration: none;
	color: #ff0033;
	background-color: transparent;
}

/* overrides decoration from previous rule for hovered links */
h1, h2, h3, h4, h5, h6, h7, h8
{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color: inherit;
	background-color: transparent;
}

h1
{
	font-family: Arial, sans-serif;
	font-size: 160%;
	color: #6699cc;
	background-color: transparent;
}

h2
{
	font-family: Arial, sans-serif;
	font-size: 120%;
	color: #6699cc;
	background-color: transparent;
}

h3
{
	font-family: Arial, sans-serif;
	font-size: 120%;
	color: #000000;
	background-color: transparent;
}

h4
{
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
}

h5
{
	font-size: 55%;
	color: #000000;
	background-color: transparent;
}

h6
{
	font-size: 55%;
	color: #6699cc;
	background-color: transparent;
}

#masthead
{
	left-margin: 100px;
	padding: 0px 0px;
	width: 100%;
}

#banner
{
	padding: 0em;
	background-color: #ffffff;
	color: #ffffff;
	border-left: 0px solid #ffffff;
	z-index: 0;
}

#skip
{
	padding: 0px 0px 0px 10px;
	position: absolute;
	margin-top: 0px;
	margin-left: 10px;
	text-transform: uppercase;
	line-height: 1em;
	text-indent: 0em;
	left: 0px;
	top: 5px;
	width: 714px;
	color: #ffffff;
	text-decoration: none;
	right: auto;
	z-index: 1;
	background: inherit;
}

#sponsor
{
	padding: 0px 0px 0px 10px;
	position: absolute;
	margin-top: 0px;
	margin-left: 10px;
	text-transform: uppercase;
	line-height: 1em;
	text-indent: 0em;
	left: 0px;
	top: 90px;
	width: 714px;
	color: #ff0033;
	text-decoration: none;
	font-weight: bold;
	right: auto;
	z-index: 2;
	background: inherit;
}

#globalNav
{
	color: #ffffff;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	background-color: #6699cc;
	border-top: 8px solid #6699cc;
	border-bottom: 5px solid #ffffff;
}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
	   this will force a horizontal scrollbar if there isn't enough room for all links
	   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img { display: block; }

#globalNav a
{
	font-size: 100%;
	padding: 0px 10px 0px 10px;
}

#body
{
	left-margin: 50px;
	padding: 10px 0px 0px 20px;
}

#content
{
	float: left;
	width: 550px;
	margin: 0;
	padding: 0px;
	text-align: justify;
  	overflow: hidden;
}

#content_wide
{
	float: left;
	width: 730px;
	margin: 0;
	padding: 0px;
	text-align: justify;
  	overflow: hidden;
}

#projects
{
	margin-left: 565px;
	border-left: 2px solid #6699cc;
	border-bottom: 1px solid #6699cc;
	padding: 0px 0px 0px 15px;
	width: 330px;
	text-align: left;
}

#projects2
{
	margin-left: 565px;
	border-left: 2px solid #6699cc;
	padding: 0px 0px 0px 15px;
	width: 330px;
	text-align: left;
}

#footer
{
	clear: both;
	margin: 0;
	padding: 10px 0px 0px 0px;
	color: #6699cc;
	background-color: #ffffff;
	text-transform: uppercase;
}

p {
	margin: 0 0 0.5em 0;
}
.figure {
	float: left;
	margin-right: 15px;
}

.figure2
{
	float: left;
	padding: 5px;
}

.figure3 { padding: 0px 0px 0px 0px; }

.bullet {
	list-style-image:url(../images/arrow3.gif); 
	list-style-type:square
	} 

div.index_item {
	clear:both;
	margin:15px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #6699CC;
}

div.clear {
	clear:both;
}

div.index_item p
{
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
}

div.index_item blockquote
{
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
	font-style:italic;
}



div.index_item ul
{
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
	list-style-position: inside;
}
