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

a					{ color:#5B57A6; text-decoration:none; }

a:hover				{ color:#fff; }

a img				{ border:none; }

body				{ margin:0; padding:0; background:url(images/backgroundBlue.jpg) top center no-repeat #050040; font-family:Gotham, Arial, Helvetica, sans-serif; color:#5B57A6; font-size:12px; line-height:17px; }

img, div 			{ behavior: url(iepngfix.htc); }

.centered			{ width:920px; margin-left:auto; margin-right:auto; }

.content			{ margin-top:11px; padding-top:10px; height:900px; }
.content h1			{ font-size:14px; line-height:23px; color:#FFC20E; font-weight:normal; letter-spacing:.1em; margin-bottom:40px; }

.footer				{ position:absolute; z-index:90; width:906px; margin-left:auto; margin-right:auto; height:60px; margin-top:100px; background:url(images/footerBG.png) center no-repeat; }

.loading			{ position:fixed; left:50%; margin-left:-50px; width:100px; height:40px; top:0; background:#FFCC00; text-align:center; display:none; line-height:40px; font-weight:bold; z-index:99; }

.menu				{ text-align:center; margin-top:5px; height:44px; font-size:11px; line-height:22px; }
.menu a				{ margin-right:10px; color:#c96c17; text-decoration:none; } /*  color:#d57014; #5B57A6 #E37B1C; */
.menu a:hover		{ color:#fff; }

a.menuRollover		{ color:#FFC20E; }

.successMessage		{ position:fixed; top:20%; left:50%; width:260px; margin-left:-250px; padding:20px; border:2px solid #666; background:#fff; text-align:center; font-weight:bold; display:none; }