
#center_page {
	text-align: center;
}

#listpoint {
	font-size-adjust: none;
	font-variant: small-caps;
	font-weight: bolder;
	color: Navy;
}
#menu {
	font-family: sans-serif;
	font-size: x-small;
	font-variant: small-caps;
	font-weight: 900;
	text-align: right;
	text-decoration: overline;
	margin-right: 2%;
}

#page_menu {
	font-family: sans-serif;
	font-size: x-small;
	font-variant: small-caps;
	font-weight: 900;
	text-align: right;
	text-decoration: underline;
	margin-right: 2%;
}

a {
	color: Maroon;
	text-decoration: none;
}


#sigblock {
	font-family: sans-serif;
	font-size: xx-small;
	font-weight: bolder;
	text-align: center;
}

#ad {
	font-family: sans-serif;
	font-size: x-small;
	font-style: italic;
	font-weight: bolder;
	margin-left: 2%;
	text-align: left;
	text-decoration: none;
}

hr {
	text-align: center;
}
ol {
	color: Purple;
}

li {
	list-style: square inside;
}



a:hover {
	color: Yellow;
	text-decoration: none;
}

h1 {
	font-family: sans-serif;
	font-size: xx-large;
	font-variant: small-caps;
	font-weight: 900;
	color: Blue;
	text-align: center;
}

h2 {
	color: Blue;
	font-family: sans-serif;
	font-size: x-large;
	font-variant: small-caps;
	font-weight: 900;
}

h3 {
	color: Yellow;
	font-family: sans-serif;
	font-size: large;
	font-variant: small-caps;
	font-weight: 900;
	text-align: center;
}

h4 {
	color: Blue;
	font-family: sans-serif;
	font-size: large;
	font-variant: small-caps;
	font-weight: 900;
}

h5 {
	color: Blue;
	font-family: sans-serif;
	font-size: medium;
	font-variant: small-caps;
	font-weight: 900;
	text-align: left;
}

#imgleft {
	float: left;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#imgright {
	float: right;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}



h6 {
	color: Navy;
	font-family: sans-serif;
	font-size: medium;
	font-variant: small-caps;
	font-weight: 900;
}

body {
	background: url(pics/background2.jpg);
}

#main {
	color: Black;
	font-family: serif;
	font-size: medium;
	background-color: inherit;
	font-weight: 600;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5%;
	margin-bottom: 5%;
}



#footer {
	color: Navy;
	font-family: sans-serif;
	font-size: xx-small;
	text-align: center;
	position: fixed;
}







a:visited {
	
	text-decoration: none;
}


