body 
{
 margin:0;
 background-color:white;
 font-family:tahoma,sans-serif;
}

#background
{
 margin-left:50%;
 left:-362;
 width:724;
 position:relative;
 background:url('background.png') bottom left repeat-y;
}

#background-bottom
{
 margin:0;
 margin-left:50%;
 margin-bottom:4;
 left:-362;
 width:724;
 position:relative;
 background:url('background-bottom.png') no-repeat;
 background-position:centre;
 min-height:8;
 height:auto !important;
 height:8;
}

#container
{
 margin-left:50%;
 left:-350;
 width:700;
 position:relative;
 background-color:white;
 padding:0 0 4 0;
}

#header
{
 margin:0;
 width:700;
 height:120;
 background:url('header.png');
}

#menu
{
 margin:4 0 0 0;
 width:700;
 height:21;
 background-color:#5a5e67;
}

#menu .menu-item
{
 height:100%;
 float:left;
 padding-left:10;
}

#menu table.layout
{
 border-collapse:collapse;
 font-size:11;
}

#menu table.layout td
{
 color:white;
}

#menu a:visited
{
 color:white;
 text-decoration:none;
}

#menu a:active
{
 color:white;
 text-decoration:none;
}

#menu a:link
{
 color:white;
 text-decoration:none;
}

#menu a:hover
{
 color:yellow;
 text-decoration:underline;
}

#menu .menu-item-color
{
 color:white;
}

#content
{
 margin:4 0 0 0;
 color:black;
 font-size:11;
 background: url(content.png) repeat-x;
 text-align:justify;
 min-height:400px;
 height:auto !important;
 height:400px;
 padding:4 4 4 4;
}

#content h1
{
 margin-top:0;
 margin-bottom:10;
 padding-bottom:2;
 font-size:12;
 font-weight:bold;
 padding:5 0 2 0;
}

#content p
{
 margin-top:10;
 margin-bottom:10;
}

#content img
{
 border-style:solid;
 border-color:silver;
 border-width:1;
}

ul.disc
{
	list-style-type: disc;
}

#content img.left
{
 float:left; 
 margin-right:6;
}

#content img.right
{
 float:right; 
 margin-left:6;
}

#content a:visited
{
 color:black;
 text-decoration:none;
}

#content a:active
{
 color:black;
 text-decoration:none;
}

#content a:link
{
 color:black;
 text-decoration:none;
}

#content a:hover
{
 color:black;
 text-decoration:underline;
}

#footer-text a:visited
{
 color:#838383;
 text-decoration:none;
}

#footer-text a:active
{
 color:#838383;
 text-decoration:none;
}

#footer-text a:link
{
 color:#838383;
 text-decoration:none;
}

#footer-text a:hover
{
 color:#838383;
 text-decoration:underline;
}

.drop-menu
{
 position:absolute;
 height:auto;
 width:auto;
 background-color:#5a5e67;
 opacity: 0;
 filter: alpha(opacity=0);
 font-size:11;
}

.drop-menu .frame
{
 padding:4;
}

.drop-menu table.layout
{
 border-collapse:collapse;
 font-size:11;
 padding:4;
}

.drop-menu table.layout td
{
 color:white;
}

.drop-menu a:visited
{
 color:white;
 text-decoration:none;
}

.drop-menu a:active
{
 color:white;
 text-decoration:none;
}

.drop-menu a:link
{
 color:white;
 text-decoration:none;
}

.drop-menu a:hover
{
 color:yellow;
 text-decoration:underline;
}

.drop-menu .drop-menu-item-color
{
 color:white;
}

#footer0
{
 position:relative;
 margin:4 0 4 0;
 width:700;
 height:20;
 background: url(content-footer.png) repeat-x;
}

#footer1
{
 position:relative;
 margin:0 0 0 0;
 width:700;
 font-size:0.55em;
 height:auto !important;
}

#footer-text
{
 text-align:right;
 position:relative;
 right:0;
 bottom:0;
 color:#838383;
 background-color:#d5d5d5;
 padding:4 4 4 4;
}
