/* Standard CSS initialization v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com,  and by me */

/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset {margin: 0; padding: 0;
	font: 100%/100% Verdana, Arial, Helvetica, sans-serif;}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {margin: 1em 0;	padding: 0;}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {margin-left: 1em;}

/* Form field text-scaling */
input, select, textarea {font-size: 100%;}

/* Miscellaneous conveniences: */
form label {cursor: pointer;}
a img {border: none; }
input {margin-bottom: 1px;}
ul {padding-left: 14px; list-style-position: inside; text-indent: -16px;} 

/* Site dependent values follow */
p, td 	{font-size: 13px;}
li	{font-size: 13px; margin: 2px 0px 2px 10px;}
body {text-align: center; background-color: #fbf58f;}
#main {position: relative; margin: 0px auto 20px auto; width: 780px;
	background-image: url('PageMiddle.gif'); background-repeat: repeat-y; }
#copyfirst {margin-left:24px; text-align: left;  width: 750px;}
#copy {text-align: left; min-height: 300px; width: 730px;}
#homecopy {position: absolute; left: 27px; top: 163px; text-align: left;}
.copywrite {text-align: right; margin-left: 380px; font-size:9px;}

a:link	{color: #100778; text-decoration: underline;}
a:visited	{color: #100778; text-decoration: underline;}
a:hover	{color: red; text-decoration: underline;}

.title	{color: #28235d; font-family: Arial; font-size: 16px; font-weight: bold;}
.subtitle	{color: #000000; font-family: Arial; font-size: 15px; font-weight: bold; }