body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	}

A:link {text-decoration: none; color: blue;} 
A:visited {text-decoration: none; color: blue;}
A:hover {text-decoration: underline; color: blue;} 




/* layout */

#wrap {
	min-width: 500px;
	max-width: 1400px;
	background: url(img/wrap-bg.gif) repeat-y 70% 0;
	}

#content {
	float: left;
	width: 70%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	}
#sidebar {
	float: right;
	width: 30%;
	}
#footer {
	clear: both;
	background: #828377 url(img/footer-bg.gif) repeat-x top left;
	}

/* gutters */

#content .gutter {
	padding: 25px;
	background: url(img/content-bg.gif) repeat-x top left;
	}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
	}

/* header */

#header {
	border-bottom: 4px solid #c0c0c0;
      height: 89px;
	background: #fff url(img/logo-group.gif) no-repeat top left;
	}
#header h1 {
	margin: 0;
	padding: 25px;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #111;
	background: url(img/logo-group.gif) no-repeat top left;
	}
	
/* menu row */



#menu {
	margin: 0;
	padding: 10px;
	font-size: 80%;
      font-weight: bold;
	color: #fff;
	text-align: left;
	background: #000099;
}

#menu A:link  { color: #fff; text-decoration: none; }
#menu A:visited { color: #fff; text-decoration: none; }
#menu A:hover  { color: #fff; text-decoration: underline; }


/* content */

#content 

h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: arial, serif;
	font-size: 150%;
	color: #111;
	font-weight: normal;
	}

h3 {
	margin: 0 0 0 0;
	padding: 0;
	font-family: arial, serif;
	font-size: 100%;
	color: #111;
	font-weight: bold;
	}
h4 {
	margin: 0 0 .5em 0;
	font-family: arial, serif;
	font-size: 135%;
	color: #111;
	}


dl.linelink {
	margin: 2px 0;
	padding: 2px;
      color: #ccc;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}

dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}

dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: arial, serif;
	font-size: 140%;
	color: #111;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(img/photo-frame.gif) no-repeat bottom right;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: 100%;
	line-height: 1.5em;
	color: #111;
	}

/* sidebars */

.box { 
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(img/box-b.gif) no-repeat bottom right;
	}

.box h3 {
	margin: 0;
	padding: 12px;
	font-family: arial, serif;
	font-size: 130%;
	font-weight: bold;
	color: #000099;
	background: url(img/box-t.gif) no-repeat top left;
	}
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(img/li-bullet.gif) no-repeat 0 3px;
	}

/* footer */

#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #333; 
	}

#table1 

{	margin: 0;
	padding: 5px;
	font-size: 90%;
	color: #000066; 
	}





/*  IE fixes */

#content, #sidebar, #footer {
	height: 1%;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	}