/* CSS Document */

body, p, td, div, span, h1, h2, h3, h4, a{
	font: normal 10pt/12pt Arial, Helvetica, sans-serif;
	color: #fff;
}

body{
	background: #CCCCD4;
	margin: 0;
}

a {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #CCCCCC; text-decoration: none; border: 0;}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #EEEEEE; text-decoration: none}

img{border: 0;}

#stripe{
	width: 100%;
	height: auto;
	background: #72767F;
	margin: 25px 0;
	/*position: absolute;
	top: 50%;
	margin: -232px 0 0 0;*/
}

#container{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px;
	background: url(/portfolio/images/midsection.gif) repeat-y center;
}

#stagetop{
	background: url(/portfolio/images/top1.gif) no-repeat center;
	height: 57px;
}

#stagetop2{
	background: url(/portfolio/images/top2.gif) no-repeat center;
	height: 104px;
	position: relative;
}

#stagemiddleleft, #stagemiddleright{
	height: auto;
	float: left;
	text-align:left;
}

#stagemiddleleft{
	border-right: 1px solid #999;
	padding-left: 40px;
	width: 369px;
}

#stagemiddleleft img{
	padding-left: 30px;
}

#stagemiddleright{
	width: 340px;
	padding-left: 10px;
	padding-right: 40px;
}

#stagebottom{
	background: url(/portfolio/images/base.gif) no-repeat center;
	height: 38px;
	clear:both;
}

.screennumber{
	margin: 1em;
}

.screennumber ul{
	margin: 0;
	float: right;
	list-style-type: none;
}

.screennumber ul li{
	display:inline;
	list-style: none;	
}

.screennumber a{
	background: #666;
	text-decoration: none;
	border: 1px solid #666;
	vertical-align: middle;
	color: #222;
	width: 30px;
	height: 30px;
}

.screennumber li a:hover{
	border: 1px solid #ddd;
	color:#999;
}

#backone{ float:right;}

dt a, .heavy, h1, h2{
	font-weight: bold;
}

h2{
	margin:0;
	display:inline;
}

dd{
	font: 9pt/12pt;
	margin-bottom: 12px;
}

.darkscroll{
	overflow: auto; 
	height: 200px; 
	width: 300px;
	scrollbar-base-color: #72767F;
	scrollbar-arrow-color: #111111;
	scrollbar-darkshadow-color: #333333;
	scrollbar-face-color: #72767F;
	scrollbar-highlight-color: #dddddd;
	scrollbar-track-color: #6d717a;
}

#home{ 
		position: absolute;
		top: 18px;
		left: 45px;
	}

#home a{
	background: url(images/home.gif) no-repeat;
}

#home img, #contact img {border: 0;}

#contact{ 
		position: absolute;
		top: 18px;
		left: 680px;
	}

#contact a{
	background: url(images/contact.gif) no-repeat;
}

.proglist{
	font-size: small;
	color: #ccc;
}