@charset "utf-8";
/* CSS Document */

body {
	font: 12pt Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	background-color: #FEFDED;
	text-align: center;
}

#wrapper {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-color: #FEFDED;
}
#vertical_center {
	width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -264px;
	height: 528px;
	background-color: #FEFDED;
}
img {
	max-width: 100%;
	height: auto;
}

#header_container {
	background-color: #FEFDED;
}

#header    {
	color: #515151;
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	text-align: center;
	padding-left: 6px;
	width:  100%;
	letter-spacing: 14px;
}

#navigation    {
	font-size: 28%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	height: 10px;
	margin: auto;
	margin-bottom: 2%;
	width: 100%;
}

#header.hover  {
	color: #515151;
}


#content {
	color: #515151;
	background-color: #FEFDED;
	text-align: left;
	margin-top: 3%;
	width: 100%;
	text-align: left;
	margin: auto;
}


#navigation   ul    {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation    ul    li   {
	display: inline;
}


#navigation    ul    li  a   {
	text-decoration: none;
	border: none;
	letter-spacing: 1.5pt;
	padding: 2%;
}
#navigation ul li a.end {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: #515151;
}
#header  a:link,#header  a:visited   {
	color: #515151;
}


#navigation ul li a:hover {
	color: #C60000;
}

#navigation ul li a.present {
	color: #C60000;
}
a:link, a:visited {
	color: #515151;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	color: #C60000;
}
.underline {
	text-decoration: underline;
}

a:link, a;visited {
	color:  #515151;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #C60000;
}
.underline {
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	outline: none;
}
#footer   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20%;
	color: #515151;
	text-align: center;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
	background-color: #FEFDED;
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 100%;
}
