/* CSS Document */
body{
	background-color: #b0cd95;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 90%;
}
.container{
	width: 813px;
	margin: auto;
}

acronym{
	cursor: help;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
}
h1, h2, h3, h4, h5, h6{
	color:#030;
        padding: 5px;
}
h1{
	font-size: 160%;
}
h2{
	font-size: 140%;
}
h3{
	font-size: 130%;
}
h4{
    font-size: 120%;
}
.banner{
	width: 813px;
}
.leftBanner{
	background-image: url(/images/left-banner.png);
	background-repeat: no-repeat;
	height: 289px;
	width: 17px;
}
.midBanner{
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	height: 294px;
	width: 779px;
}
.rightBanner{
	background-image: url(/images/right-banner.png);
	background-repeat: no-repeat;
	height: 292px;
	width: 17px;
}

.content{
	height: 46px;
	width: 813px;
}
.container a{
	text-decoration: none;
	color: #333;
}
.container a:hover{
	color: #666;
	text-decoration: none;
}
.nav{
	padding-left: 30px;
	padding-top: 280px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 105%;
}
.nav a{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 105%;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CC33;
}
.nav a:hover{
	color: #6c3;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.hide{display:none;}

.footer{
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	height: 63px;
	width: 813px;
	clear: both;

}
a img{border:none;}

.footer a{
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover{
	color: #0099FF;
	text-decoration: underline;
}

.boxHeight{min-height: 75px; height: auto;}
* html .boxHeight{height: 75px;}

.boxHeight250{min-height: 250px; height: auto;} 
* html .boxHeight250{height: 250px;}


.txtBlue{
	color: #0066FF;
}
.txtRed{
color:#FF0000;
}
.txtGreen{
color:#009933;
}
.txtGrey{
color:#666;
}
ul li{
    padding-top:3px;
    padding-bottom:3px;
}
ol li{
    padding-top:3px;
    padding-bottom:3px;
}

.borderWhite{
border-bottom-color: #FFFFFF;
}
			
.topSideBox{
	background-image: url(/images/top-sideBox.jpg);
	height: 39px;
	width: 205px;
	background-repeat: no-repeat;
}
.midSideBox{
	background-image: url(/images/mid-sideBox.jpg);
	background-repeat: repeat-y;
	width: 205px;
}
.btmSideBox{
	background-image: url(/images/btm-sideBox.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 205px;
}
.topMediumBox{
	background-image: url(/images/top-mediumBox.jpg);
	height: 39px;
	width: 367px;
}
.midMediumBox{
	background-image: url(/images/mid-mediumBox.jpg);
	background-repeat: repeat-y;
	width: 367px;
}
.btmMediumBox{
	background-image: url(/images/btm-mediumBox.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 367px;
}
.topLongBox{
	background-image: url(/images/top-longBox.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 572px;
}
.midLongBox{
	background-image: url(/images/mid-longBox.jpg);
	background-repeat: repeat-y;
	width: 572px;
}
.btmLongBox{
	background-image: url(/images/btm-longBox.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 572px;
}
.robIntro{
	background-image: url(/images/rob-intro.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 370px;
	height: 250px;
	padding-bottom: 85px;
}
.pContent p{
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
        font-size: 90%;
}
.cogIcon ul, .cogIcon li {
	list-style-image: url(/images/cogIcon.jpg);
}
.cogIcon ul, li, a{ margin-left:6px;}

#example1 p{margin-bottom: 4px; font-size:90%;}

a.linkopacity img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;}

a.linkopacity:hover img {
filter:alpha(opacity=70);   
-moz-opacity: 0.7;   
opacity: 0.7;
}
