/* Colours used:
 Red: D10000 or AA0000
 Yellow: F2E600
 Blue: 0020DB
 Green: 20B700
*/

@charset "utf-8";
/* CSS Document */


body
{
 background: #DDDDDD;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 vertical-align: top;
}

#container
{
	width:800px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFFFFF
}



#header1
{
 width: 799px;
 height: 150px;
 background: url(header2.png) #FFFFFF no-repeat;
}

#divbar
{
 width: 799px;
 background:#222222;
 color: #FFFFFF
}

#banner
{
 width:799px;
 height: 180px;
 background: url(banner2.png) #000000;
}

#divbar2
{
 width: 799px;
 height: 20px;
 background:#AA0000;
}

#container2
{ 
 width: 799px;
 background: #000000;
}

#container3
{
 width: 199px;
 color: #FFFFFF;
}

#content
{width: 600px;
 background: #FFFFFF;
}




table
{
 border: 0px;
 padding: 0px;
}

tr
{
 border: 0px;
 padding: 0px;
}

td
{
 border: 0px;
 padding: 0px;
}

p
{
 padding: 5px;
}

a:link
{
 color: #AA0000;
 font-weight:bold;
 text-decoration: none;
}
a:visited
{
 color: #AA0000;
 font-weight:bold;
 text-decoration: none;
}
a:hover
{
 color: #D10000;
 font-weight:bold;
 text-decoration: none;
}
a:active
{
 color: #AA0000;
 font-weight:bold;
 text-decoration: none;
}

h1
{
 font-size: 14px;
 font-weight: bold;
}
h2
{
 font-size: 14px;
}

