a:link, a:visited, a:active {
	text-decoration: none;
	color: #369;	
	}

#nav a:link { color: #808080; text-decoration: none; }
#sidebar a:link { text-decoration: none; }
#faq a:link { color: #369; text-decoration: underline; }
#footer a:link { color: #333; text-decoration: underline;}
#footer a:visited { color: #333; text-decoration: underline;}

body,
html {
    margin:0;
    padding:0;
    /*background:#a7a09a;*/
    background: white;
    color:#000;
    }

body {
	font: 75% Arial, Helvetica, sans-serif;
	color: #333333;
    min-width: 860px;	/* must be same as id global
	text-align: left; /* IE and opera will place this centrally on the page */
    }

#global {
    background: #fff;
/*    width: 860px;		/* width of centred website */
    margin: 0 auto;
	margin-top: 20px;
    }

#header {
	text-align: left;
	/*	background: url(../assets/banner1.gif) no-repeat scroll center left;*/
	/*height: 84px;*/
	padding-bottom: 0px;
	width: 860px;
	margin: 0 auto;
    }	

#header img, #footer img {
	border: 0;
}

#nav {
	width: 860px;
	padding-bottom: 12px;
	margin: 0 auto;
	border-bottom: 1px solid #ddd;
    }

#nav ul {
	margin: 10px 10px 0 0;		/* use to push menu away from side */
	text-align: right;		/* nav menu alignment */
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	}

#nav li {
	display: inline;
} 

#nav li a {
	font-weight: bold;
	text-decoration: none;
	color: #808080;
	padding: 3px 10px 3px 10px;
	padding-top: 1px;
	border-top: 2px solid white;
}

#nav li.current a {
	font-weight: bold;
	text-decoration: none;
	color: black;
	padding: 3px 10px 3px 10px;
	padding-top: 1px;
	border-bottom: 2px solid black;
}

#nav li a:hover {
	color: black;
}

#content {
/*	background-color: #fff;*/
	overflow: hidden;
	padding-left: 170px; /* sidebar width */
	padding-right: 170px; /* to achieve centred layout */
	padding-top: 15px;
	padding-bottom: 20px; /* space before footer */
	width: 880px;
	margin: 0 auto;
}

* html #content{
	height:1%; /* so IE plays nice */
}

#main {
	width: 670px;
/*	background: #fff;*/
	float: right;
	border-left: 170px; /* sidebar width and color */
	margin-left: -170px; /* create space for sidebar */
	text-align: left;
	margin-top: 1em;
	margin-right: 10px; /* so text doesnt butt up to right edge of page*/
}

#footer {
    /*background:#ddd;*/
    background: #eee;
	clear: both;
	font: 0.8em Arial, Verdana, Sans-serif;
	text-align: center;
	line-height:1.4em;
	color: #222;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 0 5px 0;
	width: 860px;
	margin: 0 auto;
    }
	
dl.faq dt {
	padding-top: 10px;
	font-weight: bold;
}

h1 {
	color: #a7132b;
	font: bold 1.2em Arial, Sans-serif;
	margin: 0 0 0.4em 0;
	padding: 0;
}

h2 {
	color: #333333;
	font: bold 1.0em Arial, Verdana, Sans-serif;
	padding: 0;
	margin: 0 0 0.4em 0;
}

h3 {
	color: #a7132b;
	font: normal 1.0em Tahoma, Arial, Sans-serif;
}

p {
	padding: 0;
	margin: 0 0 0.8em 0;
}

p.clear {
	clear: both;
	padding-top: 1em;
}

span.copyright {
	font-size: 1em;
}

dl.list {
}

dl.list dt {
	margin-top: 1em;
	font-weight: bold;
	color: #555;
}

dl.list dd {
	margin-left: 0;
}

img.floatleft {
	float: left;
	padding-right: 5px;
}

blockquote {
	margin-bottom: 80px;
	background: #fff;
	display: block;
	padding: 0 45px;
	width: 230px;
/*	font-style: italic;
*/	font-family: sans-serif;
	font-size: 1.2em;
	color: #888;
}

blockquote:before, blockquote:after {
	font-family: sans-serif;
	color: #69c;
	display: block;
	font-size: 700%;
	width: 50px;
}

blockquote:before {
	content: "\201C";
	height: 20px;
	margin-left: -0.45em;
}

blockquote:after {
	content: "\201D";
	height: 50px;
	margin-top: -75px;
	margin-left: 230px;
}

blockquote .auth {
	text-align: right;
	margin-right: 10px;
	font-family: sans-serif;
	font-size: 0.8em;
	color: #000;
}

blockquote .auth:before {
	content:"- ";
}	

