/* No margins for IE */
* html {
	margin: 0px;
	padding: 0px;
	border: none;
}

/*no margins other browsers*/
html {
	margin: 0px;
	padding: 0px;
	border: none;
}

/*------general settings-------*/
body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #000099;
	padding: 0px;
	margin: 0px;
	border: none;
	background: #33aaff url(texture_bg.jpg)  repeat-x top;
}

/*--------in line text links----*/
a:link {
	color:#336600;
}

a:visited {
	color: #003300;
}

a:hover {
	color: #009900;
}
acronym {
	border-bottom: dotted thin;
	cursor: help;
}

/*-------tag special styles--------*/
h1, h2, h3, h4, h5 {
	color: #000000;
	text-shadow: #888888 2px 2px 3px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0em;
	line-height: 1em;
}

#tabOne th, #tabOne td {
	border-bottom: 1px dotted #666666;
}

#tabOne th {
	text-align: left; 
}

#tabOne td {
	text-align: right;
}

p {
	margin: .6em 0 .6em 0;
}

caption {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
	text-shadow: #888888 2px 2px 4px;
}

/*--------classes-----------*/
.noShow {
	display: none;
}

.caption {
	font-size: .8em;
}

/*-----layout with divs-----------*/
#position {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -478px;
	width: 955px;
	height: 600px;
}

#whiteBox {
	position: absolute;
	top: 20px;
	left: 0;
	width: 955px;
	height: 580px;
	background-color: #FFFFFF;
	z-index: 2;
}

#banner {
	position: absolute;
	left: 0;
	top: 20px;
	width: 955px;
	height: 165px;
	background: transparent url(banner.jpg) no-repeat;
	z-index: 10;
	
}

#title {
	position: absolute;
	top: 55px;
	left: 17px;
	z-index: 11;
}

#title h1, #title h2 {
	color: #33CCFF;
	text-align: center;
}

#logo {
	position: absolute;
	left: 736px;
	top: 22px;
	z-index: 11;
}

/*---button column snow pattern background---*/
#linkBg {
	position: absolute;
	left: 17px;
	top: 195px;
	width: 218px;
	height: 395px;
	background: #DDEEFF url(snow_pattern.png);
	z-index: 12;
}

/*---the buttons column---*/
#buttons {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 198px;
	height: 375px;
}

/*----all but bottom button----*/
div.linkBox a.nav {
	padding: 3px;
	display: block;
	border: solid #339933;
	border-width: 1px 1px 0 1px;
	margin-left: auto;
	margin-right: auto;
}

/*-----bottom button only-----*/
div#linkBoxLast a.nav {
	padding: 3px;
	display: block;
	border: solid #339933;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
}

#vastText {
	position: relative;
	top: -10px;
	width: 186px;
	height: 65px;
	background: transparent url(vast_text.gif) no-repeat;
}

#copyright {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 0.77em;
	text-align: center;
	line-height: 1em;
	width: 96%;
	background-color: #99CCFF;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
}

#copySymbol {
	width: auto;
	font-size: 130%;
	display:inline;
}

/*----light blue snowflake background for content---*/

#contentBg {
	position: absolute;
	left: 248px;
	top:195px;
	width: 694px;
	height: 395px;
	background: #DDEEFF url(snow_pattern.png);
	z-index: 6;
}

/*-----center photo column-----------*/
#photoColumn {
	position: absolute;
	left: 248px;
	top: 205px;
	width: 295px;
	height: 375px;
	overflow: auto;
	text-align: justify;
	z-index: 8;
}

#photoContainer {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 265px;
	z-index: 8;
}

#photoContainer img {
	margin-bottom: 4px;
}

/*-----------Special External link button-----*/

#specialButton {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 265px;
	text-align: center;
	background-color: #0066FF;
}
div.linkBoxSpecial a.nav {
	padding: 3px;
	display: block;
	border: solid #339933;
	border-width: 1px;
}

/*------Text Column on Right----------*/
#textColumn {
	position: absolute;
	left: 544px;
	top: 205px;
	width: 388px;
	height: 375px;
	z-index: 9;
}

#tabs {
	position: relative;
	left: -1px;
	top: 2px;
}

#textContainer {
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	height: 375px;
	overflow: auto;
	background: #EDFFF0;
}

div#tabs + div#textContainer {
	height: 344px;
}



#tabOne, #tabTwo, #tabThree, #tabFour {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 345px;
	height: 344px;
	z-index: 8;
}

#tabOne {
	visibility: visible;
}

#tabTwo, #tabThree, #tabFour {
	visibility: hidden;
}

.tabbedHead {
		margin-top: 1em;
		margin-bottom: 0em;		
}

/*------styles for blue navigation links-------*/
a.nav {
	text-decoration: none;
	display: block;
}

a.nav:link, a.nav:visited  {
	color: #FFFFFF;
	background-color: #0066FF;
	text-shadow: #66CCFF 2px 2px 2px;
}

a.nav:active  {
	color: #003366;
	background-color: #bbbbff;
	text-shadow: none;
}

a.nav:hover  {
	color: #003366;
	background-color: #aaddff;
	text-shadow: none;
}
