/* Anthem Publishing Inc */ 

/* Global Reset - to help achieve browser consistency */ 
* {margin: 0; padding: 0; border: 0; outline: 0;}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {margin:0.5em 0;}
li,dd {margin-left:1em;}
fieldset {padding:.5em;}
img {border: none;} 
/** End Global Reset **/

/* Basic Default Styles */
body {
	font-size:76%;  /** Aids browser consistency **/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #636363;
	margin: 0px 0px 0px 0px;	
	line-height:1.75;  /** Allows text resizing **/
	background: #d1d1d1 url("images/image_gradient_slice.jpg") repeat-x;
	}
p{
	font-size:1em;
	line-height: 140%; 
	}
li.list1 {
	list-style:  square outside; 
	line-height: 140%; 
	} 
li.list2 {
	list-style:  square outside; 
	line-height: 140%; 
	} 
li.list3 {
	list-style: circle inside; 
	line-height: 140%; 
	}
.ind{
	text-indent:2%;
	}
.small{
	font-size:0.75em;
	}
.strong{
	font-weight: bold;
	}
.italic {
	font-style: italic;
	} 
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #636363;
    }
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #636363;
	}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #636363;
	}
h1 	{
	font-size:1.5em;
	font-weight: bold;
	margin: 0;
	}
h2 	{
	font-size:1.25em;
	font-weight: bold;
	margin: 0;
	}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/* Divs */ 
#container {
	position: absolute;
	left:50%;
	width: 900px;
	margin: 0 0 0 -450px;
	background: #fff;
	}  
#topper {
	position:relative;
	left:0px;
	width:900px;
	height:26px;
	background: #d1d1d1 url("images/topper_image_slice.jpg") repeat;
	}
#topper_image {
	position:absolute;
	left:10px;
	top:0px;
	width:176px;
	height:26px;
	} 
#topper_logo{
	position:absolute;
	right:10px;
	top:0px;
	width:23px;
	height:26px;
	}
#banner {
	position:relative;
	left:0px;
	width:900px;
	}
.rowdiv {
	position: relative;
	left:0px;
	width:900px;
	}
.pub {
	position:relative;
	left:0px;
	height:auto;
	overflow: auto;
	width: 100%;
	text-align:center;
	padding-left:auto;
	padding-right:auto;
	}
.pub_logo {
	display:inline-block;
	width:224px;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
	}
.pub_text {
	float: left;
	padding: 6px 18px 0px 0px;
	width:650px;
	}
.pub_line {
	clear: left;
	width:880px;
	height:5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background:  url("images/pub_line.jpg") no-repeat;
	}
#footer {
	position:absolute;
	right:4px;
	bottom:-26px;
	width:900px;
	height:23px;
	font-size:0.75em;
	text-align: right;
	color: #393e54;	
	line-height:1.75;  /** Allows text resizing **/
	}
