/* CSS Document */

/* see antarctica css for style comments */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #99CCFF;
	background-image:   url("../img/bg_wholepage.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

p, h1, h2, h3, h4, h5, li{
	margin-top: 0px;
	color: #000000;
	letter-spacing: 0.035em;
}

.yellowText{
	color: #000000;
}

.blueText{
	color: #000000;
}


#sevenSixty {
	width: 770px;
}

/* ACCESS LINKS */

#access {
	display: none;
}

/* BANNER */

#banner {
	display: none;
} 

/* FIRST COLUMN */

#columnOne {
	display: none;
}


/* SECOND COLUMN */

#mainPageHead {
	height: 22px;
	width: 430px;
	margin-left: 8px;
	margin-top: 20px;
	margin-bottom: 8px;
	overflow: hidden;
}

#columnTwoNarrow {
	float: left;
	width: 460px;
	background-color: #99CCFF;
}

#columnTwoWide {
	float: left;
	width: 586px;
	background-color: #99CCFF;
}

#columnTwoNarrow .box, #columnTwoWide .box {
	background-color: #677899;
	margin-left: 12px;		
	margin-right: 12px;
	padding-bottom: 0.5em;
	margin-bottom: 0px;
	background-image:  url("../img/curve_top.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
}

#columnTwoNarrow .endBox, #columnTwoWide .endBox {
	background-color: #677899;
	height: 9px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-top: -1px;
	background-image:  url("../img/curve_bottom.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 8px;
	clear: both;
}

.endBox hr {
	display: none;
}

/* added margin for middle pic in a row of 3 pics */
.picMarginsThree {
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 0.25em;
}
.picMarginsThirteen {
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 0.25em;
}

.box table {
	padding-bottom: 10px;
}

.box table tr td {
	vertical-align: top;
}

.box p {
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 0.75em;
	font-size: 1.2em;
}

.box a:link, .box a:visited {
	color: #000000;
}

.box a:hover, .box a:visited:hover {
	color: #000000;
}

.box ul {
	margin: 0px 13px 0px 0px;
	padding: 0px;
	font-size: 1.2em;
	list-style-type: none;
}

.box li {
	margin: 0px 0px 1em 13px;
	padding: 0px 0px 0px 26px;
	background-image:  url("../img/bullet.gif");
	background-position: 0em 0em;
	background-repeat: no-repeat;
}

.box h1 {
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 0.75em;
	color: #000000;
	font-weight: bold;
	font-size: 2.5em;
	margin-bottom: 0.4em;
	padding-bottom: 0em;
}

.box h2, .box h3 {
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 0.75em;
	color: #000000;
	font-weight: bold;
	background-image:  url("../img/sub_dots.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: .4em;
}

.box h2 {
	font-size: 1.8em;
}

.box h3 {
	font-size: 1.5em;
}

.box h4 {
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 0.75em;
	color: #000000;
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 0.4em;
	padding-bottom: 0em;
	background-image:  url("../img/sub_dots.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: .4em;
}

.box h2.graphicHead {
	padding-bottom: 0em;
}


/* THIRD COLUMN */
#columnThreeWide {
	float: left;
	width: 126px;
	background-image:  url("../img/col3_bigbg.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

.colThreeHeader {
	margin-top: 22px;
	margin-left: 12px;
}

.colThreeBox {
	display: block;
	margin-left: 12px;
	width: 110px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.colThreeBox p {
	display: block;
	font-size: 1em;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.colThreeBox a:link, .colThreeBox a:visited {
	display: block;
	padding: 0px 5px 0px 10px;
	margin: 0px;
	color: #000000;
	text-decoration: none;
	background-color: #CAE7FF;

}
.colThreeBox a:hover, .colThreeBox a:visited:hover {
	background-color: #99CC66;
}


/* FOOTER */

#footerWide, #footerNarrow {
		display: none;
}

.picMarginsThirty {
	margin-left: 30px;
	margin-right: 30px;
}

#colfour {
	background-color: #FF0000;
}

.floatright {
	float: right;
	padding-left: 1em;
}

.floatleft {
	float: left;
	padding-right: 1em;
}

.go a:link, .go a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-image:   url("../img/link_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0em 0.1em;
	padding-left: 0px;
	color: #000000;
}
.go a:hover, .go a:visited:hover {
	background-image:   url("../img/link_arrow.gif");
	color: #FFF;
	text-decoration: underline;
}


#colThreeGraphic {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0px;
	top: 103px;
	background-image:  url("../img/colthree_extra_curve.gif");
	background-repeat: no-repeat;
	background-position: 760px 0px;
}

#coreTable, #silTable {
margin-left: 13px;
margin-right: 13px;
}

#coreTable td {
vertical-align: top;
}

#tdCore {
	background-color: #333333;
}

#coreTextTd {
	width: 400px;
}

.courier{
	font-family: "Courier New", Courier, mono;
}

#FormForTrip textarea{
	width: 526px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

.noPrint {
	display: none;
}