body { padding: 0; margin: 0; font: 0.7em Tahoma, Arial, sans-serif; line-height: 1.6em; background: #fff; color: #454545; }

/* links */
a { color: #003B6E; background: inherit; }
a:hover { color: #454545; background: inherit; }	

/* headings */
h1 { font: bold 2.5em "Arial", Sans-Serif; margin: 0; letter-spacing: -1px; }
h2 { font: bold 2em Arial, Sans-Serif; margin: 0; padding: 0; }
h1 a, h2 a { color: #2b2b2b; background: #fff; text-decoration: none; }
h1 a:hover, h2 a:hover { color: #2b2b2b; background: #FFF; }
.title { color: #808080; background: #fff; }

/* content holder */
#content { margin: 10px auto; width: 960px; }

/* header */
#header { height: 75px; }
#logo { padding: 15px 0 0 8px; }
#logo p { margin: 0; padding: 0 0 0 10px; color: #808080; background: #fff; }
#top_info {
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

/* navs */	
#tabs {
	color: #000;
	height: 64px;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 210px;
	background-color: #fff;
	background-image: url(images/bigbox2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#tabs li { display: inline; height: 45px; }
#tabs li a { float: left; background: #fff url(images/barbg.gif) no-repeat; color: #808080; padding: 7px 0; width: 82px; text-align: center; font-weight: bold; text-decoration: none; }
#tabs li a:hover {
	color: #000;
	background-color: #fff;
	background-image: url(images/barbg.gif);
	background-repeat: no-repeat;
}	
#tabs li a.current { background: #fff url(images/barcurrent.gif) no-repeat; color: #2C71AE; }	
.key { text-decoration: underline; }

/* grey content box */
.gboxtop {
	clear: both;
	height: 8px;
	color: #000;
	width: 100%;
	float: right;
	background-color: #dedede;
	background-image: url(images/gboxtop.gif);
	background-repeat: no-repeat;
}
.gbox {
	background: #dedede url(images/gbox.gif) no-repeat bottom left;
	color: #444;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 13px;
	padding-bottom: 7px;
	padding-left: 13px;
}
.gbox p { padding: 7px 0; margin: 0;}

/* grey content box 2 */
.gboxtop2 {
	clear: both;
	height: 8px;
	color: #000;
	width: 216px;
	float: left;
	background-color: #dedede;
	background-image: url(images/gboxtop2.gif);
	background-repeat: no-repeat;
}
.gbox2 {
	width:190px;
	background: #dedede url(images/gbox2.gif) no-repeat bottom left;
	background-color:#9E9E9E;
	color: #333;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-right: 13px;
	padding-bottom: 7px;
	padding-left: 13px;
	text-align: left;
}
.gbox p2 { padding: 7px 0; margin: 0;}

/* grey content box3 (BIG) */
.gboxtop3 {
	clear: both;
	height: 8px;
	color: #000;
	width: 100%;
	float: left;
	background-color: #dedede;
	background-image: url(images/gboxtop3.gif);
	background-repeat: no-repeat;
}
.gbox3 {
	color: #444;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	width: 684px;
	float:left;
	padding-top: 1px;
	padding-right: 13px;
	padding-bottom: 7px;
	padding-left: 13px;
	background-color: #9C9C9C;
	background-image: url(images/gbox3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.gbox p { padding: 7px 0; margin: 0;}

/* grey content boxbottom */
.gboxtop4 {
	clear: both;
	height: 8px;
	color: #000;
	width: 100%;
	float: right;
	background-color: #dedede;
	background-image: url(images/gboxtop.gif);
	background-repeat: no-repeat;
}
.gbox4 {
	color: #444;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 13px;
	padding-bottom: 7px;
	padding-left: 13px;
	background-color: #dedede;
	background-image: url(images/gbox.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
}
.gbox p { padding: 7px 0; margin: 0;}


/* footer  */
.footer {
	clear: both;
	text-align: center;
	line-height: 1.8em;
	border-top: 1px solid #ccc;
	height: 50px;
}
<link rel="shortcut icon" href="/images/favicon.ico">

