@charset "utf-8";

/* -- template setup -- */
html {
	overflow-y: scroll;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 20px;
}
#shell {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}
#navigation {
	position: absolute;
	width: 240px;
	top: 0px;
	left: 0px;
}
#page-content {
	position: relative;
	width: 528px;
	top: 0px;
	left: 272px;
}
#footer {
	text-align: center;
	padding-top: 30px;
	margin-bottom: 10px;
}

/* -- navigation setup -- */
#navigation ul {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 26px;
}
#navigation a {
	color: #999999;
	text-decoration: none;
}
#navigation a.on {
	color: #006666;
}
#navigation a:hover {
	color: #006666;
	text-decoration: underline;
}

/* -- content setup -- */
#main {
	background-image: url(/images/content_bkgd-02.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	margin-top: -3px;
	padding-right: 20px;
	padding-left: 20px;
}
#main div {
	padding-top: 20px;
	padding-bottom: 20px;
}
#main .indent p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
hr {
	border: 0px;
	width: 80%;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	text-align: center;
}
h1,h2,h3 {
	margin: 0px;
}
h1 {
	font-size: 24px;
	color: #006666;
	text-transform: uppercase;
	padding-top: 10px;
	height: 30px;
}
h2 {
	font-size: 14px;
	color: #006666;
}
h3 {
	font-size: 12px;
}
label {
	color: #006666;
}
#main a {
	color: #006666;
	text-decoration: underline;
}
#main a:hover {
	text-decoration: none;
}
#main a.transbox img {
	float: left;
	width: 222px;
	height: 166px;
	margin-bottom: 18px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}
#main a.transbox:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#main a.thumb img {
	width: 80px;
	height: 50px;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}
#main .lthumb {
	margin-right: 18px;
}
#main a.thumb:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#main #illustration {
	text-align: center;
}
#main .weblink {
	font-size: 10px;
	font-weight: 400;
	/*font-style: italic;*/
	color: #999999;
}
#main a.weblink {
	text-decoration: none;
}
#main a.weblink:hover {
	color:#006666;
	text-decoration: underline;
}
#main .instructions {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #999999;
	height: 10px;
}
#main .logos img {
	margin-bottom: 30px;
}

/* -- colors -- */
.c02 {
	color: #CCCCCC;
}
.c03 {
	color: #999999;
}

/* -- padding -- */
.bpad20 {
	padding-bottom: 20px;
}
.tpad20 {
	padding-top: 20px;
}
.lpad20 {
	padding-left: 10px;
}
