/* CSS Reset */
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
body 
{
 line-height: 1;
}
ol, ul 
{
 list-style: none;
}
 
/* remember to define focus styles! */
:focus 
{
 outline: 0;
}
 
table 
{
 border-collapse: collapse;
 border-spacing: 0;
}





body { 
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align: center;
background: url('art/bg.gif') 0 0 repeat-x;
}

p, blockquote, ul, ol {
text-align: left;
font-size: 13px;
margin-bottom: 10px;
line-height: 20px; 
color: #797977;}

a {	color: #003399; }

a:hover { 
text-decoration: none;
color: #6394f7; }

h1{
font-size: 16px;
text-align: left;
font-family: arial;
color: #797977;}

h2{
font-size: 12px;
font-weight:normal;
line-height:20px;
text-align: left;
font-family: arial;
color: #797977;}




#container {
margin: 0 auto;
text-align: center;
width: 845px;
}

#header {
text-align: center;
position: relative;
float:left;
height: 128px;
width: 845px;
}

#logo {
position: absolute;
top:45px;
left:0px;
}

#menu { 
position: relative;
float:left;
height: 151px;
width: 845px;
margin: 0 auto;
}

#sidemenu { 
background: url('art/side_menu_bg.gif') 0 0 repeat-x;
position: relative;
float:left;
height: 417px;
width: 199px;
margin: 0 auto;
}

#menuitem {
position: absolute;
}

#menuitem { 
position: absolute;
height: 151px;
width: 200px;
}

#content {
position: relative;
float: left;
width: 845px;
height: 680px;
}

#text {
position: relative;
float: left;
width: 845px;
}

#flash {
position: absolute;
left:210px;
top:10px;
width: 620px;
}

#footer { 
position: relative;
float: left;
width: 845px;
margin: 0 auto;
}
