body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	background-image: url(images/bkgnd.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #9B9B9B;
}

div#container {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	margin-top: 0px;
	height: auto;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

div#header {
	text-align: center;
	background-color: #000000;
	color: #666666;
	height: 150px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ffd204;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ffd204;
}



div#footer {
	text-align: center;
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	border-top-width: 7px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #ffd204;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 70px;
}

.content {
	padding: 0px;
	margin-top: 25px;
}


div#maincontent {
	padding: 10px;
	text-align: left;
	margin-left: 200px;
	background-color: #ffffff;
	color: #666666;
	border-left: solid #999999 1px;
	position:relative;
	top:0;
	left:0;
}

div#title {
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 200px;
	height: 32px;
	position:absolute;
	top: 0px;
	right: 0px;
	width: 798px;
	margin-bottom: 15px;
}

#maincontent img{
	display:inline;
	padding: 5px;
	margin: 10px;

}

#maincontent .border{
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

#maincontent a:link{
	text-decoration: none;
	color: #008ab0;
}

#maincontent a:visited{
	text-decoration: none;
	color: #008ab0;
}

#maincontent a:hover{
	text-decoration: none;
	color: #ffd204;
}

div#leftcolumn {
	float: left;
	text-align: left;
	background-color: #000000;
	color: #666666;
	width: 200px;
	padding-top: 10px;
	height: auto;
}

#leftcolumn ul li a:link, #leftcolumn ul li a:visited {
	color: #FFFFFF;
	background-color: #0079A4;
	text-decoration: none;
	display: block;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
	width: 170px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFE473;
	border-left-color: #FFCB00;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #666666;
}



#leftcolumn ul li a:hover, #leftcolumn ul li a.active {
	background-color: #999999;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #D0DEFF;
	border-bottom-color: #CCCCCC;
	border-left-color: #0079A4;
}



#leftcolumn ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}



#leftcolumn ul {
margin: 0px;
padding: 0px;
}

h1 {
	font-size: 1.5em;
	color: #0079A4;
}

h2 {
	font-size: 1.2em;
	color: #666666;
}
table {
  width:100%;
  border: 1px dotted #0079A4;
  border-spacing: 0px;
  border-collapse: collapse;
}
td {
  text-align:center;
}
a[href $='.pdf'] {
padding-right: 18px;
padding-top:2px;
padding-bottom:2px;
background: transparent url(images/pdf_icon.gif) no-repeat center right;
}
a[href $='.doc'] {
padding-right: 18px;
padding-top:2px;
padding-bottom:2px;
background: transparent url(images/doc.png) no-repeat center right;
}
a[href $='.xls'] {
padding-right: 18px;
padding-top:2px;
padding-bottom:2px;
background: transparent url(images/icon-xls.png) no-repeat center right;
}
a[href ^='mailto:'] {
padding-right: 18px;
background: transparent url(images/mail_icon.gif) no-repeat center right;
}
a.removeicon {
background-image:none;
}
div#breaking {
  border:1px dotted #0079A4;
  width:400px;
  padding:10px;
  float:right;
  position:relative;
}
div#topimg {
  position:relative;
  float:left;
  width:300px;
}
