/*
You are allowed to do whatever you want with this layout. Though I would be pleased if you placed a link on your site to csseasy.com or to profit42.com (best "blog about hacking" ever). Donations are also welcome: paypal@profit42.com (or follow the donation button on csseasy.com)
*/
.main {
width:780px;
margin:0 auto;
margin-top:30px;
bgcolor=white;
lang=EN-US;
link=blue;
vlink=purple;
tab-interval:.5in;
text-align:center;
font-size: 12pt;
}
/* ----- HEADER ----- */
.header {
width:780px;
height:110px;
background-color:white;
margin:0 auto;
}
/* ----- NAVIGATION ----- */
.navigation {
width:780px;
height:110px;
background-color:white;
margin-top:10px;
}
/* ----- MAIN CONTENT ----- */
.content { width:750px;
min-height:450px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:450px; /* for IE5.x and IE6 */background-color:#333333;
margin-top:10px;
background-color:white;
text-align:center;
}
/* ----- FOOTER ----- */
.footer {
width:750px;
height:100px;
background-color:white;
margin-top:10px;
}
.link {
color: blue;
}
.link2 {
text-decoration:none;
font-weight:bold;
color: blue;
}
.link3 {
text-decoration:none;
color: blue;
}
.link4{
text-decoration:none;
color: black;
}
.redTitle {
color: rgb(124, 48, 0);
font-size: 14pt;
}
.red {
color: rgb(124, 48, 0);
}
.left {
text-align:left;
}
table {
font-size: 12pt;
}
table.centered {
text-align:center;
}
table.level1 {
text-align:left;
margin-left: 0.25in;
}
table.toolbar {
text-align:center;
width:100%;
}
td.toolbar {
font-weight:bold;
font-size: 10pt;
}
a:active
{
border:0;
outline: none;
}
a:focus
{
border:0;
-moz-outline-style: none;
}
img{
padding:0px;
border:0px;
}