@charset "utf-8";

body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/PICSbackground.jpg);
}
.container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	background-image: none;
}
#header {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: none;
}
#header ul {
	padding: 2px;
	float: left;
	list-style-type: none;
}
#header li {
	display: inline;
	margin-right: 0.25em;
	padding-bottom: 0.5em;
}
#header a {
	font-size: 70%;
	color: #333;
	text-decoration: none;
	background-color: #E2E7E6;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#header a:focus, #header a:hover {
	color: #CC0066;
}
#search {
	text-align: right;
	margin: 0px;
	float: right;
	padding-left: 25px;
	font-size: 80%;
	font-weight: bold;
}
#masthead {
	background-image: url(images/picsmasthead2.png);
	background-repeat: no-repeat;
	margin: 0px;
	clear: none;
	height: 150px;
	background-position: center top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
}
.adbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #000000;
	margin: 10px;
	padding: 6px;
	border: 1px solid #CCCCFF;
}

#masthead h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
	padding: 20px;
}

#content-wrapper {
	float: left;
	width: 800px;
	margin-bottom: 20px;
	border: 1px none #b5b5b5;
}
#secondary-content {
	float: left;
	width: 150px;
	border: 1px none #666699;
}
#main-content {
	float: left;
	width: 600px;
	margin-bottom: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	padding: 10px;
	list-style-position: inside;
	list-style-type: circle;
	font-weight: 300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ABA3B9;
	border-right-color: #ABA3B9;
	border-bottom-color: #ABA3B9;
	border-left-color: #ABA3B9;
}
#footer {
	color: #FFFFFF;
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


#footer-wrapper {
	color: #999999;
	float: left;
	width: 800px;
	border: 1px solid #FFFFFF;
}
.column {
	float: left;
	width: 266px;
}

.column p {
	font-size: 75%;
	line-height: 1.4;
	padding: 10px;
	margin-right: 8px;
	text-align: center;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.updated_on {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	text-align: right;
	font-style: italic;
}
#footer .container #footer-wrapper .column h3 {
	color: #666699;
	text-decoration: underline;
	font-weight: normal;
	text-align: center;
}
#footer .container #footer-wrapper .columncentre {
	width: 266px;
}
#footer .container #footer-wrapper .column a {
	text-decoration: none;
	color: #663366;
}
#footer .container #footer-wrapper .column a:hover {
	color: #6633FF;
}
.contentbox {
	color: #333333;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: thin solid #006699;
}
.smallcontentLeft {
	float: left;
	width: 255px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px none #009999;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.smallcontentRight {
	float: right;
	width: 255px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px none #009999;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.picture {
	background-color: #FFFFCC;
	padding: 10px;
}
.floatLt {
	float: left;
}
.floatRt {
	float: right;
}
.pictureframe {
	float: left;
}
maincontentlist {
	padding: 10px;
	list-style-type: disc;
}
.container #content-wrapper #main-content a {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.container #content-wrapper #main-content a:hover {
	color: #663366;
	text-decoration: none;
	font-weight: bolder;
}
h1 {
	color: #006699;
	font-size: 150%;
	padding: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}
h3 {
	font-size: 140%;
	color: #006699;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #669999;
	border-right-color: #669999;
	border-bottom-color: #669999;
	border-left-color: #669999;
}

h2 {
	font-size: 140%;
	color: #006699;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.signature {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
}
.container #content-wrapper #main-content .contentbox p {
	font-size: 90%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 8px;
}
.container #content-wrapper #main-content .contentbox li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	list-style-type: disc;
}

.container #content-wrapper #main-content li {
	padding: 6px;
	list-style-type: disc;
	margin-left: 30px;
}
h4 {
	font-size: 120%;
}
.mastcontainer {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	background-image: url(images/PICS-mast%20copy.png);
}
.adboxbold {
	font-size: 120%;
	color: #333366;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.column a {
	text-decoration: none;
	color: #666666;
}
.column a:hover {
	color: #003366;
}
.container #content-wrapper #secondary-content #adbox2 .adboxbold a {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
.container #content-wrapper #secondary-content #adbox2 .adboxbold a:hover {
	color: #663366;
}
.imagelink {
}
.tabletop {
	background-image: url(images/table_bg_top2.png);
	background-repeat: no-repeat;
}
.tablemiddle {
	background-repeat: repeat-y;
	padding: 10px;
	background-image: url(images/table_bg_middle2.png);
}
.tablebottom {
	background-image: url(images/table_bg_bottom2.png);
	background-repeat: no-repeat;
}
.table_small_top {
	background-image: url(images/table_small_bg_top.png);
}
.table_small_middle {
	background-image: url(images/table_small_bg_middle.png);
	padding: 6px;
}
.table_small_bottom {
	background-image: url(images/table_small_bg_bottom.png);
	background-repeat: no-repeat;
}

