body {
	background: #FFFFFF url('images/bg-header.jpg') repeat-x;
	margin: 0px auto; 
	text-align: center;
}

h2, h3, h4, h5, h6, th {color: #010080}

h2 {font-size:18px}
h3 {font-size:16px}
h4 {font-size:14px}
h5 {font-size:12px}
h6 {font-size:10px}

hr {
	color: #FFFFFF;
	border-top: 1px dotted #FC6;
}

p, b, li, ol, ul, dt, dl, td, th {
	font-size: 12px;
	line-height: 1.5em;
}

a:link {color: #0066B3; text-decoration: none}
a:visited {color: #0066B3; text-decoration: none}
a:hover {color: #FC6; text-decoration: none}
a:active {color: #FC6; text-decoration: none}

#container {
	margin: 0px auto; 
	text-align: left;
	min-height: 550px;
	width: 700px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
	
#banner {
	background: url('images/empty.gif');
	width: 100%;
	height: 150px;
}

#banner h1 {	
	font-family: "Bodoni MT Condensed", "Times New Roman"; 
	font-size: 36px;
	color: #FFFF10;
	padding: 60px 0px 0px 150px;
    line-height:0px;
}

#banner .navtop {
	font-size: 12px;
	padding: 40px 0px 0px 150px;
	border-bottom: 2px solid #100080;
}

#banner a:link {color: #100080; text-decoration: none}
#banner a:visited {color: #100080; text-decoration: none}
#banner a:hover {color: #FFFF10; text-decoration: none}
#banner a:active {color: #FFFF10; text-decoration: none}

#logo {
	float: left;
	padding: 5px 10px 5px 10px;  
}

#index_slideshow {
	float: right;
	width: 250px;
	padding: 0px 0px 0px 25px;
	text-align: right
}

#index_left {
	float: left;
	width: 500px;
	padding: 0px 10px;
}

#index_right {
	float: left;
	width: 159px;
	font-size: 11px;
	padding: 0px 10px;
	border-left: 1px dotted #FC6;
}

#index_right ul { 
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#main {
	float: left;
	width: 530px;
	padding: 0px 10px;
}

#sideBar {
	float: left;
	width: 129px;
	font-size: 11px;
	padding: 0px 10px;
}

#sideBar h2 {
	font-size: 16px;
	color: #0066B3;
	text-align: right;
}

#sideBar h3 {
	font-size: 12px;
	color: #0066B3;
	text-align: right;
}

#navBar {
	list-style: none;
	text-align: right;
}

#navBar a {
	text-decoration: none;
	color: #0066B3;
}

#navBar a:hover {
	color: #FC6;
}

#bottom {
	clear: both;
	border-top: 5px solid #100080;
	min-height: 5px;
	margin: 10px 0px 0px 0px;
}

#copy{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 10px 0px 0px 0px;	
}

#copy p { font-size: 8pt }

#ad {
	float: left;
	width: 530px;
	padding: 0px 10px;
	text-align:center
}

.clear {
	clear: both;
}

.right_img {
	float: right; 
	border: 0px;
	margin: 0px 0px 0px 25px; 
}

.left_img {
	float: left; 
	border: 0px;
	margin: 0px 25px 0px 0px; 
}

.center_img {
	margin: 0px auto; 
	border: 0px;
	margin: 0px 25px 0px 0px; 
}

.bold {
	color: #100080;
	font-weight:bold;
}

.big {
	font-size:16px;
}

.citation { 
	background: #FFF url(images/cit1.gif) no-repeat top left;
	font-style: italic;
	padding: 10px 0px 0px 50px;
	margin: 0px 50px;
}

.citation p { 
	background: #FFF url(images/cit2.gif) no-repeat bottom right;
	padding: 0px 50px 0px 0px;
}

.tbl {
	width: 100%;
	border: 0px;
}

.cell_10 { width: 10% }
.cell_20 { width: 20%; text-align:right }
.cell_60 { width: 60% }