body {
	background: #FAF1DC;
	font-family: "Times New Roman", Times, serif;
}

	A 	{
color: #0000CD;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
} 

	A:link, A:visited		{
	color: #DC143C;
	text-decoration: none;
} 

	A:hover		{
	color: Blue;
}

p {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
}

.block {
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#content {
	float: left;
	width: 65%;
	background: #fff;
	border-right: 1px dotted #999;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

# tab {
	margin-left: 7px;
}

h2 {
	font: 28px "Times New Roman", Times, serif;
	color: #000182;
	font-weight: bolder;
	border: none;
} 

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #F6E6C0;
	font-size: 17px;
	background: #d50f04;
	text-transform: uppercase;
	border: thin solid Gray;
	text-align: center;
	margin-top: 0;
}   

div {
	border: none;
	}

#left {
	float: left;
	width: 15%;
	}
	
#S-left {
	float: left;
	width: 15%;
	}
	
#space  {
	float: left;
	width: 90px;
}
#center {
	float: left;
	width: 53%;
	border: thin solid Gray;
	}
#r-center {
	float: left;
	width: 42%;
	border: thin solid Gray;
	text-align: center;
}
#right {
	float: left;
	width: 29%;
	border: thin solid Gray;
	}
#r-right {
	float: left;
	width: 41%;
	border: thin solid Gray;
	text-align: center;
}
#main {
	float: left;
	width: 82%;
	text-align: left;
	padding-left: 7px;
	padding-right: 5px;
}

#footer {
	font: smaller;
	float: left;
	width: 85%;
	text-align: center;
}


#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
padding: 0;
text-align: center
}

#nav-menu li a.list
{
	background: #d50f04 bottom left;
	height: 1.5em;
	line-height: 1.5em;
	float: left;
	width: 8.5em;
	display: block;
	border: 0.1em solid;
	color: White;
	text-decoration: none;
	text-align: center;
	padding: 3px 3px;
	margin-top: 3px;
}
#nav-menu li a.list:hover
{
	background: #d50f04 bottom left;
	height: 1.5em;
	line-height: 1.5em;
	float: left;
	width: 8.5em;
	display: block;
	border: 0.1em solid;
	color: Silver;
	text-decoration: none;
	text-align: center;
	padding: 3px 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End IE5-Mac hack */

#nav-menu
{
	position: relative;
	margin-left: 20%;
	margin-right: 10%;
	width: 100%;
	text-align: center;
}
.note {
	font-size: smaller;
	font-style: italic;
	color: #000182;
	font-weight: bold;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 10px;
}
