body { 
	margin:0px;
	background:#7cc0ff url('/images/bodyBG.png') top center repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#717171;
}

html { overflow-y:scroll; }

a { color:#2f9ee5; text-decoration:none; }
a:hover { color:#06C; }

p {
	margin-top:0px;
	text-align:justify;
}

h1,h2,h3,h4,h5,h6,h7 { font-family:Arial, Helvetica, sans-serif; margin-top:0px; margin-bottom:0px; }
h1 { font-size:22px; font-weight:bold; }
h2 { font-size:18px; font-weight:bold; margin:0px; margin-bottom:5px; }
h3 { font-size:18px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; /* font-family:Georgia,Arial,Helvetica,sans-serif;*/ }
h4 { font-size:15px; color:#777; font-weight:bold; font-family:Arial, Helvetica, sans-serif; /* font-family:Georgia,Arial,Helvetica,sans-serif;*/ }
h5 { font-size:14px; }
h6 { font-size:13px; }
h7 { font-size:12px; }

hr {
	border:none;
	height:0px;
	border-bottom:1px solid #ccc;
	/*-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border-color:-moz-use-text-color -moz-use-text-color #CCCCCC;
	border-style:none none solid;
	border-width:0 0 1px;
	height:0;*/
}

.status { border:1px solid #888; background-color:aliceblue; padding:5px; }

#headerBG { position:absolute; width:100%; height:200px; left:0px; top:9px; z-index:-5; background:url('/images/headerBG.png') center 16px no-repeat; }

#header {
	margin-top:20px; 
	margin-left:-5px;
	/*background:url('/images/headerBG_logoGlow.png') top center no-repeat;*/
}
#header #headerInner { height:102px; }

.abSpaceSaver { position:absolute; }

#header .logo {
	/*background:inherit;*/
	/*background-image:url('/images/headerLogoBG.png');*/
	/*background-image:url('/images/shim.gif');*/
	position:relative;
	left:0px;
	top:0px;
	z-index:6000;
}

#header .logoOpacity {
	/*background-color:#eeeeee;*/
	/*background-image:url('/images/headerLogoBG.png');*/
	/*background:inherit;*/
	width:240px;
	height:102px;
	opacity:0;
}

#mainContainer {
	width:100%;
	min-height:500px;
	background-image:url('/images/headerBG_opaque.pngxxx'); /*/images/headerBG_logoGlow.png*/
	background-position:center top;
	background-repeat:no-repeat;
}

#mainMenu ul {
	margin:0px;
	padding:0px;
	height:30px;
}

#mainMenu li {
	height:30px;
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
	border-left:1px solid gray;
}

#mainMenu a {
	height:30px;
}

#mainMenu span {
	height:30px;
}

.miniNews { font-size:11px; }
.miniNews h4 { font-size:13px; }

.homePhotoCaption_borderBG {
	background-color:white;
	background-image:url('/images/homePhotoCaption_borderBG.png');
	background-position:bottom;
	background-repeat:repeat-x;
	padding:1px;
	padding-top:0px;
	border-bottom:1px solid gray;
}

.homePhotoCaption {
	background-color:#CCCCCC;
	background-image:url('/images/titleBarBG.png');
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	line-height:18px;
	font-weight:bold;
	color:black;
}

.titleBar, .titleBar_accent {
	/*background-image:url('/images/titleBarBG.png');*/
	/*background:black url('/images/standard_sectionHeader_bg.png') top center repeat-x;*/
	color:white;
	margin:0px;
	padding:0px;
	background-color:black;
}
.titleBar h3, .titleBar_accent h3 {
	/*border-left:1px solid red;*/
	padding-left:10px;
	background:black url('/images/standard_sectionHeader_bg.png') top center repeat-x;
	font-size:16px;
	height:30px;
	line-height:28px;
	margin:0px;
	margin-left:1px;
	margin-right:1px;
}
.titleBar_accent {
	background-color:#ee6400;
}
.titleBar_accent h3 {
	font-size:12px;
	line-height:30px;
	background:#ee6400 url('/images/accent_sectionHeader_bg.png') top center repeat-x;
}

#footer {
	background-color:#dcdcdc;
	background-image:url('/images/titleBarBG.png');
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	height:25px;
	line-height:25px;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:7000;
	font-size:10px;
}

.pageWidth { width:920px; margin:auto; }

.sectionTitles { margin-bottom:6px; }

.standardPadding { padding:30px; padding-top:0px; padding-bottom:0px; }

.hideMe {
	display:none;
}

.opacity20 {
	opacity:0.2;
}
.opacity100 {
	opacity:1;
}

#mainMenu2 {
	background:black url('/images/mainMenuGlass.png') 0px 0px repeat-x;
	margin-top:12px;
}
#mainMenu2 .glow {
	background:url('/images/mainMenuGlow.png') -200px bottom no-repeat;
}
#mainMenu2 a.menuButton, #mainMenu2 a.menuButtonRight {
	display:block;
	float:left;
	font-size:11px;
	/*height:46px;*/
	color:#b7d2e9; /* abbccf / 9fccf2 */
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
	cursor:pointer;
	padding-left:10px;
	padding-right:10px;
	/*padding-right:20px;*/
}
#mainMenu2 a.menuButtonRight {
	float:right;
	text-align:right;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
}
/*#mainMenu2 a.menuButton:hover {
	color:white;
}*/
/*#mainMenu2 a.on {
	background-color:red;
}*/

.mainContent { padding:15px; }