body {
	margin: 0px;
    background-color: #66CCFF;
}

h1 {
    font-family:arial;
    font-size:24px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    margin-bottom: 3px;
    padding: 0px;
}
h2 {
    font-family:arial;
    font-size:22px;
    font-weight: bold;
    color: #E2383F;
    margin: 0px;
    margin-bottom: 3px;
    padding: 0px;
}
h3 {
    font-family:Georgia;
    font-size:14px;
    font-weight: bold;
    color: white;
    margin: 0px;
    padding: 0px;
}
h4 {
    font-family:Arial;
    font-size:11pt;
    font-weight: bold;
    color: #08004B;
    margin: 0px;
    padding: 0px;
}

ul {
	margin-top: 6px;
}

li {
	margin-bottom: 4px;
    xfont-family: Georgia;
}

A:link    { color: #4A2E5E;	text-decoration: underline;}
A:active  { color: #4A2E5E;	text-decoration: underline;}
A:visited {	color: #4A2E5E;	text-decoration: underline;}
A:hover   { color: #666699; text-decoration: underline;}

A.blk:link    { color: #666666;	text-decoration: underline;}
A.blk:active  { color: #666666;	text-decoration: underline;}
A.blk:visited {	color: #666666;	text-decoration: underline;}
A.blk:hover   { color: #ffffff; text-decoration: underline;}

A.wht:link    { color: #ffffff;	text-decoration: underline;}
A.wht:active  { color: #ffffff;	text-decoration: underline;}
A.wht:visited {	color: #ffffff;	text-decoration: underline;}
A.wht:hover   { color: #ffffff; text-decoration: underline;}

div.pageWrap {
	position: absolute;
	width: 775px;
	left: 50%;
	margin-left: -387px; /* half the width of the div */
}

div.leftbar {
	position: relative;
    float:left;
    width:150px;
}

div.content {
 	width: 770px;
	margin-left: -385px; /* half the width of the div */
	left: 50%;
	position: relative;
    margin-top: 30px;
}

div.headerClass{
    height: 218px;
	width: 770px;
	margin-left: -385px; /* half the width of the div */
	left: 50%;
    padding-top:0px;
    position: relative;
    z-index:0;
    top: 20px;
}

div.insideContentA{
	width: 270px;
    float:left;
}

div.insideContentB{
	width: 500px;
    float:right;
    font-family:arial;
    font-size:14px;
    color: #000000;

}
