body{
	width: 760px;
	margin: auto;
	background-color: #993300;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	}
	

.navblock	{
	position: relative;
	top: 0px;
	left: 0px;	
	}


.navcol	{
	position: absolute;
	top: 20px;
	left: -10px;
	width: 60px;
	height: 400px;
	padding: 5px;
	}

	
.rtblock {
	position: relative;
	top: 0px;
	left: 120px;
	width: 632px;
	height: auto;
	background-color: #FEF4D6;
	padding: 5px;
	font-weight: normal;
	}

.noticeblock {
 background-color: #587dc0;
 font-size: medium;
 padding: 15px;
 }						 	
	
.leftimg	{
	float: left;
	margin-right: 10px
	}

.rightimg	{
	float: right;
	margin-right: 10px
	}

.clear	{
	clear: both;
	}
	
.revised	{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 275px;
	height: 20px;
	font-size: x-small;
	padding-right: 10px;
	text-align: right;
	font-weight: normal;
	}
	
.rule	{
	position: relative;
	margin: auto;
	height: 1px;
	width: 500px;
	border-top: 4px solid #993300;
	}

.notice1 {
	font-size: large;	
	font-weight: strong;
	text-align: center;
	color: #1d397b;
	}


h1 {
	font-size: x-large;
	text-align: center;
	}

h2 {
	font-size: medium;
	margin-top: 10px;
	margin-bottom: -10px;
	text-align: center;
	}
	
h3 {
	font-size: small;	
	font-weight: 500;
	text-align: left;
	color: black;

	}
	
h4 {

	}
	
h5 {
	
	}
	
p	{
	font-size: 1em;
	font-weight: normal;
	line-height: 120%;
	}
	
p.nav	{
	font-size: medium;
	font-weight: bold;
	color: #fde8a8;
	}	
	
ol {
	font-size: 0.9em;
	}
	
ul {
	font-size: 0.9em;
	}
	
li {
	margin-top: 6px;
	}
	
a.navlink:link	{
	color: #fde8a8;
	text-decoration: none;
	}

a.navlink:visited	{
	color: #477A5B;
	text-decoration: none;
	}

a.navlink:hover	{
	color: #ff8429;
	text-decoration: none;
	}

table	{
	border: 3px solid #993300;
	border-collapse: collapse;
	font-size: smaller;
	}

td,	th {
	vertical-align: top;	
	border: 1px solid #993300;
	
	}
