* 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body 
{
	background: white;
	color: black;
}

img 
{
	border: none;
}

form 
{
	display: inline;
}

/* Position of all the main bits */

#Header 
{
	height: 80px;
	clear: both;
	padding: 0 24px 0 24px;
}

#Navigation 
{
	clear: both;
	padding-left: 12px;
	height: 24px;
	background-color: #00882F;
}

#Content 
{
	padding: 16px 24px 8px 24px;
	position: relative;
	clear: both;
	margin: 0;
	background: white url(../images/leafy-bg.png) bottom right no-repeat;
	min-height: 300px;
	_height: 300px;
}

#Footer 
{
	margin: 0;
	position: relative;
	clear: both;
	padding-left: 24px;
	padding-right: 24px;
	height: 30px;
	padding-top: 65px;
	background: white url(../images/leafy-footer.png) top right repeat-x;
}

/* Header area */

#Header .Logo 
{
	padding-top: 15px;
	float: left;
}

#Header .Logo img
{
	width: 180px;
	height: 48px;
}

/* Main navigation bar */

#Navigation a 
{
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 5px 12px 5px 12px;
	text-decoration: none;
	vertical-align: top;
	display: block;
	float: left;
	background-color: #00882F;
}

#Navigation a:hover,
#Navigation a.selected
{ 
	background-color: #99CC00;
}

#Navigation ul,
#Navigation li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}

/* Main content area */

#Content h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #005A8A;
	margin-bottom: 12px;
}

#Content h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 8px;
	width: 65%;
	line-height: 140%;
}

#Content h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 8px;
	width: 65%;
}

#Content hr 
{
	clear: both;
	width: 65%;
	border: none;
	border-top: 1px solid #00882F;
	height: 0;
	text-align: left;
}

#Content p, 
#Content td, 
#Content th, 
#Content li {
	font-size: 12px;
	line-height: 150%;
}

#Content p {
	width: 65%;
	padding-bottom: 12px;
}

#Content ul,
#Content ol {
	width: 55%;
	padding-left: 28px;
	margin-bottom: 12px;
}

#Content ul ul 
{
	width: 100%;
}

#Content li 
{
	margin-bottom: 1em;
}

#Content ul {
	list-style-image: url(../images/bullet.gif);
}

#Content a {
	color: #005A8A;
	text-decoration: none;
}

#Content a:hover {
	color: #8A0015;
	text-decoration: underline;
}

#Content h2 a,
#Content h3 a {
	color: #000000;
	text-decoration: none;
}

#Content code
{
	color: #00882F;
	font-family: "Lucida Console", monospace;
	white-space: pre;
	padding-left: 16px;
	display: block;
	font-size: 11px;
}

#Content .PullOut {
	/*
	position: absolute;
	right: 24px;
	*/
	float: right;
	width: 31%;
	text-align: center;
}

#Content .PullOut p,
#Content .PullOut li {
	font-size: 11px;
	width: auto;
	line-height: 140%;
	margin-bottom: 12px;
}

#Content .PullOut .Caption
{
	font-size: 9px;
	padding-top: 3px;
	display: block;
	clear: both;
}

#Content .Highlight {
	width: 65%;
	margin-bottom: 8px;
	background-color: #ECF9FF;
	text-align: left;
	padding: 12px;
	position: relative;
}

#Content .Highlight .Corner
{
	position: absolute;
	width: 9px;
	height: 9px;
	line-height: 0;
}

#Content .Highlight .TopLeft 
{
	background-image: url(../images/highlight-tl.png);
	background-position: top left;
	top: 0;
	left: 0;
	_margin-left: -12px;
}

#Content .Highlight .TopRight
{
	background-image: url(../images/highlight-tr.png);
	background-position: top right;
	top: 0;
	right: 0;
}

#Content .Highlight .BottomRight
{
	background-image: url(../images/highlight-br.png);
	background-position: bottom right;
	bottom: 0;
	right: 0;
	_bottom: 8px;
}

#Content .Highlight .BottomLeft
{
	background-image: url(../images/highlight-bl.png);
	background-position: bottom left;
	bottom: 0;
	left: 0;
	_margin-left: -12px;
	_bottom: 8px;
}

#Content .Highlight h2 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 4px;
	width: auto;
}

#Content .Highlight p,
#Content .Pullout .Highlight p {
	margin-bottom: 0;
	width: auto;
	font-size: 11px;
}

#Content .Highlight ul ,
#Content .Highlight ol {
	margin: 0 0 0 16px;
	padding: 0;
	width: auto;
}

#Content .PullOut li {
	margin: 0 0 4px 0;
}

#Content .PullOut ul
{
	margin-bottom: 12px;
}

#Content .PullOut .Highlight {
	width: auto;
}

#Content .Icon {
	float: left; 
	margin-right: 8px;
}

#Content .Icon .Large {
	margin: 0 0 12px 0;
	float: none;
	text-align: center;
	width: auto;	
}


#Content .SageDeveloper .Small {
	float: left;
	margin: 0 15px 12px 12px;
	width: 55px;
}

#Content .SageDeveloper .Large {
	margin: 24px 0 0 0;
	text-align: center;
	width: auto;
}

#Content .Diagram 
{
	text-align: center;
	width: 65%;
	margin: 20px 0 20px 0;
}

#Content .PullOut .Logo 
{
	text-align: center;
	width: auto;
	margin: 0 0 12px 0;
}
#Content .PullOut .Diagram 
{
	width: auto;
	margin: 12px 0 12px 0;
}

#Home p 
{
	width: auto;
}

#Home {
	margin: 0 -12px 0 -12px;
}

#Home .Introduction {
	margin: 0 12px 0 12px;	
	clear: both;
}

#Content .TwoCol .LeftCol 
{
	float: left;
	width: 49.5%;
}

#Content .TwoCol .RightCol 
{
	float: right;
	width: 49.5%;
}

#Home .Highlight 
{
	width: auto;
}

#Content .TwoCol  
{
	clear: both;
}

#Home .ThreeCol  
{
	margin: 0 12px;
	clear: both;
}

#Home .ThreeCol .LeftCol,
#Home .ThreeCol .CentreCol,
#Home .ThreeCol .RightCol 
{
	width: 31%;
	float: left;
	padding-right: 10px;
}

#Home .ThreeCol h2 {
	font-size: 11px;
}

#Home .ThreeCol p {
	font-size: 11px;
}

#Home h3 {
	font-size: 11px;
}

#Home h4 {
	font-size: 10px;
}

#Home ul,
#Home ol 
{
	width: auto;
	margin: 0;
	padding: 0 0 16px 16px;
}

#Home li 
{
	margin: 0;
	padding: 0;
}

/* Footer bar */

#Footer p, #Footer a {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

#Footer .copyright {
	float: left;
	width: 300px;
}

#Footer .privacy {
	float: right;
	width: 100px;
}

#Footer .check
{
	float: right;
	width: 100px;
}

#Footer .check a
{
	color: white;
}

#Affiliations
{
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 24px;
}

#Affiliations .Intellect
{
	padding-top: 16px;
	padding-right: 24px;
	float: right;
}

#Affiliations .Intellect img
{
	width: 93px;
	height: 47px;
}

#Affiliations .Microsoft 
{
	padding-top: 16px;	
	padding-right: 24px;
	float: right;
}

#Affiliations .Microsoft img
{
	width: 93px;
	height: 47px;
}	

#Affiliations .Sage 
{
	float: right;
	padding-top: 16px;
}

#Affiliations .Sage img
{
	width: 55px;
	height: 47px;
}


/* Form styles */

#Content fieldset 
{
	border:  1px solid #cccccc;
	width: 62%;
	padding: 12px;
	margin: 0 0 12px 0;
	background-color: white;
}

#Content legend
{
	font-size: 11px; 
	font-weight: bold;
	padding: 0 4px 0 4px;
}

#Content fieldset table
{
	width: 100%;
	border-collapse: collapse;
}
#Content fieldset th,
#Content fieldset td
{
	font-size: 11px;
	vertical-align: top;
	padding: 0 0 4px 0;
	font-weight: normal;
	white-space: nowrap;
}

#Content fieldset th
{
	text-align: right;
	padding-right: 8px;
}

#Content fieldset p
{
	font-size: 11px;
}

#Content input,
#Content textarea,
#Content select
{
	font-size: 11px;
}

#Content input.Text,
#Content textarea
{
	padding: 1px 0 1px 3px;
	border: 1px solid black;
	width: 90%;
}

#Content textarea
{
	width: 100%;
	height: 100px;
	overflow: auto;
}

#Content .Submit.Button
{
	margin-top: 4px;
}

#Content .Required
{
	color: red;
}

.Spacer
{
	clear: both;
}

#Content table.Data
{
	margin-bottom: 15px;
	border-collapse: collapse;
}

#Content table.Data th,
#Content table.Data td
{
	font-size: 11px;
	text-align: left;
	padding: 2px 25px 2px 5px;
	border: 1px solid #999999;
}

.vcard .tel .type
{
	display: none;
}
