@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bkgd.jpg);
	margin-left: 0px;
	margin-top: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #310e0d;
}
a {
	font-size: 12px;
	color: #996600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6A4800;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #0033FF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #132F9A;
}
.home h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#310e0d;
	padding-top: 15px;
}
.home h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#310e0d;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #132F9A;
}
.separator {
	background: url("images/separator.gif") no-repeat center;
	width: 100%;
	height: 5px;
	padding: 10px 0;
}
.brown-type {
	color: #996600;
}
.brown-type a:link, .brown-type a:visited{
	color: #996600;
}
.pic-left {
	margin-right: 15px;
}
li {
	padding-top: 5px;
}
.note {
	font-size: 10px;
}
.main-scroll {
	width:495px;
	height:750px;
	overflow:auto;
	padding-right: 15px;
}
.main-noscroll {
	width:495px; 
	padding-right: 15px;
}
.bullet ul {
 	list-style:none;
	margin: 0 auto;
	padding: 0;
	
}
.bullet li {
	width:160px;
	float:left;
	padding: 0;
}
.clear {
	clear:both;
	}
.pic {
	border: 1px solid #000000;
}
.main {
	width:495px; 
}
.interview {
	padding: 0 0 5px 15px;
}
#scrolldiv_parentContainer {
	width: 475px;	/* Width of the scrolling text */
	overflow: auto;
	float: left;
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 5px 10px;
	border: 1pt solid #CCCCCC;
	height: 200px;
}
#scrolldiv_parentContainer_short {
	width: 475px;	/* Width of the scrolling text */
	overflow: auto;
	float: left;
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 5px 10px;
	border: 1pt solid #CCCCCC;
	height: 100px;
}

.left-side-bg {
	margin: 0 auto;
	padding: 0;
	background-image: url(images/leftnavBG.jpg);
	background-repeat: repeat-y;
	width: 258px;
	height: 1000px;
}

.right-side-bg {
	margin: 0 auto;
	padding: 0;
	background-image: url(images/temp7_06.jpg);
	background-repeat: repeat-y;
	width: 522px;
	height: 870px;
}