<STYLE TYPE="text/css">



body {
text-align: center;
min-width: 1000px;
}

#container {
margin: 0 auto;
width: 1000px;
text-align:left;
}

#header {
clear:both;
width: 1000px;
height: 182px;
background: URL(images/bkg-top.png);
}

#left {
margin-left: 20px;
width: 186px;
display: block;
float: left;
background-color: #ffffff;
}

#sidebar {
padding-left: 20px;
width: 213px;
display: block;
float: left;
background: URL(images/bkg-sidebar.png);
}

#right {
width: 730px;
display: block;
float: left;
margin-left: 20px;
background-color: #ffffff;
}

#content {
width: 703px;
display: block;
float: left;
margin-left: 20px;
background-color: #ffffff;
}

#footer {
clear:both;
background-color: #ffffff;
}


A:link         {color: #21535f; text-decoration: none;}
A:visited      {color: #21535f; text-decoration: none;}
A:active       {color: #21535f; text-decoration: none;}
A:hover        {color: red; text-decoration: underline;}

p, div {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #454851;
}

.small {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
font-size: 12px;
color: #454851;
}

ul {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
list-style-type: square;
font-size: 14px;
color: #454851;
text-align: left;
}

.subheader {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #21535f;
text-align: left;
}

.subsubheader {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #21535f;
text-align: left;
}


</STYLE> 
