/*main.css*/

    /*      _/  _/_/_/_/  _/      _/  _/_/_/_/_/  _/        _/_/_/  _/      _/  _/_/_/_/      _/      _/  _/_/_/_/  _/_/_/    _/_/_/    _/_/    
   _/_/    _/  _/          _/  _/        _/      _/          _/    _/_/    _/  _/            _/_/  _/_/  _/        _/    _/    _/    _/    _/   
  _/  _/  _/  _/_/_/        _/          _/      _/          _/    _/  _/  _/  _/_/_/        _/  _/  _/  _/_/_/    _/    _/    _/    _/_/_/_/    
 _/    _/_/  _/          _/  _/        _/      _/          _/    _/    _/_/  _/            _/      _/  _/        _/    _/    _/    _/    _/     
_/      _/  _/_/_/_/  _/      _/      _/      _/_/_/_/  _/_/_/  _/      _/  _/_/_/_/      _/      _/  _/_/_/_/  _/_/_/    _/_/_/  _/    */

/*RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
/********************************************************/

body {
	margin: 0 auto;
	text-align: left;
	font: normal 12px/16px Helvetica,sans-serif;
	color:#5d5d5d;
	background:#002d54 url('/images/bluebubble-bg.jpg') repeat-x center top;
}

body #container{
	width:900px;
	margin:0 auto;
	/*overflow:hidden;*/
	position:relative;
}

#container #logout{
	
	/*background:url('/images/logout-bt.png') no-repeat top left;*/
	position:absolute;
	margin:2px 0 0 760px;
	font-size:85%;
	color:#b80000;
	
}

#container #account-settings{
	
	background:url('/images/account-settings-tab.png') no-repeat top left;
	width:100px;
	height:22px;
	position:absolute;
	margin:0 0 0 800px;
	display:block;
	
}

#container #account-settings span{
	
	display:none;
	
}

#container #mast-head{
	
	background:url('/images/logo.png') no-repeat top left;
	width:593px;
	height:147px;
	margin:0 0 0 15px;
	
}

#container #mast-head a{
	
	display:block;
	width:593px;
	height:147px;
	
}

#container #mast-head h1{
	
	display:none;
	
}

em{
	font-style:italic;
}

p {
	padding-bottom:15px;
}

img{  /*without this images will have space below them in FF*/
	display:block;
}

a{
	color:#3e6379;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#container #footer{
	color:#285378;
	text-align:center;
	margin:10px 0;
	font-size:12px;
}
