* {
	margin: 0px;
	padding: 0px;
	outline-style:none;
}
html,body {
	background-color: #f8f8f8;
}

#box {
	width: 648px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#toolbar {
	line-height: 37px;
	color: #001821;
	background-image: url(../img/toolbar_bg.gif);
	height: 37px;
	font-size: 13px;
}
#toolbar li {
	display: block;
	float: left;
	list-style-type: none;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	padding-left: 15px;
}
#toolbar li.last {
	background-image: none;
}
#toolbar ul {
	float: right;
}
#toolbar li a {
	color: #333333;
	text-decoration: none;
}

#footer {
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#toolbar li a:hover {
	text-decoration: underline;
}

#grid .row {
	height: 123px;
	margin-top: 10px;
}
#grid .row .cell_1,#grid .row .cell_2, #grid .row .cell_3  {
	background-image: url(../img/tab_red.gif);
	height: 123px;
	width: 203px;
	line-height: 123px;
	text-align: center;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
cursor: hand;
cursor: pointer;
}
#grid .row .cell_2 {
	margin-right: 20px;
	margin-left: 19px;
}
#box #grid .row h2 {
	font-size: 16px;
}
#box #grid .row h2:hover {
	color:#6b1520;
}



#grid #logo {
	background-image: none;
}
#logo  h1, #logo h1 a {
	display: block;
	background-image: url(../img/tab_logo.gif);
	text-indent: -2000em;
	background-repeat: no-repeat;
	background-position: center top;
}
#logo h1 a:hover {
	background-position: center bottom;
}
#menu_left {
	float: left;
	width: 180px;
}
#menu_left li {
	background-image: url(../img/tab_left_bg.gif);
	height: 32px;
	width: 140px;
	display: block;
	line-height: 32px;
	list-style-type: none;
	margin-bottom: 3px;
	padding-left: 11px;
	font-size: 12px;
	font-weight: bold;
}
#logo_inside {
	background-image: url(../img/logo_inside.gif);
	height: 82px;
	width: 142px;
	margin-bottom: 10px;
	text-indent: -2000em;
}
#menu_left li a {
	color: #000000;
	text-decoration: none;
}
#logo_inside a {
	display: block;
	height: 82px;
	width: 142px;
}
#content {
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu_left li a:hover {
	color: #d4021d;
}
#content_left {
	float: left;
	width: 460px;
}
.clear {
	clear: both;
}
#footer.inside {
	margin-left: 180px;
	margin-right: 0px;
	text-align: left;
}
#content_left a {
	color: #d4021d;
	text-decoration: underline;
}
#content_left a:hover {
	color: #000000;
}
.cloneMe a {
	color: #FFFFFF;
	text-decoration: underline;
}

