body { 
	width: 930px;
	background-image: url(../graphics/page_bg.gif);
	font-family : Arial, Helvetica, Verdana, sans-serif;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	font-size: 100%;
	line-height: 1.25em; /* 16x1.25=20 */
	-webkit-box-shadow: 0px 0px 20px #000000; /* Safari and Chrome */
	box-shadow: 0px 0px 20px #000000;
	}

#ContentBox {
	position: relative;
	width: 930px;
	background-color: #fff;
}

#header {
	position: relative;
	z-index: 50;
	background-image: url(../graphics/header3.png);
	background-repeat: no-repeat;
	width: 930px;
	height: 220px;
	margin-bottom: -45px;
}

/* ### CONTENT ######################################################### */


P, OL, UL, DL { font-size: 0.875em; }
P OL, P UL, P DL, OL UL { font-size: smaller; }

a:link { font-weight: bold; color: #006; text-decoration: underline; background: transparent; }
a:visited { font-weight: bold; color: #006; text-decoration: underline; background: transparent; }
a:hover { font-weight: bold; color: #ff9; text-decoration: none;}

#MainContent { 	
	width: 930px;
	background-color: #fff;
	padding: 20px 0px 20px 0px;
	margin-top: -15px;
	}

	#MainContent p, #MainContent ul, #MainContent ol, #MainContent dl, #MainContent img,
	#MainContent h1, #MainContent h2, #MainContent h3, #MainContent h4, #MainContent table {
		margin-left: 20px;
		margin-right: 20px;
		text-align: left;
		}
		
	#MainContent h1 {
		line-height: 1em;
	}

	#MainContent .nomargin {
		margin-left: 0px;
		margin-right: 0px;
		}
	#MainContent ul, #MainContent ol { padding-left: 25px; }

	#MainContent ul.frontpage_big { font-size: 1.5em; line-height: 1.5em; }

	#MainContent h1, #MainContent h2, #MainContent h3, #MainContent h4 {
		font-family: Futura, Helvetica, Arial, sans-serif;
		font-weight: 600; 
		text-transform: uppercase;
		color: #007;
		}

#MainContent a.chamber { float: left; margin-left: 0px; margin-right: 15px; padding: 0px; background: transparent; }

#MainContent a.chamber img { margin: 0px; padding: 0px; }

#tophalfhome {
	width: 930px;
	height: 400px;
}

#sidebar {
	float: right;
	width: 300px;
	margin: 0px 20px 0px 0px;
}
	
#sidebar a {
	color: #000;
	font-size: 22px;
	line-height: 1.2em;
}

#homesecondary {
	padding-bottom: 50px;
}

#twocolumncontainer {
	float: left;
	background-color: #fff;
	width: 930px;
	padding-bottom: 20px;
}

#columnone {
	background-color: #fff;
	float: left;
	width: 450px;
}

#columntwo {
	background-color: #fff;
	float: right;
	width: 450px;
	padding-right: 15px;
}


/* ### PHOTO SLIDESHOW ############################################## */


#rotator {
	position: relative;
	float: left;
	border: 0;
	margin: 20px 0px 20px 20px;
/*	cursor: pointer;  */
	overflow: hidden;
	width: 580px;
	height: 374px;


	}

#rotator img {
	border: 0;
/* 	cursor: pointer;  */
	width: 580px;
	height: 374px;
	}




/* All Anchor Items */
#menu a { display: block; }


/* All Unordered Lists */
#menu ul { 
	padding:    0px;
	margin:     0px;
	list-style: none;
}

/* All Sub Menu Items */
#topMenu li ul { 
	position: absolute; 
	left: -999em;
}

#topMenu li:hover ul, #topMenu li.showMenu ul { left: auto; }


/* Menu Customization */
#menu {
	z-index: 150;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: relative;
	height: 30px;
	margin: 0px 0px 0px 0px;
	width: 930px;
}

#menu li { float: right; }

#topMenu a { 
	position: relative;
	z-index: 150;
	display: block;
	color: #f9f974;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

#topMenu a:hover{
	color: #000
}

.topMenuLink a {
	font-weight: bold;
	text-align: left;
}

.topMenuLink a:hover {
	color: #000; 
	background-color: #f8dc6c; 
	text-decoration: none;
}

.topMenuLink a#lastMenu { 
	width: 148px;
}

.subMenu {
	background-color: #2e4676;
	width: 150px;
}

.subMenu a {
	color: #000000;
	font-weight: normal;
	height: 20px;
	width: 130px;
	line-height: 20px;
}

.subMenu a:hover {
	color: #000; 
	background-color: #f8dc6c; 
	text-decoration: none;
}

.subMenu#last { width: 149px; }

.subMenu#last a { width: 148px; }
/* ### HOME BULLETED LIST ######################################################### */

#homelist {
	background-color: #fff;
	list-style: none;
	align: right;
	margin: 4em;
	padding: 10px;
}

/* ### FOOTER ######################################################### */

#Footer {
		position: static;
		width: 930px;
		background-color: #EEE;
		color: black;
		margin: -15px 0px 0px 0px; 
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: x-small; 
		}




/* ### MISC ######################################################### */


.rule { 
	border-top-width: 15px;
	border-top-style: solid;
	border-color: #333; 
	margin: 0px 15px 0px 15px;
	padding-bottom: 15px;
	}

.smallrule { 
	border-top-width: 1px;
	border-top-style: solid;
	border-color: black; 
	margin: 0px 40px 0px 40px;
	}

strong, b {
	font-weight: 800;
	font-size: 1em;
}   /* NN 4.xx needs that... */ 
big {font-size: larger;}   /* to emphasize words, use it inline with a <span> class */ 
small {font-size: smaller;}   /* not really necessary, but one never knows...use it inline with a <span> class */

.center { text-align: center; }
.center img { margin-left: auto; margin-right: auto; }

.left { float: left; margin-right: 10px; margin-bottom: 10px; }
.right { float: right; margin-left: 10px; margin-bottom: 10px; }

.oldbrowser { display: none; }

.red { color: #C00; font-weight: bold; }

table#pan tr.grey td { background-color: #BDF; }
.Subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #F00;
}
