body	{
	color: #000;
	background: #fff;
	margin: 25px 0 25px 0;
	padding: 0;
}

.clear											{ clear:both; }
.hide	                      { display:none; }
img                         { display:block; border: 0; }

a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #c30;
	background: transparent; 
}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #c30;
	background: transparent; 
}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #f60;
	background: transparent; 
}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #f90;
	background: transparent;  
}
	
h1, h2, h3, h4, h5, h6	{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

p, td, li, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

tr, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
		
h1	{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0.5em;
}

h2	{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
}

html p	{
	margin-top: 0;
	margin-bottom: 0.75em;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
}

ul {
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.5;
}

li {
	font-size: 11px;
}

.help {
	font-size: 11px;
	color: #999;
	line-height: normal;
}

#footer p	{
	font-size: 11px;
	margin-top: 25px;
}
	
/* Basic page divisions */

#primarycontent	{
	padding-left: 25px;
	padding-top: 25px;
	padding-top: 30px;
}

.content_block {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #E5E5FF;
	background-color: #eee;	
	margin-bottom: 14px;
	padding: 0.75em 1em 0 1em;
}

.content_block h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
}

/* Sidebar display attributes */

#sidebar p	{
	font-style: italic;
	text-align: right;
	margin-top: 0.5em;
	}

#sidebar img	{
	margin: 30px 0 15px 0;
	}
	
#sidebar h2	{
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	line-height: 1.5;
	text-align: right;
	}

	
table#header {
	border: 1px solid #662d91;
}

/* Navigation bar components */


table#nav	{
	border-bottom: 1px solid #662d91;
	border-left: 1px solid #662d91;
	}

table#nav td	{
	font: 11px verdana, arial, sans-serif;
	text-align: center;
	border-right: 1px solid #662D91;
	border-top: 1px solid #662D91;
	}

table#nav td a	{
	font-weight: normal;
	text-decoration: none;
	color: #662d91;
	display: block;
	margin: 0;
	padding: 0;
	}
	
#nav td a:link, #nav td a:visited {
	background: transparent url(/images/bgpat.gif) repeat;
	display: block;
	margin: 0;
	width: 100px;
	line-height: 25px;
	} 

#nav td a:hover {
	color: #f60;
	background: white url(/images/nopat.gif) repeat;
	} 

td#home a:link img, td#home a:visited img {
	color: #c30;
	background: transparent url(/images/bgpat.gif) repeat;
	width: 400px;
	height: 75px;
	} 

td#home a:hover img {
	color: #f60;
	background: white url(/images/nopat.gif) repeat;
	width: 400px;
	height: 75px;
	} 

td#home a:link img, td#home a:visited img { color: #c30; background: white;
	width: 400px; height: 75px; }	


/* pyramid */

.container {
/*
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px dotted gray;
*/
}	

#navPyra {
	margin: 0;
	margin-bottom: 10px;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #9FB1BC;
	border-bottom: 1px solid #adadc0;
}

#navPyra li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#navPyra a:link, #navPyra a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
/*	padding: 0 12px 6px 12px;*/
	padding: 0 10px 6px 10px;
	text-decoration: none;
	color: #708491;
	color: #adadc0
}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
	color: #000;
	background: url(images/tab_pyra.gif) no-repeat bottom center;
}

#breadcrumbs {
	font-size: 10px;
}

ul {
	 list-style: none;
	 padding: 0 0 0 10px;
	 margin: 0;
}

li {
	margin: 0;
	padding-left: 23px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	line-height: normal;
	padding-bottom: 0.5em;
}

li.ppt { background-image: url(images/icon_ppt.gif); }
li.pdf { background-image: url(images/icon_pdf.gif); }
li.real { background-image: url(images/icon_real.gif); }


.resource {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #E5E5FF;
	background-color: #eee;	
	margin-bottom: 14px;
	padding: 0.75em 1em 0.75em 1em;
}

.resource h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 0.25em;
}

.resource h3 {
	margin: 0; padding: 0;
	margin-top: 0.5em;
}

.resource ul, .resource li {
	background-position: 0 1px;
}

.resource li {
	padding-top: 0.25em;
	padding-bottom: 0.25em;;
}

.small { font-size: 10px; }

/* Lightbox */
.thumbnail {
	padding: 5px 5px 5px 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.caption { font-size:0.9em; padding-top:0.2em; }

