/* Basic */
* {padding:0;margin:0}

div {
  border: solid 1px #EFEFEF;
}

body {
	margin-top: 0;
        margin-left: 24px;
	font-family: "tahoma", sans-serif;
	font-size: 12px;
	background: url(images/bg_rb-04.gif) repeat-y;
}

a
{
	color: #1A2C4A;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
}

/* Header */
.header {
	top: -25px;
	background: #000000 url('images/headerbg.jpg') top left repeat-x;
	height: 135px;
	width: 100%;
	left: -2px;
}

a.header {
	color: #fff;
	text-decoration: none;
}

.logo {
  font-size: 8px;
  font-family: verdana;
}

/* Menu */

.menu
{
        height: 10;
	background: #700000;
	color: #FFFFFF;
	background: #700000 url('images/buttonbg.jpg') top left repeat-x;
}

ul.menu
{
	color: #fff;
	list-style: none;
	bottom: 0px;
}

a.menu
{
	color: #fffFFF;
	display: block;
	font-weight: bold;
	text-decoration: underline;
	background: #700000 url('images/buttonbg.jpg') top left repeat-x;
}
li.menu
{
	color: #fffFFF;
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: underline;
	padding: 0.75em 1.25em 1.25em 1.25em;
	background: #700000 url('images/buttonbg.jpg') top left repeat-x;
}

a.menu:hover
{
	background: #700000 url('images/buttonbg.jpg') top left repeat-x;
}

/* Content */

.mainMenu
{
	padding: 0.5em;
	background-color: #FFFFFF;
	background: url('images/contentbg.jpg') repeat-x;
}

/* Primary Content */

.primaryContent
{
	padding: 1em;
	background: url(images/contentbg.jpg) repeat-x;

	
}	

/* Footer */

.footer
{
	background-color: #FFFFFF;
	font-size: 10px;
}
