* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 62.5%;
}

#container {
	font-size: 1.2em;
}

#header {
	background-image: url(../images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 90px;
}

#header_left {
	background-image: url(../images/header_left.jpg);
	position: absolute;
	top: 0;
	left: 0;
	width: 339px;
	background-repeat: no-repeat;
	height: 90px;
}

#left {
	background-image: url(../images/content_top_bg.jpg);
	background-repeat: repeat-x;
	height: 20px;
	margin-right: 221px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}

#sub_left {
  	width: 100%;
	float: left;
}

.rounded {
	background-color: #686576;
}

.rounded_light {
  	width: 85%;
	background-color: #dee4e2;
	color: #000000;
}

.rounded_content {
  	padding-left: 8px;
  	padding-right: 8px;
  	font: 105% sans-serif;
  	line-height: 140%;
}

.rounded_content ul {
	list-style-type: none;
	padding: 5px;
}

.rounded_content li {
  	margin-bottom: 8px;
}

.rounded_rss {
	background-color: #dee4e2;
	color: #000000;
	overflow: none;
}  	

#right {
	background-image: url(../images/header_right.jpg);
	position: absolute;
	top: 0;
	right: 0;
	width: 266px;
	padding-top: 90px;
	background-repeat: no-repeat;
	height: 90px;
}

.dark_text {
  	color: #000000;
  	text-align: center;
}

#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	color: #000000;
}

p {
  	margin-bottom: 15px;
    margin-top: 0px;}

h1 {
	font-size: 2em;
	padding-top: 50px;
	padding-left: 50px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	padding-left: 50px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 20px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}


a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}     /* unvisited link */
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}  /* visited link */
a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}   /* mouse over link */
a:active {
	color: #F8F6FF;
	text-decoration: none;
	font-weight: bold;
}   /* selected link */

.rounded_rss a:link {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}     /* unvisited link */
.rounded_rss a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}  /* visited link */
.rounded_rss a:hover {
	color: #9BA09E;
	text-decoration: underline;
	font-weight: bold;
}   /* mouse over link */
.rounded_rss a:active {
	color: #F8F6FF;
	text-decoration: underline;
	font-weight: bold;
}   /* selected link */

.img_left {
	float: left;
	margin-right: 4px;
}

 /***************************** sidebar navigation ****************************/
			
.navcontainer {
	width: 226px;
	background-image: url(../images/content_top_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 40px;
	margin-left: 40px;
}

.navcontainer ul {
	list-style-type: none;	
}

.navcontainer a{
	display: block;
	padding: 3px;
	width: 180px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #eee;
	color: #000000;
}

.navcontainer a:link, #navlist a:visited{
	text-decoration: none;
}

.navcontainer a:hover{
	background-color: #686576;
	color: #fff;
}