body {
	margin: 0px;
	padding: 0px;
	text-align:left;
	background-color: #ffffff;
}
body,tr,td,th,p {
	color: #333333;
	margin:0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a,a:link,a:visited,a:active {
	color: #667788;
	text-decoration: none;
}
a:hover {
	color: #222A33;
	text-decoration: underline;
}
p {
	padding: 0px 0 10px 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px 0 5px 0;
	padding: 0px;
	color:#667788;
}

h1 { font-size: 32px; line-height: 34px; }
h2 { font-size: 18px; line-height: 20px; }
h3 { font-size: 18px; line-height: 20px; }
h4 { font-size: 14px; line-height: 14px; color: #333;}
h5 { font-size: 12px; line-height: 12px; }
h6 { font-size: 22px; line-height: 22px; }

h1,h3,h5 {
	color: #222A33;
}
h2,h4,h6 {
	text-transform: UPPERCASE;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666;
	margin: 0 15px 15px 15px;
	padding: 10px;
	border-top: 5px solid #ddd;
	background-color: #f5f5f5;
}

ol {
	padding: 0 0 5px 20px;
	color: #667788;
}
ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 10px 15px;
	color: #667788;
}
li {
	margin: 0;
	padding: 0px;
	color: #333333;
	font-weight: normal;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */	
}
code {
	font-size: 100%;
}
hr {
	border: 0px;
	border-bottom: 1px dotted #333333;
	text-align:center;
	height: 0px;
	margin: 0;
	padding-top: 15px;
	margin-bottom: 20px;
}
img {border:0 }

em, i {	font-style: italic}
strong, b {font-weight: bold;}
strong em {font-weight: bold; font-style: italic}
strong i {font-weight: bold; font-style: italic}
i b {font-weight: bold; font-style: italic}
em b {font-weight: bold; font-style: italic}

/* Forms ----------------------------------------------- */

label { font-weight: bold; }
input, button {
	background-color:#fff;
	color: #555;
	font-size: small; 
	margin:2px;
	padding:2px;
}
button, input[type="button"], input[type="submit"], input[type="reset"]   {
	background-color: #efefef;
	color: #666;
	border: 1px solid #999;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-weight: normal;
	margin-left: 2px;
	margin-right: 2px;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover   {
	background-color: #667788;
	color: #fff;
}
button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active  {
	background-color: #fff;
	color: #000;
	border: 1px solid #667788;
}
table.tableform td.button {	text-align: center; }
input[type="text"], input[type="password"], textarea { 
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus	{ 
	color: #000;
	background-color: #fff; 
	border: 1px solid #667788;
}
textarea { width: inherit; }
fieldset {
	border: 1px solid #ddd;
	padding: 3px;
}
fieldset td {
	padding: 1px;
}
legend {
	font-weight: bold;
	font-size: 110%;
	padding: 3px;
}
input[type="checkbox"], select {
	padding: 1px;
	font-size: x-small; 
}
.required {
	color: #667788;
}

/* Layout ----------------------------------------------- */
.clear { clear: both; }
.block {width:700px;text-align:left;}
#main {width:100%; height:100%;background-color: #FFF;}
#header {background-color: #06283B; margin:auto; height:95px;border-bottom: 5px Solid #FFF;}
#banner { background-color: #667788;  margin:auto; padding:0;}
#body { background-color: #FFFFFF;  margin:auto;}
#sideNav { float: left; width: 180px; background-color: #cccfbc; border-right: 5px Solid #FFF; border-left: 5px Solid #FFF; padding: 0px; margin: 0;}
#headerPic {float: right;padding: 0;margin: 0; border-right: 5px Solid #FFF;}
#sidebar { float: left; width: 180px; background-color: #FFF; border-right: 5px Solid #FFF; border-left: 5px Solid #FFF; padding: 20px 0 0 0; margin: 0;}
#content { float: right; width: 560px; padding: 20px 0 20px 0; min-height: 250px;}
#breadCrumb {padding-bottom: 10px; margin:0;}
#footer {background-color: #DDDDDD; margin:auto; padding-bottom:100px;}
#back2top {text-align:right;}

#content-wide { float: right; width: 725px; padding: 20px 0 20px 0; min-height: 250px;}


/* Header ----------------------------------------------- */
.logo { 
	padding: 10px 0 10px 0;
	width: 100px;
	float: left; 
}

.header_utility { 
	float: right; 
	padding: 10px; 
	text-align: right; 
	font-size:10px; 
	color: #97A8B1; 
}
.header_utility a, .header_utility a:link, .header_utility a:visited, .header_utility a:active {
	color: #97A8B1;
}
.header_utility a:hover {
	color: #667788;
	text-decoration: underline;
}

.header_menu { 
	padding-top: 25px; 
	text-align: left; 
	font-size:18px; 
	color: #FFFFFF; 
}
.header_menu a, .header_menu a:link, .header_menu a:visited, .header_menu a:active {
	color: #FFFFFF;
	padding: 5px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.header_menu a:hover {
	color: #FFFFFF;
	background-color: #667788;
}

/* sideNav ----------------------------------------------- */

#nav {
	margin: 0;
	padding: 5px;
	list-style: none;
}

#nav li {
	padding: 5px 0 4px 15px;
	background-image:  url(file:///C|/Documents%20and%20Settings/Kim/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/Y5T6JDW3/arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
}

/* sidebar ----------------------------------------------- */

#sidebar h3 { padding: 0 10px 0 10px; font-size: 14px; line-height: 14px;}
#sidebar p { padding: 0 10px 10px 10px; font-size: 11px; line-height: 14px; color: #999999;}
#sidebar ul { padding: 0 10px 10px 10px; font-size: 11px; line-height: 14px; }
#sidebar li { padding: 0 0px 10px 0px; font-size: 11px; line-height: 14px; color: #999999;}


/* Footer ----------------------------------------------- */

.footerText { 
	padding-top: 10px;
	padding-left: 15px;  
	text-align: left; 
	font-size:10px; 
	color: #666666; 
}
.footerText a, .footerText a:link, .footerText a:visited, .footerText a:active {
	padding-top:10px;
	font-size:13px; 
	color: #666666; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.footerText a:hover {
	color: #667788;
	text-decoration: underline;
}


/* content ----------------------------------------------- 
.ctaInfo td, .ctaInfo th {padding: 2px; border-bottom: 1px Solid #999999;}
.ctaInfo th {background-color: #667788; color: #FFFFFF; border-bottom: 3px Solid #06283B}*/





