@charset "utf-8";


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
p {
	font-family: "Times New Roman", Times, serif;
}
.quotecite {
	color: #999999;
	font-size: 12px;
}
a:link {
	color: #99FFFF;
}
a:visited {
	color: #00CC99;
}
a:hover {
	color: #990000;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#4f6e71;
	background-image: url("images/Background Stile.jpg");
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.top-main {
	float: left;
	width: 960px;
}
.maintext {
	color: #CCCCCC;
	line-height: 16pt;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.photolabel {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16pt;
	color: #999999;
}

.firsttextbold {
	color: #CC9900;
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
}

.header-wrapper {
}

.header {
	height: 162px;
	text-align: center;
}
.twoColFixLtHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.nav {
	height: 30px;
	font-size: 12pt;
	color: #CCCCCC;
	line-height: 15pt;
}
#navbar th a:link {
	color: #CCCCCC;
	text-decoration: none;
}


#navbar th a:visited {
	color: #999999;
	text-decoration: none;
}


#navbar th a:hover {
	color: #00FF00;
	text-decoration: none;
}
#navbar th a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top: 1px solid #cccccc;
	line-height: 1px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
