@charset "utf-8";
/* CSS Document */

div, p, h1, h2, h3, h4, h5, ul, img, table, td, tr, p {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: "Trebuchet MS";
}
#container {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 1446px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#footer {
	height: 135px;
	width: 650px;
	background-color: #C0CED9;
	background-image: url(assets/page2_07.jpg);
	background-repeat: no-repeat;
	text-align: left;
	color: #60829D;
	font-size: 10px;
}

#header {
	background-image: url(assets/page2_03.jpg);
	background-repeat: no-repeat;
	height: 153px;
}
#navbar {
	height: 25px;
	background-color: #c2d3df;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#left {
	width: 480px;
	height: 1100px;
	float: left;
}
#topadd {
	height: 1100px;
	padding: 10px;
}
#bottompadd {
	padding-right: 10px;
	padding-left: 10px;
	color: #60829D;
	height: 145px;
}
h4 {
	font-size: 13px;
	text-align: center;
}
h2 {
	text-align: left;
	font-size: 18px;
	color: #60829D;
}
#main {
	text-align: justify;
}
h3 {
	font-size: 14px;
	color: #60829D;
	margin-top: 10px;
}
#centerthis {
	text-align: center;
	margin-top: 10px;
}


#right {
	float: right;
	width: 160px;
	height: 1100px;
	color: #60829D;
}
a {
	color: #60829D;
}
a:hover {
	color: #9EB4C5;
}

#rtop {
	background-color: #C2D3DF;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
blockquote {
	background-color: #E3EBF0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

ul {
	margin-top: 5px;
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: square;
}


#rbottom {
	height: 280px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

body {
	text-align: center;
}
/* image viewer*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #8CACC4;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 12px/1.1em Arial, Helvetica, sans-serif;
	letter-spacing: 5px;
	color: #FFFFFF;
	padding: 5px 0;
	text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

/* end of image viewer /*
