/* CSS Document */
.style1 {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #663300;
}
.style1 a:link {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #663300;
} 
.style1 a:active {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #663300;
} 
.style1 a:visited {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #663300;
} 
.style1 a:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	background-color:#663300
} 

.style2 {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #999999;
}
.style2 a:link {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #999999;
} 
.style2 a:active {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #999999;
} 
.style2 a:visited {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #999999;
} 
.style2 a:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	background-color:#999999
} 

body
{
	background-image: url("images/JChousefaded.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 2px;
}

.listpad {
	margin-left: 5px;
	padding-left: 5px;
}

img { border: none 0; }
hr {border: none 0;
border-top: 1px dashed #000;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:18px;
	font-weight:900;
	color:#666666;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h3{
	font:bold 20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
		color:#333333;

	}

p {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

a {
	text-decoration:none;
		color: #663300;

	}
  
a:link {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #663300;
} 

/* All the content boxes belong to the content class. 
*/
    
.centerdiv {
	text-align: center;
}
.grey {
	background-color:#eee;
	width: 100%;
	height: auto;
	vertical-align: middle;
		color:#000;
	font-size:14px;	font-weight:600;
	padding:3px;


}
.white {
	background-color:#fff;
	width: 100%;
	height: auto;
	vertical-align: middle;
		color:#000;
	font-size:14px;	font-weight:600;
	padding:3px;


}
.centeredColum {	width:750px;	margin:0 auto;	margin-left:expression( (document.body.clientWidth - 750) / 2 + 'px');	}