/* These are the formatting options */

p, h1, h2, h3, td, th, tr, td, blockquote, li, ol {
			margin-left: 10px;
			margin-right: 10px;
			font-family: Arial, Helvetica, sans-serif;
			
			}
			
h1	{
			font-size: 26px;
			font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: red;
			}
			
h2 {
			font-size: 22px;
			font-weight: lighter;
			font-style: italic;
			}
			
h3 {
			font-size: 18px;
			
			}
			
p, td, th, tr, td, li, ol, ul {
			font-size: 14px;
			}
			
blockquote {
			margin-left: 25;
			}
			
li, ul, ol {
			line-height: 140%
			}
			
li {
			margin-left: 25;
			}
			
.form {
			text-align: center;
			font-weight: bold;
			font-style: normal;
			color: #c03;
			}
			
.news_headline {

			font-weight: bold;
			font-style: normal;
			}
			
.news_body {
			text-indent: 15px;
			}
			
.footer {
			text-align: center;
			font-size: 12px;
			}
			

/* This is the main layout options */

#container {
			position: relative;
			left: 50%;
			margin-left: -350px;
			width: 700px;
			}
			
#mast {
			position: relative;
			width: 700px;
			height: 110px;
			background-image: url(images/header.gif);
			margin-top: 1px;
			}
			
			
#nav {
			position: relative;
			width: 700px;
			height: 32px;
			}
			
			
#content {
			position: static;
			width: 698px;
			border: 1px solid #036;
			}
			
#content #email_list {
			float: right;
			width: 250px;
			margin-left: 10px;
			}
			
#footer {
			position: relative;
			bottom: 0;
			}
