body {
	background-color: rgb(187,201,239);
}

#page {
	margin: 10px auto;
	padding: 0;
	width: 740px;
	height: auto;
	border: 0px solid #959596;
}

#head {
	clear: both;
	height: auto;
	padding: 10px 0 20px 0; 
	text-align: center;
}

#nav {
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: rgb(0,0,0);
}

#nav a {
	text-decoration: none;
	font-size: 14px;
	color: rgb(0,0,0);
	padding: 2px 5px 2px 5px;
	border: 1px solid rgb(0,0,0);
}

#nav a:hover {
	text-decoration: none;
	font-size: 14px;
	color: rgb(0,0,0);
	padding: 2px 5px 2px 5px;
	background-color: rgb(0,255,30);
	border: 1px solid rgb(0,0,0);
}

#content {
	margin: 10px 10px 10px 10px;
	padding: 10px 20px 10px 10px;
}

#foot {
	clear: both;
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
}

.block {
	display: block;
	width: auto;
	height: auto;
	margin: 20px 20px 20px 20px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}

.blockl {
	float: left;
	width: 310px;
	font-size: 12px;
	margin: 10px 10px 10px 0;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

.blockr {
	float: right;
	width: 310px;
	font-size: 12px;
	margin: 10px 0 10px 10px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}


.floatl {
	float: left;
}

.floatr {
	float: right;
}

.cent {
	text-align: center;
}

.clearer {
	clear: both;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	font-size: 14px;
	color: rgb(0,0,0);
	padding: 2px 5px 2px 5px;
	border: 1px solid rgb(0,0,0);
}

a:hover {
	text-decoration: none;
	font-size: 14px;
	color: rgb(0,0,0);
	padding: 2px 5px 2px 5px;
	background-color: rgb(0,255,30);
	border: 1px solid rgb(0,0,0);
}

a:visited {
	text-decoration: none;
	color: rgb(0,0,0);
}

a:visited:hover {
	text-decoration: none;
	color: rgb(75,249,255);
}

table {
	font-size: 16px;
}

tr {
	width: 100%;
	height: auto;
}

td {
	padding: 5px;
	text-align: left;
}

p {
	margin: 0;
	text-indent: 2em;
	text-align: justify;
	font-size: 12px;
}

h2 {
	font-size: 24px;
	color: rgb(30,0,255);
	text-align: center;
}
