/* CoTA Style Sheet */

body
{
	color: #000000;
	background-color: #b26f2c;
	font-family: Bell Gothic STD, Georgia, sans serif;
	font-size: 12px
}


a:link {color: #000000; text-decoration:underline; font-family: Bell Gothic STD, Georgia, sans serif; font-size: 12px}
a:active {color: #000000; text-decoration:underline; font-family: Bell Gothic STD, Georgia, sans serif; font-size: 12px}
a:hover {color: #000000; text-decoration:underline; font-family: Bell Gothic STD, Georgia, sans serif; font-size: 12px}
a:visited {color: #000000; text-decoration:underline; font-family: Bell Gothic STD, Georgia, sans serif; font-size: 12px}

#header
{
	text-align: center;
	padding: 2px;
	margin 10px;
	border-style: groove;
	width: 750px;
	background-color: #fcfcfc;
	
}
	
.nav a:link {color: #b26f2c; text-decoration:underline; font-family: Bell Gothic STD, Georgia, sans serif; font-size: 12px}
.nav a:active {color: #b26f2c; text-decoration:underline; font-family: Bell Gothic STD, Georgia, sans serif; font-size: 12px}
.nav a:hover {color: #b26f2c; text-decoration:underline; font-family: Bell Gothic STD, Georgia, sans serif; font-size: 12px}
.nav a:visited {color: #b26f2c; text-decoration:underline; font-family: Bell Gothic STD, Georgia, sans serif; font-size: 12px}

#main
{
	color: #000000;
	background-color: #fcfcfc;
	font-family: Bell Gothic STD, Georgia, sans serif;
	font-size: 12px;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-style: groove;
	width: 750px;
	height: 500px;
	overflow-x:hidden;overflow-y:auto;
	text-align: left
}

#footer
{
	color: #000000;
	background-color: #fcfcfc;
	font-family: Bell Gothic STD, Georgia, sans serif;
	font-size: 12px;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-style: groove;
	width: 750px;
	text-align: center
}

.footer a:link {color: #000000; text-decoration:underline; font-family: Bell Gothic STD, Georgia, sans serif; font-size: 8px}
.footer a:active {color: #000000; text-decoration:underline; font-family: Bell Gothic STD, Georgia, sans serif; font-size: 8px}
.footer a:hover {color: #000000; text-decoration:underline; font-family: Bell Gothic STD, Georgia, sans serif; font-size: 8px}
.footer a:visited {color: #000000; text-decoration:underline; font-family: Bell Gothic STD, Georgia, sans serif; font-size: 8px}


h1
{
	font-family: Bell Gothic STD, Georgia, sans serif;
	font-size: 32px;
	color: #000000
}

h3
{
	font-family: Bell Gothic STD, Georgia, sans serif;
	font-size: 18px;
	color: #000000
}

h5
{
	font-family: Bell Gothic STD, Georgia, sans serif;
	font-size: 8px;
	color: #000000
}

