	body{
		background-image: url(images/bknd.jpg);
		background-repeat: repeat-x;
		background-color: #ffffff;
		margin:0px;
		margin-top: 13px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
		
	.header{
		background-image: url(images/header.jpg);
		background-repeat: no-repeat;
		width: 800px;
		height: 143px;
		}
	
	
	h1 {
		font-size: 18px;
		padding: 5px;
		margin: 0 0 8px 0;
		color: #ffffff;
		background-color:#990000;}
		
	h2 {
		font-size: 16px;
		margin: 0 0 8px 0;
		}
		
	h3 {
		font-size: 14px;
		margin: 0px;
		text-transform:uppercase;
		}
		
	#red {
		font-weight:bold;
		color:#CC0000;
		margin-top: 3px;
		text-transform:capitalize;
		font-size:12px;
		}
		
	#gradient {
		padding: 4px;
		margin-bottom: 0px;
		color: #003366;
		background-image: url(images/h-gradient.jpg);
		background-repeat:repeat-x;
		background-color:#CCCCCC;
		border: 1px solid #999999;
		border-bottom: 5px solid #999999;
		}
		
		
	a:link {color: #003399; text-decoration: none;}
	a:visited {color: #003399; text-decoration: none;}
	a:hover {color: #003399; text-decoration: underline;}
	a:active {color: #003399; text-decoration: none;}
	
#modernbricksmenu{
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	
	#modernbricksmenu ul{
	font: bold 11px Arial;
	margin:0;
	margin-left: 220px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	}
	
	#modernbricksmenu li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
	}
	
	#modernbricksmenu a{
	float: left;
	display: block;
	color: white;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 5px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: black; /*Default menu color*/
	border-bottom: 1px solid #000000;
	}
	
	#modernbricksmenu a:hover{
	background-color: gray; /*Menu hover bgcolor*/
	}
	
	#modernbricksmenu #current a{ /*currently selected tab*/
	background-color: #cc3300; /*Brown color theme*/ 
	border-color: #cc3300; /*Brown color theme*/ 
	}
	
	#modernbricksmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #cc3300; /*Brown color theme*/ 
	}
	
	
#vdividermenu ul{
	font: bold 11px Arial;
	margin: 10px 0 10px 50px;
	padding: 0;
	float: right;
	width: 100%;
	}
	
	* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
	width: 99%;
	}
	
	#vdividermenu ul li{
	display: inline;
	}
	
	#vdividermenu ul li a{
	float: left;
	color: black;
	padding: 2px 15px;
	text-decoration: none;
	}
	
	#vdividermenu ul li a:visited{
	color: black;
	}
	
	#vdividermenu ul li a:hover{
	color: black;
	background-color: #ffe84f;
	}
	
.login-box{
	font-size: 11px;
	padding: 5px;
	}	
	
.footer1{
	font-size: 10px;
	padding:3px;
	text-align: center;
	color:#666666;
	background-color: #333366;
	}
	
	a.footer:link {color: #cccc99; text-decoration: none;}
	a.footer:visited {color: #cccc99; text-decoration: none;}
	a.footer:hover {color: #cccc99; text-decoration: underline;}
	a.footer:active {color: #cccc99; text-decoration: none;}