/* CSS Document */
p,table,li,h1,h2,h3 {
font-family: sans-serif;
font-weight:bold;
}

p, h1, h2, h3, table, {
margin-left: 0pt;
margin-right: 0pt;
}

p, th, td {
font-size: 1.0em;
color="#000000";
}

h1#banner {
font-size: 300%;
color: #ffff00;
}

table {
color="#000080" 
}

body {
bgcolor: #ebf5fc;
font-family: sans-serif; 
}

h1,h2,h3 {
color: 000080;
}

hr {
color: black;
} 
hr.red {
color: red;
} 
hr.white {
color: white;
} 

hr.blue {
color: blue;
}

hr.yellow {
color: yellow;
}

a:link {COLOR: blue;}
a:visited {COLOR: blue;}
a:active {COLOR: blue;}
a:hover {COLOR: red;}
a.content:link {COLOR: blue;}
a.content:visited {COLOR: blue;}
a.content:active {COLOR: blue;}
a.content:hover {COLOR: red;}

ul {
margin: 0pt;
padding: 0pt;
}

li {
padding: 0pt 0pt 0pt 0pt;
border: 0pt 0pt 0pt 0pt;
margin: 0pt 0pt 15pt 0pt;
font-size: 1.0em;
list-style-type:none;
}

div#header {
border-top: solid #000 2px;
border-bottom: solid #000 2px;
text-align: center;
background-color: #0000ff;
height: 100px;
width: auto;
margin-left: 0px;
margin-right: 0px;
}

div#wrapper {
	width: auto;
	position: relative;
	min-width: 700px;
}

div#leftSide {
	position: absolute;
	top: 300px;
	left: 10px;
	width: 200 px;
}

div#main {
	width: auto;
	margin: 0px 50px 0 50px;
	padding: 0px 0px 0px 0px;
	border-left: 3px solid #ff0000;
	border-right: 3px solid #00ff00;
}

div#rightSide {
	position: absolute;
	top: 300px;
	right: 10px;
	width: 10 px;
}

div#side {
	position: absolute;
	top: 300px;
	left: 0px;
	width: 10 px;
}
.bold
{
    FONT: 1.0em sans-serif;
	font-weight: bold;
	color:#0000ff;
}

.bluebold1
{
    font-size: 1.0em sans-serif;
	font-weight: bolder;
	color:#0000ff;
}

.bigbold1
{
    font-size: 110%;
    font-family: sans-serif;
	font-weight: bold;
}

.bigbluebold1
{
    font-size: 110%;
	font-weight: bold;
	color:#0000ff;
}

.bigbluebold2
{
    font-size: 120%;
	font-weight: bold;
	color:#0000ff;
}

.biggreenbold2
{
    font-size: 120%;
	font-weight: bold;
	color:#007700;
}

.bigbluebold3
{
    font-size: 130%;
	font-weight: bold;
	color:#000000;
}



