/* Atlantia.com screen style */

/* sets spacing on everything to 0 to make the playing field level between browsers  */ 
* { padding:0; margin:0; }
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {	margin-bottom: .7em; }

body {
	font: normal 12px/18px Arial, "Lucida Grande", Verdana, Sans-serif;
	color: #333;	
	}

td, input, select {
	font-size: 1em;
	}

hr { margin: 1em 0; }
abbr, acronym {
	cursor: help;
	border-bottom: 1px dashed;
	}

small { 
	color: #777; 
	font-size: .8em;
	line-height: .8em;
	}

#content ul {
	padding: 0;
	margin: 0 0 1em 2em;
	}
#content li {
	margin: .2em 0;
	}

blockquote {
	background: #FFFFED;
	border-top: 1px solid #E5E081;
	border-bottom: 1px solid #E5E081;
	padding: 1em 1em 0 1em;
	font-size: .95em;
}	


/* headers */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia,Serif;
	margin-bottom: .5em;
	line-height: 1.1em;
	font-weight: normal;	
}
h1	{	
	font-size: 1.8em; 
	letter-spacing: -.01em; 
	padding-bottom: 25px;
	margin-bottom: 0;
	font-weight: normal;
	background: url(../images/h1_bg.gif) no-repeat left bottom;
	}
h2	{	font-size: 1.5em;	}
h3 	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold; 
	}

h1 a, h1 a:hover, h2 a, h3 a {text-decoration: none;}

/* linkage, buddy... */
a:link {
	color: #002569;
	}
a:visited {
	color: #8EA4C2;
	}
a:hover {
	color: #036;
	}

a img {	border-style: none; }

/* general class that can help style a page */

.hide {
	display: none;
}
.clear {
	clear: both;
	height: 1px;
	text-indent: -3000em;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.floatleft {
	float: left; 
	margin: 0 1em 1em 0;
	}
.floatright {
	float: right; 
	margin: 0 0 1em 1em;
	}
.highlight {
	background: #ff9;
}
.error {
	color: #c00;
}
.imgborder {
	border: 1px solid #ccc; 
	padding: 3px;
	}
.external {
	background: url(/images/external.gif) no-repeat right center;
	padding-right: 11px;
}