@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 1px;
	background:#CCCCCC;
}
ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-image: url(../images/ul-blue-bullet.png);
	padding-left:15px;
	margin-left:15px;
}
li{
	padding:0px 0px 10px 0px;
}
A:link{
	color: #0099CC;
	text-decoration: none;
}
A:hover{
	text-decoration: underline;
}
A:visited{
	color: #006699;
}
#button{
	padding:15px;
}
#button a{
  padding: 5px 12px 5px 12px;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-top-color: #ffc586;
  border-left-color: #ffc586;
  border-bottom-color: #bd6001;
  border-right-color: #bd6001;
  background-color: #feb100;
  font-size: .8em;
  font-weight: bold;
  text-decoration:none;
  color:#993300;
  font-family:Arial, Helvetica, sans-serif;
  text-align: center; 
}
#button a:hover{
	background-color:#FFCC66;
	color:#FFFFFF;
}

#breadcrumb {
	font: 10px Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;
	height:16px;
	line-height:16px;
	margin:0px;
	padding:8px 0px 0px 0px;
	color:#9cdbdb;
	overflow:hidden;
}
#breadcrumb li{
	list-style:none;
	background-image:url(../images/bc-back.png);
	float:left;
	padding-left:0px;
}
#breadcrumb a{
	display:block;
	background-image:url(../images/bc-div.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
	text-decoration:none;
}
#breadcrumb a:hover{
	text-decoration:underline;
}
#pagecontent {
	width: 760px;
	margin: auto;
	border:solid;
	border-width:1px;
	padding:20px;
	border-color:#000000;
	background: #ffffff;
}
#contentContainer {
	padding:10px;
}
h1{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	border-width:1px;
}
h2{
	color:#006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	border-width:1px;
	padding-top:10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	padding-left:15px;
}
.copyright{
	font-size:.6em;
	color: #999999;
}
.icon{
	padding-left: 5px;
	vertical-align: -2px;;
}
