﻿/* First level of Navigation */

table.Navigation {
	width:100%;
	border-style:none;
	margin:0px 0px 0px 0px;
}

td.Menu {
	border-style:none;
	padding:10px 5px 5px 10px;
	vertical-align:top;
}

td.MainContent {
	border-style:none;
	padding:5px 20px 20px 5px;
	vertical-align:text-top;
	text-align:left;
	width:100%;
}

table.Side_Nav {
	border: thin #003366 solid;
}

a.Side_Nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border-width: thick;
	white-space:nowrap;
	color: #000000;
}

a:link.Side_Nav {
	COLOR: #003366; TEXT-DECORATION: none
}
a:visited.Side_Nav {
	COLOR: #666666; TEXT-DECORATION: none
}
a:hover.Side_Nav {
	COLOR: #993300; TEXT-DECORATION: none
}

p.Side_Nav_Selected {
	border-width: thick;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	white-space:nowrap;
}

/* Start Second Level of Navigation */

table.Side_Nav_L2 {
	list-style-type: none;
	margin-left:20px;
	display:block;
}

a.Side_Nav_L2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border-width: thick;
	color: #000000;
}

a:link.Side_Nav_L2 {
	COLOR: #003366; TEXT-DECORATION: none
}
a:visited.Side_Nav_L2 {
	COLOR: #666666; TEXT-DECORATION: none
}
a:hover.Side_Nav_L2 {
	COLOR: #993300; TEXT-DECORATION: none
}

/* General styles for all content pages. */
body {
	background-image: url('images/icecrystal.jpg');
}

body.Normal {
	margin:0px 0px 0px 0px;
}

/* Links */
a.Std {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	border-width: thick;
	color: #000000;
}

a:link.Std {
	COLOR: #003366; TEXT-DECORATION: none
}
a:visited.Std {
	COLOR: #666666; TEXT-DECORATION: none
}
a:hover.Std {
	COLOR: #993300; TEXT-DECORATION: none
}


/* Fonts */
.pageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-transform:uppercase;
	margin-bottom:20px;
	margin-top:12px;
}
.singleSpaceText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom:0px;
	margin-top:0px;
}
.singleSpaceTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
}

/* Tables */
td.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	white-space:nowrap;
}
td.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	white-space:nowrap;
	vertical-align:text-top;
}
td.contentWrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	vertical-align:text-top;
}
.contentAccent {
	text-decoration: underline;
	vertical-align:text-top;
}

