html { overflow-y:scroll; }

body {
	/*background-color:#C0C0C0;*/
	margin:0px;
	padding:0px;
	background:#2557ba;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:black; /*#666*/
}

body a { color: #4963DC; text-decoration: none;}
body a:hover { color: #5893FF;}*/

body a.menu { color: #575F6E; text-decoration: none; font-size:13px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; padding:4px; }
body a:hover.menu{ color: #4963DC;}

body a.menu_old { color: #999999; text-decoration: none;}
body a:hover.menu_old{ color: #4963DC;}

body a.orange { color: orange; text-decoration: none;}
body a:hover.orange { color: #4963DC;}

body a img { border:none; }

#homeContainer a { color:#66a1f1; }
#homeContainer a:hover { color:#93d0ff; }


.body { 
	background-image: url(/images/headerShadow_inbody.gif); 
	background-repeat: repeat-x; 
	background-position: left top; 
}
	
#CCC {
	font-style:italic;
	font-weight:bold;
}

h2 { font-family:Georgia, 'Times New Roman', Times, serif; font-size:18px; color:#22376C; }

.pageTitle1 {
	font-weight:bold;
	font-size:21px;
	font-family:Arial, Helvetica, sans-serif;
	color:#22376C;
	padding-bottom:6px;
	font-family:Georgia, 'Times New Roman', Times, serif; 
}

.faqs {	
	font-weight:normal;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#22376C;
	padding-bottom:6px;
	list-style:none;
}

.largeText {
	font-size:18px;
	font-weight:bold;	
}


b {color:#777777;}

.9px {font-size:9px;}

.home_body {background-color:white;}

.bgBodyFade { background-image: url(images/bg_bodyFade.jpg); background-repeat: repeat-x; background-position: left top;}

.imgHome {background-image: url(images/imghome.jpg); background-repeat: no-repeat; background-position: right top;}

.speakerBG {background-image: url(images/speakerBG.jpg); background-repeat: no-repeat; background-position: right bottom;}


.-index { font-family: Arial;  background-image: url(images/bg_glass1.jpg); background-repeat: no-repeat; background-position: center center; background-color:#000000; color: white}

.medgray{background-color: 545454;}

/*td { 
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #666666;
}*/
	
.textlightgray { color: #BBBBBB;}

div.scroll {	
	height: 350px;	
	width: 100%;	
	overflow: auto;	
	border: 0px solid #666;	
	background-color: #ccc;	
	padding: 0px;
}
	
.footerLeft { 
	background-image: url(/images/footer_topLeft.gif); 
	background-repeat: repeat-x; 
	background-position: left top; 
	}
	
.footerRight { 
	background-image: url(/images/footer_topright.gif); 
	background-repeat: repeat-x; 
	background-position: left top; 
	}

.album { 
	font-family: Arial; 
	background-image: url(/images/bg_album.jpg); 
	background-repeat: no-repeat; 
	background-position: left top; 
	border: white;
	}

.celeb_album { 
	font-family: Arial; 
	background-image: url(/images/bg_celeb_album.jpg); 
	background-repeat: no-repeat; 
	background-position: right top; 
	border: white;
	}
	
.divImages {
	padding: 10px;
	height: 100%;
	width: 180;
	clear: right;
	float: left;
}

.bg_shadow1 {
	background-image: url(images/bg_shadow1.gif);
	background-repeat: repeat-x;
	background-position: top;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #003366;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #003366;
}

.gradiantBgBlue { 
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FF003399', EndColorStr='#FF6699CC'); 
}

.gradiantBgGray { 
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#888888', EndColorStr='#cccccc'); 
}

.formfield { 
	font-size: 11px; 
	font-family: verdana; 
	border:1px solid #7F9DB9; 
}

.status {
	BACKGROUND-COLOR: #ffffcc;
	WIDTH: 800;
	PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 13px;
    PADDING-BOTTOM: 2px;
    COLOR: #ff6600;
    PADDING-TOP: 2px;
    FONT-FAMILY: Tahoma,Verdana;
    TEXT-DECORATION: none;
	TEXT-ALIGN: center
}

.blueBG {
	background-color:#002065;
}
	
.blueBG_off {
	background-color:#C6C6C6;
}


/* for glowing JS menu*/
#mainMenu2 {
	background:black url('/images/mainMenuGlass.png') 0px 0px repeat-x;
	margin-top:3px;
}
#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:18px;
	padding-right:18px;
	/*padding-right:20px;*/
	/*font-size:13px;*/
	font-size:14px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#mainMenu2 a.menuButtonRight {
	float:right;
	text-align:right;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
}
/*#mainMenu2 a.menuButton:hover, #mainMenu2 a.menuButtonRight:hover {
	color:white;
}*/




