/* Common CSS */

body {
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	color : #000000;
	margin: 0px;
	background-color: #124072;
	background-image: url(pix/bkgnd.gif);
}
.nav {
	position: absolute;
	top: 273px;
	width: 172px;
	left: 35px;
	z-index: 3;
	height: auto;
	background-color: #124072;
	border-radius: 25px 25px 25px 25px;

	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	box-shadow: 5px 5px 10px #000;

	-webkit-box-shadow: 5px 5px 10px #000;
	-moz-box-shadow: 5px 5px 10px #000000;
	padding: 5px 0px 10px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
   }

a:link {
	color: #FFFFFF;
	text-decoration : none;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 5px 5px 0px;
 }
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover {
	color: red;
	text-decoration : underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	margin: 0px;
	font-weight: normal;
	font-family: "Comic Sans MS", cursive;
	color: #FFFFFF;
	font-size: 150%;
}
h2 {
	margin: 0px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #1A273B;
	font-size: 100%;
	padding: 0px;
}
h3 {
	margin: 10px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 120%;
	font-style: italic;
}
h4 {
	margin: 0px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 90%;
	padding: 0px;
	line-height: 22px;
}
h5 {
	margin: 0px;
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	font-size: 110%;
	font-style: normal;
}
p {
	margin: 0px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 100%;
}
.small {
	margin: 0px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	font-size: 70%;
}
.ident {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
