@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#999999;
	font-size: 12px;	
	letter-spacing: 2px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 11px;
	letter-spacing: 1px;
	line-height:1.5;
}
a:link {
	color: #666666;
	text-decoration:none;
}
a:visited {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #999999;
	text-decoration:none;
}
.oneColFixCtr #container {
	top: 10px;
	width: 1060px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

#outline {
	position: relative;
	width: 1060px;
	height: 775px;
	top: 10px;
	border: 1px solid #CCCCCC;
}

#title {
	position: relative;
	height:64px;
	width: 1060px;
	/*background-color:#99CCFF;*/
}
#content {
	position: relative;
	height:711px;
	width: 968px;	
	padding: 0px 46px;
	/*background-color:#CCFFFF;*/
}
#nav {
	text-align:right;
	position: relative;
	height:27px;
	width:379px;
	top:-17px;
	left:681px;	
	/*background-color:#CCFFFF;*/
}
#nav_sub {
	text-align:left;
	position: relative;
	height:27px;
	width:379px;
	top:10px;
	left:0px;	
	/*background-color:#CCFFFF;*/
}
.col {
	position: absolute;
}
.outline{
	position: relative;
	top:0px;
	border: 1px solid #CCCCCC;
}
.pic {
	position: relative;
	top:5px;
	left: 5px;
	/*background-color:#FF0000;*/
}
.caption {
	position: relative;
	height: 90px;
	top:10px;
	text-align: center;
}
.col3x310 {
	width: 310px;
	height: 310px;
	top:150px;
}
.outline3x310 {
	width: 310px;
	height: 310px;
}
.pic3x310 {
	width: 300px;
	height: 300px;
}
.col3x610 {
	width: 310px;
	height: 710px;
	top:0px;
}
.outline3x610 {
	width: 310px;
	height: 610px;
}
.pic3x610 {
	width: 300px;
	height: 600px;
}

#next {
position: relative;
	top: 625px;
	left: 970px;
	width:44px;
}
#prev {
position: relative;
	top: 625px;
	left: -45px;
	width:44px;
	/*display:none;*/
}
.copyright {
	position: relative;
	left:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size: 9px;
	top: 60px;
	text-align: left;
}
.copyright a:link {
	color: #CCCCCC;
	text-decoration:none;
}
.copyright a:visited {
	color: #CCCCCC;
	text-decoration:none;
}
.copyright a:hover {
	color: #999999;
	text-decoration:none;
}
.line {
	color: #CCCCCC;
}
.picOutline {
	margin: 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
