html, body {
	font-size: 10px;
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
	}
	
body {
	padding: 2px;
	background-image: url(../images/linebg.gif);
	background-repeat: no-repeat;

	/*background-attachment:fixed;*/

	}	

	
a, a:visited, a:hover {
	color: #333333;
	text-decoration: none;
	}

a:hover,  a:active {
	color: #006699;
	
	}

ul {
		list-style-position: inside;
		list-style-type: none;
	}

#head {
	width: 680px;
	height: 70px;
	}
	
#head .col {
	width: 210px;
	float:left;
	height: 70px;
	
	}

form {
	margin:0px;
	padding: 0px;
	}

ul {
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	
	}

#head .col ul {
	font-size: 18px;
	font-weight: bold;
	}

ul li {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0px;
	border:0px solid red;
	}

ul li h1 {
	font-size: 10px;
	margin: 0px;
	}
	
#contentLeft .row {
	border: 0px solid red;
	}

#contentLeft .row ul li {
	height: 11px;
	}
	
#head .col ul li {
	height: 19px;
	}	
	

#contentLeft .row a {
	text-transform: uppercase;
	}
	
#contentContainer {
	width: 100%;
	}
	
#contentLeft {
	width: 180px;
	float:left;
	padding-top: 50px;
	}
	
a.selected {
	/*text-decoration: underline;*/
	color: #006699;
	}
	
	
#contentRight {
	width: auto;
	border: 0px solid red;
	
	padding-left: 210px;
	padding-top: 50px;
	}

.blogNewsItem,	
.blogNewsItemDetail {
	width: 600px;
	padding-bottom: 55px;
	}
	
.blogNewsItem img,	
.blogNewsItemDetail img {
	padding-bottom: 7px;
	}

.blogNewsItemDetail p {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	}
	
a.newsTopicLink {
	text-decoration: underline;
	color: #006699;
	font-weight: bold;
	}
	
.blogNewsItemDetailComment {
	padding-bottom: 20px;
	}
	
label.formError {
	
		color: #aa0108;
	
	}
	
	
ul#order li.sortable {
	float:left;
	height: 80px;
	}