﻿body {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: center; /*background-color: #FAF5D7;*/;
	background-color: #FBF2FF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#toplogo {
	/*padding top for auto borders*/
	/*border-style: solid;
	border-width: 2px 2px 0px 2px;
	border-color: #000080;*/
	padding: 5px 0px 0px 0px;
	background-color: #659ACF;
	margin-bottom: 0px;
	min-height: 75px;
	height: auto !important;
	width: 780px;
	text-align: left;
}
#toptabs {
	padding: 4px 0px 0px 0px;
	border-style: none solid none solid;
	border-width: 1px;
	border-color: #000080;
	background-color: #336699;
	margin-bottom: 0px;
	width: 778px;
}
#topnav1 {
	border-style: none solid none solid;
	border-width: 1px;
	border-color: #000080;
	background-color: #FFF2CC;
	margin-bottom: 0px;
	min-height: 10px;
	height: auto !important;
	width: 778px;
	font-size: small;
	font-weight: bold;
	color: #660066;
	font-family: Arial, Helvetica, sans-serif;
}
#leftbar {
	padding: 0px;
	background-color: #DAE8FC;
	margin-right: 10px;
	width: 150px;
	min-height: 200px;
	height: auto !important;
	color: #404000;
	vertical-align: top;
}

#content {
	background-color: #FFFFFF;
	padding: 5px;
	min-height: 244px;
	height: auto !important;
	text-align: left;
}
#bottomnav1 {
	border-style: none solid none solid;
	border-width: 1px;
	border-color: #000080;
	background-color: #FFF2CC;
	margin-bottom: 0px;
	min-height: 10px;
	height: auto !important;
	width: 778px;
	font-size: small;
	font-weight: bold;
	color: #660066;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
#footer {
	padding: 0px 0px 5px 0px;
	background-color: #659ACF;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 780px;
	text-align: left;
}


#container {
	border-style: none solid none solid;
	border-width: 1px;
	border-color: #000080;
	position: relative;
	width: 778px;
	text-align: left;
	height: auto;
}
/*Text Styles*/
#title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #663300;
	margin-bottom: 8px;
}

.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #663300;
	margin-bottom: 8px;
}

#breadcrumb {
	color: #0033CC;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	height: 20px;
	margin-left: 0px;
	margin-bottom: 4px;
	background-color: #FFFFFF;
}

a:active.breadcrumb {color: #663300; font-family: arial;}
a:link.breadcrumb {
	color: #0033CC;
	text-decoration: underline;
	font-size: 9pt;
	font-family: arial;
	background: transparent url(../../../images/arrow_brn_right.gif) no-repeat center right;
	text-decoration: underline;
	padding-right: 14px;
	font-weight: normal;
}
a:visited.breadcrumb {color: #663300; text-decoration: underline; font-family: arial;}
a:hover.breadcrumb {color: #663300; color: #990033; text-decoration: underline; font-family: arial;}

.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}


.box1 {
	padding: 5px;
	border: 1px solid #FFCC66;
	background-color: #FFFFCC;
	min-height: 244px;
	height: auto !important;
}
.box2_high {
	background-color: #FFF2D9;
	border: 1px dotted #000080;
	padding: 5px;
	min-height: 244px;
	height: auto !important;
}
form label {
	display: block; /* block float the labels to left column, set a width */;
	float: left;
	padding: 0;
	margin: 5px 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	font-weight:bold
}
form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#hightlight1 {
	background-color: #FFF2CC;
	padding: 1px 0px 1px 0px; /*padding top for auto borders*/
}
.hightlight1 {
	background-color: #FFFFCC;
	padding: 1px 0px 1px 0px; /*padding top for auto borders*/
}


#wrap10px {
	margin: 0px;
	padding: 10px;
}
.wrap10px {
	padding: 10px;

}
.wrap5px {
	padding: 5px;

}
.wrap5px_lr {
	padding: 0px 5px 0px 5px;
}
