/* CSS Document */
p,table,li,h1,h2,h3 {
font-family: Times, TimesNR, serif; 
}

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

th, td {
font-size: 120%;
color="#000000"
}

p {
list-style-type: none;
margin: 10pt 0pt 10pt 0pt;
padding: 0pt 0pt 0pt 0pt;
border: 0pt 0pt 0pt 0pt;
font-weight: bold;
}

.bigblue1 {
font-size: 250%;
color="#0000ff"
}

.bigblue2 {
font-stretch:ultra-expanded;
font-size: 325%;
color:#0000FF;
}

.bigblue3 {
font-stretch:ultra-expanded;
font-size: 125%;
color:#0000FF;
}

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

table {
color="#000080" 
}
body {
bgcolor: #ebf5fc;
font-family: Times, TimesNR, serif; 
}
h1,h2,h3 {
color: 0000ff;
}
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 {
font-size: 120%;
list-style-type: none;
margin: 0pt 0pt 0pt 0pt;
padding: 0pt 0pt 0pt 0pt;
border: 0pt 0pt 0pt 0pt;
font-weight: bold;
}

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;
}


