﻿BODY, Table
{
    background-color: white;
    font-size: .9em;
    color: #000000;
    font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
}

H1 { color: #000000; font-weight: bold; font-size: 1.5em; font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif; }
H2 { color: #000000; font-weight: bold; font-size: 1.3em; font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif; }
H3 { color: #000000; font-weight: bold; font-size: 1.1em; font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif; }
H4 { color: #000000; font-weight: bold; font-size: .9em; font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif; }

.StandardTextBox
{
 color: #000000;
 left: 1.5em;
 left: 1.5em;
 position: relative; 
 width: 75%;
 background-color: white;
 padding-right: 0.9em;
 padding-left: 0.9em;
 padding-bottom: 0.9em;
 padding-top: 0.9em;    
}

.ProjectFormatDefaultBackground
{
    color: #000000;
    font-weight: normal;
    font-size: 1em;
    font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
    left: 1.5em;
    position: relative;
    width: 75%;
    margin: 0.3em;
    padding-right: 0.9em;
    padding-left: 0.9em;
    padding-bottom: 0.9em;
    padding-top: 0.9em;    
}

.ProjectFormat
{
    color: #000000;
    font-weight: normal;
    font-size: 1em;
    font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
    left: 1.5em;
    position: relative;
    width: 75%;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    background-color: white;
    margin: 0.3em;
    padding-right: 0.9em;
    padding-left: 0.9em;
    padding-bottom: 0.9em;
    padding-top: 0.9em;
}
.ProjectFormat:first-line
    { 
    font-weight: bold; 
    font-size: 1.1em; 
    }
    
.JumpText
{
    font-weight: bold;
    color: #ff0000;
    font-style: italic;
}      

#pagecontainer {
	width:60em;}

#contentcontainer {
	height:1%;
	padding-top:1em;
	position:relative;
	margin-right:230px;}
    
/*======================================
Global formatting: pretty box border.
The markup to implement the border box is:
	<div class="box">
		<div class="box-header">
			<div class="inner"></div>
		</div>
		<div class="box-body">
			<div class="inner"></div>
		</div>
		<div class="box-footer">
			<div class="inner"></div>
		</div>
	</div>
This box is generally used immediately inside the 
#contentcontainer div to present the main content
in a pretty box
======================================*/
.box {
	margin:0 0 3em 0;
	padding:0;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
}

.box-header {
	background:url(Graphics/backblock-whole.png) no-repeat 0 0;
	height:24px;
	overflow:hidden;
	position:relative;
	width:100%;
}

.box-header .inner {
	background:url(Graphics/backblock-whole.png) no-repeat 100% 0;
	height:24px;
	right:0;
	position:absolute;
	width:20px;
}

.box-body {
	background:url(Graphics/backblock-midslice-h.png) repeat-Y 0 0;
	position:relative;
}

.box-body .inner {
	background:url(Graphics/backblock-midslice-h.png) repeat-Y 100% 0;
	margin:-5px 0 0 12px;
}

.box-footer {
	background:url(Graphics/backblock-whole.png) no-repeat 0 100%;
	bottom:0;
	height:25px;
	left:0;
	position:relative;
	width:100%;
}

.box-footer .inner {
	background:url(Graphics/backblock-whole.png) no-repeat 100% 100%;
	bottom:0;
	height:25px;
	right:0;
	position:absolute;
	width:20px;
}

#xcolumnleft 
{
    float: Left   ;
    width: 47%;
    margin-top: 0;
    margin-right: 1.6em;
    border-right: 1px solid black;
    padding-top: 0;
    padding-right: 1em;
    padding-bottom: 20px;
}

#xcolumnright
{

    padding-left: 2em;
    margin-top: 0;
    padding-top: 0;
}

.columnleft 
{
    left:1%;
    float: Left   ;
    width: 20%;
    padding-left: 1em;
}

.columnright
{
    left: 80%;
    width: 19%;
    clear: right;
}
.Indent
{
    left: 4%;
    width: 80%;
    padding-left: 3em;
    margin-left: 3em;
}
 
 /*======================================
   Entry styling.  Used on entries appearing
   a within box
/*======================================*/

/*-- div.entry is the container for a single entry --*/
.entry {
	background:url(../images/bluebox-b.gif) no-repeat 50% 100%;
	height:1%;
	margin:0 4em 0 1.6em;
	padding:1em 0 2em 0;
}

/*-- h3.title is the title of the entry --*/
.entry h3.title {
	color:#262;
	font-family:"Lucida Grande","Arial";
	font-size:197%;
	letter-spacing:-0.05em;
}

.entry h3.title a {
	border:none;
	color:#262;
	text-decoration:none;
}

.entry h3.title a:hover {
	color:#595;
}

/*-- h4, h5 and h6 are used for headings within an entry --*/
.entry h4 {
	clear:both;
	font-size:1.4em;
	line-height:140%;
	margin-bottom:0.3em;
	margin-top:2em;
}

.entry h5,
.entry h6 {
	font-weight:bold;
	font-size:1em;
	line-height:140%;
	margin-bottom:0.3em;
	margin-top:2em;
}

.entry h6 {
	font-size:0.8em;
}


/*-- General entry text formatting --*/
.entry p,
.entry blockquote,
.entry li{
	color:#114;
	font-size:85%;
	line-height:160%;
	margin-bottom:1em;
}

/*-- Error block during comment submission --*/
.entry blockquote.error {
	background-color:#faa;
	border-left:4px solid #f66;
}


/*-- Display of lists within entries --*/
.entry ul {
	list-style-type:disc;
	margin-bottom:1em;
	padding:0 1em 1.4em 4em;
}

.entry ol {
	list-style-type:decimal;
	margin-bottom:1em;
	padding:0 1em 1.4em 4em;
}

.entry li {
	margin-bottom:0.5em;
}

/*-- For centered elements within an entry (e.g. divs with photos --*/
.entry .center {
	text-align:center;
}

/*-- Hyperlinks --*/
.entry a {
	border-bottom:1px dotted;
/*	color:#00c; */
	text-decoration:none;
}

.entry a:visited {
	color:#909;
}

.entry a:hover {
	border-bottom:1px solid;
}

/*-- Hyperlinked images --*/
.entry a.image {
	border:none;
}

/*-- p.posted contains the line of details following the 
entry title (date posted, category, number of comments, etc.) --*/
.entry p.posted a {
	color:#333;
}

/*-- Blockquotes in entries: use background colour and margins 
to set them apart from the entry body --*/
.entry blockquote,
#entry-comments blockquote{
	background-color:#ddf;
	border-left:4px solid #99f;
	margin:0 2em 1em 4em;
	padding:1em 0 1em 0.5em;
}

/*-- Images in entries --*/
.entry img {
/*	background:#fff; */
/*	border:7px solid #464; */
	margin-bottom:0.3em;
	padding:4px;
	position:relative;
}

/*-- Left-floated image --*/
.entry img.left {
	float:left;
	margin-right:1em;
}

/*-- Right-floated image --*/
.entry img.right {
	float:right;
	margin-left:1em;
}

/*-- Plain image --*/
.entry img.plain {
	border:none;
	padding:0;
}



  