/* CSS Document */
html
{
	background: #f4efdc url(../images/bg_content.gif) repeat-y scroll right 0px;
}
body {
	font-family:Arial, Helvetica, Verdana, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	outline-width: thin;
	/*background: #867049 url(../images/bg.jpg) repeat-x scroll 0px 100px;*/
}
h1
{
	margin-top: 1em;
	font-family: Helvetica, Verdana, Arial, sans-serif
	font-size: 2em;
	font-weight: bold;
}
h2
{
	margin-top: 1em;
	font-family: Helvetica, Verdana, Arial, sans-serif
	font-size: 1.5em;
	font-weight: bold;
}
h3
{
	margin-top: 1em;
	font-family: Helvetica, Verdana, Arial, sans-serif
	font-size: 1.2em;
	font-weight: bold;
}

#masthead
{
	background:#2374CF url(../images/bg_Masthead.jpg) repeat-x scroll 0% 50%;
	height:157px;
}
	#siteTitle
	{
		margin:0px;
		position:absolute;
		top:34px;;
		left:1em;
		height:100px;
		width:369px;
		border:none;
		background:transparent url(../images/matrixLogo.gif) no-repeat;
	}

#siteNavigationContainer
{
	background: #758279;
	text-align: center;
	height: 30px;
}
	#siteNavigation
	{
		font-size: 1.15em;
		margin:0px auto;
		width:894px;
		
	}
	
#container
{
	background: #f4efdc url(../images/bg_content.gif) repeat-y right;
	clear:both;
	margin:0px auto;
	overflow:auto;
}
#primary
{
	line-height: 1.4em;
	padding:15px;
	margin-right: 235px;
}
	#primary h1
	{
		color: #133463;
		border-bottom:1px solid #133463;
		font-size:2em;
		margin-bottom: 0.5em;
		padding-bottom: 3px;
	}
	#primary h2
	{
		color: #365fb7;
		font-size: 1.5em;
	}
#secondary
{
	float:right;
	padding:15px;
	width:205px;
	margin-top: 40px;
}
	#secondary hr
	{
		background: #867049;
		border: 0px none;
		height: 1px;
		width: 80%;
	}
	#secondary h2
	{
		color: #867049;
		
	}

#logos
{
	width: 180px;
	background: #ffffff url(../images/bg_logos.gif) repeat-y scroll;
	text-align: center;
	margin: 0px auto;
}
	#logos #logos_top
	{
		height: 9px;
		background: url(../images/bg_logos_top.gif) no-repeat;
		margin-top: 0px;
	}
	#logos #logos_bottom
	{
		height: 9px;
		background: url(../images/bg_logos_bottom.gif) no-repeat;
		margin-top: 0px;
	}
	#logos div
	{
		margin-top: 15px;
	}
	
	#logo_bbb{display:none;}
	
	
	#logos img
	{
		margin: 0px auto;
		display: block;
	}
	
	
#footer
{
	text-align: center;
	font-size: 0.7em;
	padding: 15px;
	color: #8c754c;
	margin: 1em 140px 1em 0px
}

#GregImage
{
	width:200px;
	float:right;
	margin: 2em;

}
#GregImage p{
font-size: 0.8em;
color:#333333;
text-align:center;
}
#GregImage img{
}
#tools{
text-align:center;
}
#tools img{
margin: 0px 2em;
}

.vCard {
margin:1em 0em 1em 1em;
font-size:0.9em;
}
	.vCard .org
	{
	font-weight:bold;
	}
	.vCard a
	{
		color: #554425;
	}
	.vCard a:hover
	{
	
	}


.hidden
{
	display: none;
	visibility: hidden;
}
.noDisplay
{
	position: absolute;
	left: -5000px;
}


/***
	LISTS
***/
ol.upperRoman,
ol.upperAlpha,
ul.bulleted,
ol.numbered
{
	padding-left: 2em;
}
ol.upperRoman,
ol.upperRoman li
{
	list-style-position: outside;
	list-style-type: upper-roman;
}
ol.upperAlpha,
ol.upperAlpha li
{
	list-style-position: outside;
	list-style-type: upper-alpha;
}
ul.bulleted,
ul.bulleted li
{
	list-style-position:outside;
	list-style-type: disc;
}
ol.numbered,
ol.numbered li
{
	list-style-position: outside;
	list-style-type: decimal;
}
ul.links li
{
	margin-top: 1em;
}
	ul.links img
	{
		display: block;
	}
	ul.links a
	{
		text-decoration: none;
	}
	ul.links a:hover
	{
		text-decoration: underline;
	}

.float-right
{
	float: right;
}
em
{
	font-style: italic;
}
strong
{
	font-weight: bold;
}
p
{
	margin-bottom: 0.7em;
}