@charset "utf-8";

/* CSS Document */



body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: lighter;

	color: #CCCCCC;

	text-align: center;

	margin: 0px;

	background-attachment: fixed;

	background-image: url(../images_photos/Background.jpg);

	background-repeat: no-repeat;

	background-position: top;

}

h1 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 13px;

	color: #213545;

	font-weight: 700;

	text-align: justify;

}



#headerBG {

	background-image: url(../images_photos/banner.png);

}

#gradientLeft {

	background-image: url(../images_photos/gradientLeft.png);

}

#gradientRight {

	background-image: url(../images_photos/gradientRight.png);

}

#white {

	background-image: url(../images_photos/backwhite.png);

	background-repeat: repeat;

}

h2 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	color: #FF6600;

	font-weight: bolder;

}

#orange {

	background-color: #003366;

}

#centered {

	text-align: center;

}

#left {

	text-align: left;

}

#yellowish {

	background-image: url(../images_photos/postIt.png);

	background-repeat: no-repeat;

	padding: 15px;

}

#pad20 {

	padding: 20px;

}

p {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 13px;

	color: #213545;

	font-weight: 700;

	text-align: justify;

	list-style-type: circle;

}

h3 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	color: #FF6600;

	font-weight: bolder;

	text-align: justify;

}

a:link {

	color: #CC6600;

	text-decoration: none;

}

a:visited {

	color: #CC6600;

	text-decoration: none;

}



a:hover {

	color: #CC6600;

	text-decoration: underline;

}

#newsletter {

	font-size: 12px;

	text-align: justify;

	font-family: Georgia, "Times New Roman", Times, serif;

	color: #213545;

	border: thin dashed #53566F;

	background-color: #FFFF99;

	padding-top: 15px;

	padding-right: 15px;

	padding-bottom: 0px;

	padding-left: 15px;

}

.Orange {

	color: #FF6600;

}

