/***********************************************/
/* 3col_leftNav.css                            */
/* Use with template: siteTemplate.dwt         */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff
	line-height: 1.166;
	margin: 0;
	padding: 0;
	height: 100%;
}

a:link { color: #039; }
a:visited { color: #ce663f; }

#container
{
	position: absolute;
	margin-right: -100px;
	margin-bottom: -100px;
	width: 100%;
	height: 100%;
}

#layout 
{ 
	width: 100%;
	height: 100%; 
}


#logo
{
	width: 160px;
	vertical-align: middle;
	background-color: #c8e1ec;
	border-bottom: 10px solid #c8e1ec;
}

#header {
	border-bottom: 10px solid #c8e1ec;
	background-color: #c8e1ec;
	height: 100px;
}

#photo
{
	background-image: url(../images/defaultBkgdTop.jpg);
	background-repeat: repeat-x;
	text-align: left;
	background-color: #c8e1ec;
}

#alternatePhoto
{
	background-image: url(../images/bkgdBlueStripes.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

#rside
{
	width: 160px;
	vertical-align: top;
	text-align: left;
	background-color: #fff5e7;
	border-top: 10px solid #fff;
}

#rside div { margin: 5px; }
#rside input.txt { width: 120px; }

#login
{
	padding: 5px;
	border: 1px solid #ce663f;
	background-color: #fffef7;
}

#login p, #externals p
{
	font-size: 10px;
	margin: 3px;
}

#middle
{
	vertical-align: top;
	padding: 10px;
}

#breadCrumb
{
	font-size: 10px;
	padding: 5px;
	background-color: #c8e1ec;
}

#content { margin: 10px 0; }
#homePageContent { margin: 0px; }

h1
{
	font-size: 17px;
	font-weight: bold;
	color: #0079c2;
	background-color: inherit;
	margin-bottom: 4px;
	margin-top: 0px;
}

h2
{
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #ce663f;
	background-color: inherit;
	margin-bottom: 4px;
	margin-top: 4px;
}

p
{
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
}

#utilitynav
{
	padding-bottom: 3px;
	background-color: #c8e1ec;
}

#utilitynav ul
{
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#utilitynav ul li
{
	margin: 5px;
	padding: 0px;
	display: inline;
}

#extlinks h5
{
	font-size: 12px;
	font-weight: bold;
	color: #0079c2;
	margin: 15px 0px 0px 10px;
}

#extlinks ul
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	font-size: 10px;
	color: #003399;
}

#relatedlinks h5
{
	font-size: 12px;
	font-weight: bold;
	color: #0079c2;
	margin: 15px 0px 0px 10px;
}

#relatedlinks ul
{
	margin: 0px;
	list-style-type: none;
	font-size: 10px;
	color: #003399;
	border-bottom: 1px solid #ce663f;
	padding-bottom: 5px;
	padding-left: 10px;
}

#search form { margin: 0; }

#footer
{
	padding: 10px 10px 0;
	font-size: 10px;
	text-align: center;
}

#Lside
{
	background-color: fff5e7;
}

.LsideText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	margin-left: 10px;
}
#pnav {
	height: 100%;
	width: 160px;
}
.listLevel2pages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: list-item;
	list-style-position: outside;
	list-style-image: url(/images/bullet6px.jpg);
	line-height: 18px;
}
.TextInTables {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formData {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336633;
}
.validation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.validationError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}
.requiredField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}
