body {
	background:#333e42;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0;
	padding:0;
}

a, a:link,a:active,a:visited {

	color:red;

	text-decoration:none;

	}

a:hover {

	text-decoration:underline;

	}

#container {

	width:800px;

	margin:0 auto;

	border-left:1px solid #fff;

	border-right:1px solid #fff;

	border-bottom:1px solid #fff;

	}

#topheader {

	background: url(../images/saskcouncilheader.gif) no-repeat top left;

	height:52px;

	}

.clear {

	clear:both;

	}

#topnav {

	width:234px;

	float:left;

	margin-right:-6px; /* good god IE */

	background: #E3DED2 url(../images/topnavtop.gif) no-repeat top left;

	}

#wheat {

	float:right;

	background:url(../images/wheat.png) no-repeat top left;

	width:566px;

	height:230px;

	}

#topnavlinks {

	padding-top:27px;

	}

#navbottom {	

	background: url(../images/topnavbottom.gif) no-repeat bottom left;

	height:23px;

	}

#topnavlinks a {

	background:url(../images/topmenubg.gif) no-repeat top left;

	padding:2px 0 2px 40px;

	display:block;

	color:#3c0808;

	text-decoration:none;

	font-weight:bold;

	}

#topnavlinks a:hover {

	background:url(../images/topmenubghover.gif) no-repeat top left;

	color:#4b6169;

	text-decoration:none;

	font-weight:bold;

	}

#content {

	background:#fff;

	}

#left {

	width:233px;

	background:#e7e4db url(../images/bgleft.gif) no-repeat top left;

	float:left;

	height:1%;

	}

#right {

	float:right;

	background:#fff;

	width:530px;

	height:1%;

	padding:0 15px;

	}

#thesdc {

	width:100px;

	margin:0 auto 20px auto;

	padding-top:25px;

	}

#thesdc ul {

	list-style-type:none;

	}

#thesdc ul li {

	margin:3px 0;

	}

#thesdc ul li a {

	color:#47392b;

	font-weight:bold;

	font-size:11px;

	}

.leftpad {

	padding:0 10px;

	}

.newsitem {

	padding:0 10px;

	margin:10px 0;

	}

.date {

	color:#7e0f0f;

	font-size:11px;

	font-weight:bold;

	margin:5px 0;

	}

.text {

	font-size:11px;

	}

.read {
	padding: 3px;
	text-align: right;
	}

.logininput {

	margin:10px 0;

	}

.loginfield {

	border:1px solid #ccc;

	padding:3px;

	width:200px;

	}

.loginbutt {

	width:100px;

	border:1px solid #988674;

	height:19px;

	background:#fff url(../images/loginbg.gif) repeat-x;

	margin-right:8px;

	}

#memberlogin {

	margin:30px 0;

	}

h1 {

	color:#485f67;

	font-size:18px;

	font-weight:bold;

	margin:5px 0;

	}

h2 {

	font-size:14px;

	font-weight:bold;

	margin:12px 0;

	}

#footer {

	background:#4c0102;

	padding:15px;

	color:#fff;

	text-align:center;

	font-size:10px;

	}
	
#footer a {
	color: #fff;
}

#footer ul {

	list-style-type:none;
	
	margin:0;
	
	padding:0;
	}

#footer ul li {

	display:inline;

	margin:0 5px;

	}

#copyright {

	width:800px;

	margin:15px auto;

	color: #839fa9;

	font-size:11px;

	}

#copyright a {

	color: #839fa9;

	}
	
.newstitle {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}

.newstitle a {
	color: #990000;
}

.newsdateposted {
	font-size: 11px;
	color: #666;
}

.newscontent {
	margin-top: 5px;
}

#topnavlinks .tnsublink {
	background-color: #d0ccc1;
	background-image: none;
	display: block;
	font-size: 11px;
	margin-left: 10px;
}
#viewresume {
		border: 1px solid #ccc;
		background-color: #fff;
		padding: 10px;
	}
.loginerror {
	background-color: #C10000;
	color: #fff;
	padding: 5px;
	width: 200px;
}