form {
	margin-top: 1em;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #333;
}

#Banner {
	width: auto;
	height: auto;
	padding: 30px 12px 25px 50px;
	margin: 0;
	text-align: left;
	background-color: transparent;
	line-height: 0px;
}

#Banner img {
       border: 0px;
}

img {
                border: solid black;
	border-width: 2px;
	display: block; /* keeps mozilla from sticking whitespace between img's */
}

#Banner a {
	border-width: 0px;
}

#Main {
	position: absolute; 
	top: 120px; 
	padding: 0px;
	border-color: white;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	width: 400px; 
	margin-left: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 2px;
}

#Menu {
	position: absolute;
	top: 120px;
	width: 150px;
	height: auto;
	margin-left: 20px;
	padding: 0px;
	border-color: white;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	background-color: transparent;
	font-size: 10px;
	line-height: 16px;
	color: #ccc;
	text-align: right;
	color: #333;
}

#Menu h2 {
	font-size: 11px;
	line-height: .9em;
	font-weight: bold;
	margin-bottom: 0em;
	margin-top: 20px;
	background-color: transparent;
	/* background-color: #ccc; */
	color: #B17469;
	/* color: #48646A; */
	text-transform: uppercase;
}

#Menu h5	{
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	margin:0px;
	padding:0px;
	background-color: transparent;
	color: #B17469;
	}

.box {
	border-color: #CCC;
	border-width: 0px;
	border-style: dotted;
	width: 700px;
	height: auto;
	margin: 0px auto 0px auto;
	/* 	background-color: #F1F1F1; (light gray) */
	padding: 0;
	/* background-color: transparent; */
	/* background-color: #B2B2B2; */ /* 70% gray */
	/* 	background-color: #788088; */ /* slate type thing */
}


.article {
	background-color: transparent;
	margin: 0 0 12px 0;
	border-color: white;
	border-width: 0px;
	border-style: solid;
	padding: 0px 50px 10px 35px;
	font-size: 11px;
                width: 100%;
	line-height: 18px;
	color: #333;
}

.aricle img {
	margin: 0 10px 0 10px;
	}

.article h1 {
	font-family: Georgia, Palatino, serif;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	margin: .1em 0px .75em 0px;
}

.article h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	line-height: 18px;
	margin: 24px 0 0 0;
	text-transform: uppercase;
}

.article h3 h4 h5 h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	line-height: 18px;
	margin: 12px 0 0 0;
	text-transform: uppercase;
}


.article blockquote {
	font-size: 10px;
	line-height: 15px;
}

a:link {
	color: #507EA6;
	border: 0px;
	text-decoration: none;
	background-color: transparent;
}

a:visited {
	color: #507EA6;
	border: 0px;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #B17469;
	border: 0px;
	text-decoration: underline;
	background-color: transparent;
}

pre {
	font-family: Monaco, Courier, monospace;
	font-size: 10px;
	line-height: 13px;
	color: #EEE;
	background-color: transparent;
/* 	background-color: #4F5861; */
	/*     border: 1px solid #333; */
	padding: 2px;
	margin-left: 15px;
	/*     margin-right: 0px; */
}

code {
	font-family: Monaco, Courier, monospace;
	font-size: 10px;
}

.dateline {
        font: 12px Garamond, Times New Roman, Times, Serif;
	text-align: right;
	width: 100%;
	color: #aaa;
	background-color: transparent;
	margin: 0;
}

.smallprint {
                width: 100%;
	font-size: 9px;
	text-align: right;
	color: #aaa;
                border: 1px;
	background-color: transparent;
}

.lastline {
	font-size: 10px;
	margin-bottom: 15px;
}

.extended {
	font-style: italic;
	margin-bottom: 1em;
}

.question {
	font-style: italic;
}

p {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}

