@charset "iso-8859-2";
/* CSS Document */

*{
	margin:0;
	padding:0;
	}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #C0C0C0;
	color: #000000;
	width: 780px;
	background-position: top;
	font-size: 12px;
	margin: auto;
	}
#container{
	width: 700px;
	float: left;
	margin: auto;
	}
#blackBox {
background-color: #000000;
float:left;
width: 163px;
border-bottom:solid 12px #000000;
margin-bottom: -35px;
}
#menu{
	background-color:#4C4C4C;
	float:left;
	color: #E3E3E3;
	margin-right: 4px;
	border: solid 12px black;
	}
#menu ul{
	list-style-type: none;
	}
#menu li{
	font-size: 14px;
	height: 31px;
	width: 163px;
	}
#menu a{
	font-size: 14px;
	height: 23px;
	background-image: url(assets/images/button.png);
	background-repeat: no-repeat;
	float: left;
	padding-left: 15px;
	padding-top: 8px;
	color: #E3E3E3;
	text-decoration: none;
	vertical-align: bottom;
	width: 148px;
	}
#menu a:hover{
	font-size: 14px;
	background-image: url(assets/images/button.png);
	text-decoration:underline;
	}
#brand{
	font-size: 10px;
	width: 163px;
	margin-top: 35px;
	margin-bottom: 35px;
	}
#brand a{
	font-size: 10px;
	text-decoration:underline;
	background-image:none;
	float:none;
	padding-left: 0px;
	}
#brand a:hover{
	font-size: 10px;
	background-image:none;
	text-decoration:underline;
	float:none;
	padding-left: 0px;
	}
#brand h2 {
	font-size: 12px;
	display: block;
	}
#brand ul {
	}
#brand li{
	display: block;
	font-size: 10px;
	margin-bottom: -15px;
	height: 27px;
	}
#company{
	padding-bottom:10px;
	display:block;
	}		
#head{
	width: 672px;
	height: 200px;
	float: left;
	margin-left: 0px;
	border: solid 12px black;
	text-align:right;
	}
#header{
	float: right;
	color: #8F8F8F;
	font-size: 48px;
	font-weight: bold;
	padding-top: 40px;
	padding-right: 10px;
	text-align:right;
	}
#header:first-letter{
	color:#840000;
	}
#content{
	width: 463px;
	float: right;
	margin-top: 0px;
	background-position: right;
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin: 15px 18px 15px 17px;
	background-color: #7F7F7F;
	}
#content h1{
	font-size: 24px;
	background-image: url(assets/images/hgrad.png);
	background-repeat: repeat-y;
	margin-left: -22px;
	padding-left: 22px;
	height: 32px;
	margin-top: 10px;
	margin-bottom: 20px;
	}
#content h2{
	font-size: 18px;
	background-image: url(assets/images/hgrad.png);
	background-repeat: repeat-y;
	margin-left: -22px;
	padding-left: 18px;
	height: 24px;
	margin-top: 15px;
	margin-bottom: 10px;
	}
#content p{
	letter-spacing: .1em;
	}
#content ul{
	letter-spacing: .1em;
	}
#content li {
	color: #780000;
	}
#foot{
	width: 672px;
	height: 30px;
	float: left;
	border: solid 12px black;
	background-color:#4C4C4C;
	margin-top: 0px;
	overflow: hidden;
	}		
#foot ul{
	list-style-type: none;
	letter-spacing: .1em;
	float: right;
	}
#foot li{
	height: 20px;
	padding-left: 0px;
	float: left;
	}
#foot a{
	font-size: 9px;
	text-decoration: none;
	color: #E3E3E3;
	display: block;
	float: left;
	height: 25px;
	padding: 8px;
	}
#foot a:hover{
	text-decoration:underline;
	color: #E3E3E3;
	}
dl.image,
dl.image dt,
dl.image dd {
  display : block;
  list-style-type : none;
}
dl.image {
  margin : 0;
  border : none;
  padding : 0;
  text-align : center ;
}
dl.image dt {
  margin : 0;
  border : none;
  padding : 0;
/*  float:right;
*/}
dl.image dt img {
/*  display : block;
*/  margin : 0;
  border : 1px dotted #000000;
  padding : 5px;
  color : #000000;
  background : #000000;
}
dl.image dd {
  margin : 0;
  border : none;
  padding : 0;
  font-size : 90%;
  font-style : italic;
  color : #000000;
}
.padder{
	padding-left:20px;
	}
.imageRight{
	float:right;
	padding-right: 5px;
	padding-left:2px;
	}
.imageLeft{
	float:left;
	padding-right: 5px;
	}
#textColor{
	color:#000000;
	}