﻿body {
margin-left: auto;
margin-right:  auto;
width: 90%;
}


link  {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #CCCCCC;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
font-size:1.1em;
}
#container {
	width: 48em;
	margin: 0 auto;
	border: 1px solid #000000;
	background-color: #EDECF1;
}


#container2 {
position:relative;
	margin-left: 20px;
	margin-right: 0;
	background-color: #EDECF1;
}



#masthead {
	margin: 0px;
	padding: 0;
	background-color: #EDECF1;
}
 #masthead h1 {
	margin: 0; 
	padding: 10px 0; 
}

 #sidecol{
	margin: 0px;
	float: left;
	width: 10em;
	padding: 0px 0px 15px 10px;
	background-color: #EDECF1;
}
#sidecol p {
	padding: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	color: #44334D;
	text-align: center;
	text-decoration: none;
}

 #sidecol h3 {
	margin-left: 10px; 
	margin-right: 10px;
}

 #mainContent {
	background-position: top;
	padding: 15px 15px 40px 15px;
	margin: 0 0 0 11em;
	background-image: url('images/bar1.png');
	background-repeat: repeat-x;
	background-color: #FFFFF4;
}



#footer {
	padding: 0 10px;
	background-color: #999999;
	clear: both;
	background-image: url('images/titlebg.jpg');
	background-repeat: repeat-x;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: .75em;
}

p.two
{
position:relative;
left:260px;
top:-100px;
padding: 0.1cm;
background-color: #ffffff;
font-size:1.1em;
hieght: 100;
width: 250px;
text-align: justify;
text-decoration: none;
line-height: 80%;
z-index:1;
}

p.three
{
position:relative;
left:0px;
top:0px;
padding: 0.1cm;
background-color: #ffffff;
font-size:0.90em;
font-style:italic;
hieght: 80;
width: 550px;

text-decoration: none;
line-height: 100%;
z-index:1;
}

p.four
{
position:relative;
left:0px;
top:0px;
padding: 0.1cm;
background-color: #ffffff;
font-size:1.1em;
hieght: 100;
width: 500px;
text-align: left;
text-decoration: none;
line-height: 100%;
z-index:1;
}


/* Miscellaneous classes for reuse */
.fltright { 
	float: right;
	margin-left: 8px;
}
.fltleft { 
	float: left;
	margin-right: 8px;
}
.clearall { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:visited {
	font-size: .85em;
	color: #cc3300;
	text-decoration: none;
}
a:link {
	font-size: .85em;
	color: #514A4B;
	text-decoration: none;
}
a:hover {
	font-size: .85em;
	color: #330099;
	text-decoration: none;
}


/* ie6 png fix */

img { behavior: url(iepngfix.htc); }

