﻿html
{
	margin:0px;
	text-align:center;
}
body
{
	margin:0px;
	text-align:center;
	/*background-image:url(images/bkgnd.png);
	background-repeat:repeat-x;
	background-color:#d1dad1;*/
	background-color:#9c9186;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9pt;
}
#frm
{
	margin:0px auto 0px auto;
	width:860px;
}
#hdr
{
	width:820px;
	height:70px;
	text-align:right;
	padding:20px 20px 0px 20px;
	background-color:#fff;
	background-image:url(images/shadowHdr.png);
	background-repeat:no-repeat;
	margin:5px 0px 0px 0px;
}
#hdr a
{
	float:left;
}
#hdr .srch
{
	padding:5px 45px 0px 0px;
	height:25px;
	float:right;
	width:505px;
}
#hdr .srch input
{
	border:solid 1px #d4d4d4;
	font-size:9pt;
	height:20px;
	float:right;
}
#hdr .srch .text
{
	height:16px !important;
	background-color:#fff !important;
}
#mnuFrm
{
	width:840px;
	background-image:url(images/shadow.png);
	background-repeat:repeat-y;
	padding:0px 10px 0px 10px;
}
#mnu
{
	width:830px;
	text-align:left;
	font-size:9pt;
	background-image:url(images/TabBg.gif);
	background-repeat:repeat-x;
	background-position:0px 18px;
	background-color:#fff;
	padding:15px 0px 5px 10px;
}
#ftr
{
	width:840px;
	height:45px !important;
	padding:10px 10px 5px 10px;
	background-color:#fff;
	background-image:url(images/shadowFtr.png);
	background-repeat:no-repeat;
	font-size:8pt;
	color:#5f5f5f;
}
#ftr a
{
	color:#5f5f5f;
	border-right:solid 1px #5f5f5f;
	padding:0px 4px 2px 0px;
	text-decoration:none;
}
#ftr a:hover
{
	text-decoration:underline;
}
#ftr .last
{
	border-right:none;
}
#ftr .left
{
	width:400px;
	text-align:left;
	padding:4px 0px 0px 20px;
}
#ftr .right
{
	width:400px;
	text-align:right;
	padding:4px 20px 0px 0px;
}

#body
{
	text-align:left;
	width:820px;
	padding:10px 20px 10px 20px;
	background-color:#fff;
	background-image:url(images/shadow.png);
	background-repeat:repeat-y;
	min-height:350px;
}
#body .col1
{
	float:left;
	width:400px;
	padding-right:10px;
}
#body .col2
{
	float:right;
	width:400px;
	padding-left:10px;
}

h1
{
	font-size:11pt;
	font-weight:bold;
	text-transform:uppercase;
	color:#22524b;
}
h2, .h2
{
	font-size:10pt;
	font-weight:bold;
	text-transform:capitalize;
	color:#22524b;
}

.errDiv, .error
{
	color:Red;
}

 .error2
{
   background-color:Black;
   color:White;
   width:50%;
}
.box
{
	border-bottom:solid 2px #c8c1bb;
	background-image:url(images/grayFadeVert.jpg);
	background-repeat:repeat-x;
	margin:0px 0px 5px 0px;
}
.box .title
{
	background-image:url(images/titleBar.jpg);
	background-repeat:repeat-x;
	height:16px !important;
	padding:3px 6px 3px 6px;
	border:solid 1px #9c9186;
	color:#e5ebea;
	font-size:12px;
	font-weight:bold;
}
.box .content
{
	padding:5px;
}

/* data edit */
.input
{
}
.input td
{
	vertical-align:middle;
	padding:0px 5px 3px 0px;
}
.input .lblr
{
	text-align:right;
}
.input .vt
{
	vertical-align:top;
	padding-top:5px;
}
.input .lbl
{
	font-weight:normal;
	padding:10px 0px 2px 0px;
}
.input .first
{
	padding-top:0px;
}
.input .req
{
	color:red;/*#496a46;*/
}
.input .list
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.input .list li
{
	margin:0px 0px 20px 0px;
}
.input .plain td
{
	padding:0px;
}

/* layout tables */
.layout
{
}
.layout td
{
	vertical-align:top;
}

/* misc layout */
.bkgnd1
{
	background-color:#d7ded6;
}

blockquote
{
	font-style:italic;
	margin-bottom:50px;
	background-image:url(images/quote1.png);
	background-repeat:no-repeat;
	padding:5px 0px 0px 20px;
}
blockquote span
{
	background-image:url(images/quote2.png);
	background-repeat:no-repeat;
	background-position:2px 5px;
	padding:0px 10px 0px 10px;
}
blockquote .citation
{
	padding:8px 0px 0px 15px;
}
