/* CSS Document */

body {
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	background-image: url(comp-1-bg.jpg);
	background-repeat: repeat-x;
	}
 a {
	color: #0033CC;
	text-decoration: none;
	
}
 a:hover {
	color: #FFB159;
	
}

#header {
	width: 800px;
	height:75px;
	


	background-color: #FFFFFF;

}
#header2 {
	width: 100%;
	height:70px;
	border-bottom: solid #000 1px;

}
.table2 {
	width: 90%;

	height:465px;
	background-color: #FFFFFF;

}
.box1 {
	font-size: 13px;
	border: dotted #ccc 1px;
	padding: 10px;
	margin: 10px;
	margin-top: none;
	height:auto;
	text-align: left;
}
.box2 {
	font-size: 13px;
	margin: 10px;
	height:auto
}
.box2left {
	float: left;
	width: 275px;
	margin-left: 10px;
}
.box2right{
	float: right;
	width: 275px;
	margin-right: 10px;	
}
.box2leftHEAD {
	margin: 5px;
	float: left;

	
}
.nav {
	height:15px;
	margin: auto;
	font-size: 11px;
	width: 800px;
	margin-top: 18px;
	text-align: right;
	
	}
	

.nav a {
	width: 800px;
	font-size: 11px;
	border: solid #fff 1px;
	border-bottom: none;
	text-decoration: none;
	color: #000000;
	padding-right: 10px;
	text-align: right;
}
.nav a:hover {
	border: solid #fff 1px;
	text-decoration: none;
	color: #FFB159;
	border-bottom: none;

}
#content {
	width: 800px;
	height: auto;
	margin: auto;
	
	
}
#contentBELOW {
	width: 800px;
	height: auto;
	margin: auto;
	border-left: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	border-right: solid #ccc 1px;

	
}
#contentleft {
	width: 350px;
	height: auto;
	border-right: solid #000 1px;
	padding:5px;
	margin-left:0px;
	line-height: 1.3;
	background-color: #FFFFFF;
	float: left;
	
	
}
#contentleft a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#contentleft a:hover {
	color: #000;
	text-decoration: none;
}
#contentRight {
	height: auto;
	background-color: #FFFFFF;
	line-height: 1.3;
	width: 334px;
}
#contentright a {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
#contentright a:hover {
	color: #000;
	text-decoration: none;
}
.imgPADright {
	padding-right:10px;

}

#PREfooter {
	width: 800px;
	height: 30px;
	margin: auto;
	color: #999999;
	margin-bottom: 15px;	}

	
#PREfooter a {

	color: #999999;
	width: 800px;
	
}

#PREfooter a:hover {
	color: #FFB159;
	text-decoration: underline;
}
#footer {
	font-size: 10px;
	width: 800px;
	height: 15px;
	color: #999999;
	margin: auto;
	margin-top: 15px;	
	margin-bottom: 15px;	
}
#footer a {

	color: #999999;
	font-size: 9px;
	width: 800px;
	
	font-size: 9px;
}
#footer a:hover {
	color: #FFB159;
	font-size: 9px;
	text-decoration: underline;
}
