@charset "utf-8";
html, body {
	font-family: "Times New Roman", Times, serif;
	color: #002ff;
	background: url(/images/parchment.gif);
	margin: 0px;
	padding: 0px;
	height: 100%;
	}
h1, h2, h3, h4 {
	color: #000161/*046380*/;
	font-variant:small-caps;
/*	font-style: italic;*/
	}

h1 {
	font-size: 22px;
	}

h2 {
	font-size: 18px;
	}

h3 {
	font-size: 16px;
	}

a:link {
	color: #000161/*046380*/;
	text-decoration: none;
	}
a:visited {
	color: #002f2f;
	text-decoration: underline;
	}
a:hover, a:active {
	text-decoration: underline;
	}
#page {
	background: /*#e6e2af*/ url(/images/background.jpg);
/*	background: #FBFADE;*/
	width: 765px;
	margin: 0 auto;
	border-left: double #000161;
	border-right: double #000161;
	border-bottom: double #000161;
	}
#nav {
	width: 145px;
	float: left;
	text-align: right;
	}
#nav h1 {
	font-size: 1.5em;
	}
#nav > a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #002f2f;
	}
#nav ul {
	list-style-type: none;
	line-height: 1.8em;
	}
#content {
	margin-left: 200px;
	width: 545px;
	}
#footer {
	margin: 30px 0 15px 200px;
	}

/* Profile Pages */
.atty {
	float: right;
	margin: 8px;
	border: 1px solid #000;
	}

/* Home Page */
.center {
	width: 475px;	
/*	text-align: center;*/
	border: 1px solid #000;
	}