#content a:link {color: #333333; text-decoration: none; border-bottom: 1px dashed #666;}
#content a:visited {color: #666666; text-decoration: none; border-bottom: 1px dashed #000;}
#content a:hover {color: #666; text-decoration: none; border-bottom: 1px solid #666}
#content a:active {color: #666; text-decoration: none; border-bottom: 1px solid #666;}
body {background: url(images/background_new_gradient.gif) repeat-x #999999;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}
#wrap {margin: 0 auto;
padding: 0;
text-align: center;
background: #CCCCCC;
width: 800px;
border: 1px solid #1c1d1d;
	}

/* gutters */

#content .gutter {
	padding: 20px;
	}

/* header */
#header {background: #333333; margin: 0; padding: 0;}
#header a {color: none;}
#header h1 {
	margin: 0;
	padding:0;
	}
	
/* content */
#content {text-align: left;
	width: 100%;
	font-size: 100%;
	color: #333;
	line-height: 1.5em;
	background: #CCCCCC;
	min-height: 700px;
	}
#content h2 {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 125%;
font-weight: bold;
color: #333333;
}
#content h3 {
margin: 0;
padding: 0;
font-size: 110%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color:#333333;
}

#content table {margin: 0 auto; padding: 0;}

dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #ccc;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	}
dl.feature dd {
	margin: 0;
	padding: 5px;
	font-size: 100%;
	line-height: 1.5em;
	color: #333;
	}

/* top navigation */

#nav {margin: 0 auto;
text-align: center;
padding: 7px 0;
margin: 0; 
background: #151515;
color: #FFFFFF;
}
#nav ul {list-style-type: none; margin: 0; padding: 0;}
#nav li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
display: inline;
}
#nav a:link {color: #fff; background: none; text-decoration: underline;}
#nav a:visited {color: #FFF; background: none; text-decoration: underline;}
#nav a:hover {color: #ccc; background: none; text-decoration: underline;}
#nav a:active {color: #333333; background: none; text-decoration: underline;}


/* accessibility */
.skiplink 
{
display:none;
}

/*footer*/
#footer {font-size: small; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; padding: 10px 10px; margin: 0; clear: both; vertical-align: bottom; background: #666666; color: #ffffff;}
#footer a:link {color: #FFFFFF; background: none; text-decoration: underline;}
#footer a:hover {color: #ccc; background: none; text-decoration: underline;}
#footer a:visited {color: #FFFFFF; background: none; text-decoration: underline;}
#footer a:active {color: #666; background: none; text-decoration: underline;}
/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature { 
	display: inline-table; 
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}

/* End hide from IE/Mac */