a:link
{
	color: #000000; 
}
a:visited
{
	color: #000000; 
} 
a:active 
{
	color: #000000;
}
body
{
    font-family: Arial, Verdana, Helvetica;
    font-size: 12pt;
    color: black;
    margin-left: 10%;
    margin-top: 0px;
    background: #F6F5FA url(../../images/bgs/bg3.jpg) repeat-x;
}

td
{
    padding: 5px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 12pt;
    color: #000000;
    vertical-align: top;
    text-align: left;
    background-attachment: fixed;
    
}

table
{
    font-family: Verdana, Arial, Helvetica;
    top: 0px;
    bottom:0px;
    table-layout: auto;
}

p.spacemaker
{ height: 50px;
background-color: #B6C1DD;
width:152;
margin: 0; 
padding: 0; 
border: 0; 
}

p.centrebold
{ font-family: Verdana, Arial, Helvetica;
font-style:oblique;
text-align:center;
color: #090953;
font-weight:bold;
margin: 0; 
padding: 0; 
border: 0; 
background-color:#CDD9FA;
}

.highlight
{
    color: #000000;
    background-color: #F6DBFA;
    margin-top: 0.5em;
    margin-left: 0;
    left:0;
    width: 80%;
    padding-top:3px;
    padding-bottom:3px;
    border-top: navy 2px solid;
    border-bottom: navy 2px solid;

   }
.highlight2
{
    color: #000000;
    background-color: #F9F4F4;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 2%;
    margin-left: 2%;
    padding: 0.5%;
    }
.BringItOUt
{
    background-image: url(../../images/bgs/yellow.jpg);
    background-repeat: repeat;
    padding: 0.5%;
    border-top: teal 1px double;
    font-weight:bold;
    border-bottom: teal 1px double;
}

.allContainer

{
    font-family: Verdana, Arial, Helvetica;
    /* background-image: url(../../images/bgs/bg2_greyyell.jpg); */
    background-color :#E6E5F1;
    background-repeat: repeat;
    top: 0px;
    bottom: 0px;
    left:-600px;
    border : 0;
	margin-top : 0em;
	margin-bottom : 0em;
	padding : 0.5%;
	z-index: 2;
	width:800px;
}


p.headingjas
{
	background-image:url('images/header1.jpg');
	background-repeat: no-repeat;
	height=300;
	border:0 none;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
    color: #660000;
    font-weight: bold;
    font-size: 14px;
    left: 0px;
    position: relative;
    text-decoration: underline;
    border-bottom-style: double;
    font-family: Arial, Tahoma, 'Cooper Black';
    background-color: buttonface;
    width:80%
}
h2
{
    color: #993333;
    font-weight: bold;
    font-size: 14pt;
    text-decoration: underline;
    font-family: Arial, Tahoma;
}
h3
{
    color: #996666;
    font-weight: bold;
    font-size: 14pt;
    font-family: arial, tahoma;
}
h4
{
	color: #090953;
}
h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:790px;
	border:0px solid #818181;
    /*
background:url('../images/box_wide.jpg') no-repeat top center;
*/
	position:relative;
	}

#content-main-two-column {
	width:650px;
	float:left;
	padding:3px;
	}

#content-side-two-column {
	float:right;
	width:128px;
	padding:3px;
	}