@charset "UTF-8";
body  {
	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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #666666;
}
	
 #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

 #header {
	background-image: url(images/logo_ci.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	width: 1000px;
} 
 #header h1 {
	position: relative;
	left: 10px;
	bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	letter-spacing: 3px;
	display: block;
	text-align: left;
	vertical-align: bottom;
	padding-top: 10px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}
#photoDisplay/*---- contains the tables for mouseover navigation, and the main photo for the site ------ */
 {
	margin: 0px;
	background-color: #FFFFFF;
	width: 1000px;
}

#navBand {
	width: 1000px;
	background-color: #A2A8D8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 20px;
	text-align: center;
	margin-top: 0px;
	vertical-align: middle;
	margin-right: 0px;
}
#navBand a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 90%;
}
#navBand a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 90%;
}
#navBand a:hover {
	font-weight: bold;
	color: #333399;
	text-decoration: none;
	font-size: 90%;
}

 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	height: 100%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
	margin: 10px;
	border: 1px solid #ddd;
	color: #666666;
}
#sidebar1 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}
#sidebar1 a:link  {
	font-weight: bold;
	color: #263a7b;
	text-decoration: none;
}
#sidebar1 a:visited  {
	color: #263a7b;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #263a7b;
	text-decoration: underline;
}
#sidebar1 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
 #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 30px;
} 
#mainContent #ad {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: none;
}
#mainContent a:link {
	color: #0000CC;
	text-decoration: underline;
}
#mainContent a:visited {
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
}
#mainContent a:hover {
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
}
#mainContent h1 {
	font-size: 14px;
	color: #000000;
}
#mainContent h2 {
	font-size: 13px;
	color: #9999FF;
}
 #footer {
	background:#fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 8px;
	color: #000000;
} 
 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-weight:bold;
	color: #666666;
}
	
#footer a:link {
	text-decoration: none;
	font-size: 9px;
	color: #263a7b; 
	font-weight:bold;}
	
#footer a:visited {
	text-decoration: none;
	color: #263a7b; 
	font-weight:bold;}
	
#footer a:hover {
	text-decoration: none;
	color:#000000;
	font-weight:bold;
}
#footer a:active {
	text-decoration: none; 
	font-weight:bold;}
	
.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;
}

}
.quotation {
	font-size: 10px;
	color: #000000;
	padding-bottom: 5px;
	padding-right: 5px;
}

.copyright {
	font-size: 9px;
	color:#767676;
	font-weight: normal;
}
