/* Wrapper for index page */
#main {
	font: 10pt/16pt georgia; 
	color: #555753; 
	background: #fff; 
	padding-top: 10pt;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: 1px;
	border-style: dotted;
	}
/* Wrapper for subpage */
#main-sub {
	font: 10pt/16pt georgia; 
	color: #555753; 
	background: #fff;
	padding-top: 15pt;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: 1px;
	border-style: dotted;
	}
/* Top of page (title, contact info) */
#top {
	margin-left: 20px;
	margin-right: 20px;
        width: auto;
	}
#top a:link    { color: #5557FF; }
#top a:visited { color: #5557FF; }
#top a:hover   { color: #000000; }
#top h1 {
	font: 30pt arial;
	color: #5557FF;
        margin-top: 0px;
        margin-bottom: 0px;
	font-weight: bold;
	}
#top h2 {
	font: 20pt arial;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #5557FF;
	font-weight: bold;
	}
#top h3 {
	font: 14pt arial;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #5557FF;
	font-weight: bold;
	}
#topnav {
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: dotted;
        margin-top: 5px;
        padding-top: 5px;
        margin-bottom: 5px;
        padding-bottom: 5px;
	width: 540px;
        }
/* Main page content */
#content {
	margin-left: 20px;
	margin-top: 30px;
	width: 540px;
	}
#content hr {
        border: 0px;
        height: 1px;
        color: #5557FF;
        background-color: #5557FF;
        width: 300px;
        }
#content h2 {
        margin-bottom: 0px;
        }
#content h3 {
	margin-bottom: 0px;
	}
/* Subpage content */
#content-sub {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
	width: auto;
	}
#content-sub hr {
        border: 0px;
        height: 1px;
        color: #5557FF;
        background-color: #5557FF;
        width: 300px;
        }
#content-sub h2 {
        margin-bottom: 0px;
        }
#content-sub h3 {
	margin-bottom: 0px;
	}
/* Navigation (main page only) */
#nav-main {
	margin-top: 0px;
	margin-right: 20px;
	float: right;
	font: 10pt/16pt georgia;
	font-weight: bold;
	width: 200px;
	color: #000;
	}
#nav h3 { 
        margin-top: 0px;
        margin-bottom: 10px;
        }
#nav p {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	list-style: none;
	border: 1px;
	border-style: solid;
	background: #ccc;
	color: #000;
	}
#nav p.sub {
	background: #fff;
	color: #555753; 
	font: 9pt georgia; 
	}
/* Page footer */
#foot {
	margin-top: 50px;
	margin-left: -1px;
	margin-bottom: -1px;
	margin-right: -1px;
	padding-left: 20px;
	border: 1px;
	border-style: dotted;
	}
#copy {
	margin-right: 20px;
	float: right;
	}


