/**** style sheet master.css ****/

/* Element styles */
body {
font-size: 11px; 
font-weight: normal;
text-align: left;
margin: 10px;
color: #333;
font-family: "Verdana, Arial, Helvetica, Sans-Serif";
font-size: 11px;
background: #fff url(../img/btmgrad_fff.gif) bottom left fixed repeat-x;
}



/* Text styles */
h1,h2,h3,h4,h5,h6,h7 {
font-family: "Arial, Helvetica, Verdana, Sans-serif";
}

.contentWrap h1, h1 {font-size: 24px; }
.contentWrap h2, h2 {font-size: 18px; }
.contentWrap h3, h3 {font-size: 16px; }
.contentWrap h4, h4 {font-size: 14px; }
.contentWrap h5, h5 {font-size: 12px; }
.contentWrap h6, h6 {font-size: 11px; }
.contentWrap h7, h7 {font-size: 10px; }


th, td {
font-family: "Verdana, Geneva, Arial, Helvetica, Sans-Serif";
font-size: 11px;
text-align: left;
}

/* Layout styles */

#wrapper {
margin: 5 auto;
width: 750px;
text-align: left;
background: #fff;
border: 1px solid #000;
}

#contentWrap {
width: 450px;
margin: 10px;
padding: 5px;
}

#rtColWrap {
width: 250px;
padding-top:30px;
float: right;
}

#footer {
width: 750px;
text-align: left;
padding: 10px;
margin:0px;
background: #ddd;
font-family: "Verdana, Arial, Helvetica, Sans-Serif";
size: 11px;
color: #333;
}

#header {
background: #DA1A00;
width:750px;
margin:0px;
padding:10px;
}

#header h1, #header h2 {
font-family: "Arial, Helvetica, Sans-Serif";
color: #fff;
font-weight: bolder;
margin-bottom:0px;
}

#header h1 { font-size: 32px; }
#header h2 { font-size: 18px; }
#header h3 { font-size: 14px; }
#header h4 { font-size: 11px; }
#header p  { margin-top:3px; font-family: "Verdana, Arial, Helvetica, Sans-Serif"; color:#fff; size:11px;}
#headerBlock {
width:260px;
float: right;
margin:5px;
padding:7px;
}

#headerBlock table {
 width:100%;
 border: 1px solid #B21600;
}

#headerBlock table td, #headerBlock table th {
padding: 2px;
color: #fff;
text-align:left;
font-size:11px;
}

#headerBlock th	{
background: #B21600;
}

#menu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
	background: #eee;
	border-bottom: 1px solid #ccc;
	}
	
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #ccc;
	font-family: "Verdana, Arial, Helvetica, Sans-Serif"; color:#333; size:10px;}
	}
	
#menu a {
	float: left;
	padding: 6px 19px 6px 19px;
	text-decoration: none;
	color: #666;
	background: #ddd;
	}