/* basic page CSS with thanks to Keith Donegan of Code-Sucks.com */
* { padding: 0; margin: 0; }

body {
 font-family: georgia, "Times New Roman", serif;
 font-size: 0.9em;
}

#container { 
}

#header {
}

#navigation { 
display: none;
}

#content { 
}

#rightcolumn { 
display: none;
}

#footer { 
 clear: both;
}

a:visited {color: purple;}

#header A:link {text-decoration: none; color: #DEE0A4; }
#header A:visited {color: #DEE0A4; }
#header A:visited {text-decoration: none}
#header A:active {text-decoration: none}

h1    {
 color: #DEE0A4;
 font-size:2em;
 font-weight: bold;
} 

h2    {
 color:#870B0B;
 font-size:1.6em;
 font-family: arial, helvetica, sans-serif;
 padding-bottom: 10px;
} 

h3    {
 color: black;
 font-size:1.3em;
 font-weight: bold;
} 

img { border: none; }

p {margin:0.5em 0 1.5em;}

strong { color: #870B0B; }

table.extras {
 width: 100%;
}

table.itemlist {
 width: 100%;
 border: 0;
 cellspacing: 0;
 cellpadding: 3;
 text-align: center;
}

.itemlist td {
 color:black;
 width: 33%;
 background:transparent;
 vertical-align: middle;
 text-align: center;
 padding: 0px;
 padding-right: 20px;
 padding-bottom: 20px;
}  

#footer td {
 width: 33%;
 color: black;
 background:transparent;
 vertical-align: top;
 padding-right: 10px;
}  

.floatleft {
 float: left;
}

.floatright {
 float: right;
 padding-left: 10px;
}


