html {
	overflow: auto;
}
* {
	padding: 0;
	margin: 0;
}
ul, ol {
	margin-left: 20px;
}
p {
	margin-bottom: 10px;
}
body {
	background-color: white;
	padding-bottom: 30px;
}
body, input, button, textarea, select, td {
	color: #524643;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
table {
	border-collapse: collapse;
}
table, tr, td, th {
	border: 0;
	vertical-align: top;
}
th, td {
	padding: 3px;
}

img, form, fieldset {
	border: 0;
}

h1, h2 {
	font-weight: bold;
	color: #BF151B;
	font-size: 20px;
}
h3 {
	font-weight: bold;
	color: #C43224;
	font-size: 16px;
}
a {
	font-weight: bold;
	color: #524643;
	text-decoration: underline;
}
a:hover {
	color: #BF151B;
	text-decoration: none;
}


.error {
	font-weight: bold;
	color: #CC0000;
	background-color: #FFF9F9;
	padding: 10px;
	border: 1px dotted #FF0000;
}
.left {
   float: left;
}
.right {
   float: right;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
	height: 0;
}
.hide {
	display: none;
}
label {
	display: block;
	font-weight: bold;
	clear: both;
}

.btnField input, .btn, button {
	cursor: pointer;
}
input:active, a:active {
	color: red;
}

.wel_margin {
	margin: 1em 3em;
	display: block;
}.modalWindow {
	background: ButtonFace;
	color: ButtonText;
	border: solid 3px #0427BC;
	border-top-style: none;
}
.mw_dragArea {/* title */
	background-color: #0427BC;
	background-image: url(img/windowicons.gif);
	background-repeat: repeat-x;
	background-position: 0 -22px;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #FFF;
	text-indent: 4px;
}
.mw_dragArea .mw_dragControls {
	padding-top: 2px;
}
.mw_dragControls .mw_minimizeBtn {
	background-image: url(img/windowicons.gif);
	background-repeat: no-repeat;
	background-position: -42px 0;
	height: 18px;
	width: 18px;
	margin-right: 1px;
	background-color: #FFF;
}
.mw_dragControls .mw_restoreBtn {
	background-image: url(img/windowicons.gif);
	background-repeat: no-repeat;
	background-position: -62px 0;
	height: 18px;
	width: 18px;
	margin-right: 1px;
	background-color: #FFF;
}
.mw_dragControls .mw_closeBtn {
	background-color: #F00;
	background-image: url(img/windowicons.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
}
.mw_contentArea {
	padding: 10px;
}
.mw_statusArea {}
.mw_statusArea .mw_resizeArea {
	background-image: url(img/windowicons.gif);
	background-repeat: no-repeat;
	background-position: -20px 0;
	height: 20px;
	width: 20px;
}
.mw_loader {
	color: #666;
	background-color: #FFF;
	padding: 10px;
	border: 3px solid #0427BC;
}
.mw_loader div {
	text-align: center;
	margin-bottom: 5px;
}
* html .mw_dragArea { /*IE6 and below CSS hack.*/
	width: 100%;
}

#interVeil {
	background: black;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=30);
	opacity: 0.3;
}#body {
	width: 797px;
	margin: 0 auto;
	padding-left: 41px;
	background-image: url(/skin/img/repeat-y.gif);
	background-repeat: repeat-y;
}
#rShw {
	background-image: url(/skin/img/repeat-y.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 41px;
}
#header {
	background-image: url(/skin/img/sprites.jpg);
	height: 213px;
	width: 756px;
	background-color: #7D0000;
	position: relative;
	overflow: hidden;
}
#menu {
	height: 64px;
	width: 510px;
	position: absolute;
	bottom: 5px;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 3px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	float: left;
	height: 27px;
	width: 105px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: solid 2px white;
	font-size: 11px;
}
#header a.nobord {
	border-right-style: none;
}
#header a.single {
	line-height: 27px;
}
#header #index {
	width: 200px;
	height: 110px;
	position: absolute;
	left: 20px;
	top: 15px;
}
#content {
	background-image: url(/skin/img/sprites.jpg);
	background-repeat: no-repeat;
	background-position: right -213px;
	width: 756px;
	background-color: white;
	padding-bottom: 20px;
}
#box1 {
	font-size: 11px;
	font-style: italic;
	background-color: #CFCDB4;
	background-image: url(/skin/img/repeat-x.jpg);
	background-repeat: repeat-x;
	background-position: 0 -985px;
	text-align: justify;
	padding: 12px;
	float: right;
	width: 222px;
	margin-top: 66px;
	color: #231F20;
}
#box2 {
	background-color: #CECBB2;
	background-image: url(/skin/img/repeat-x.jpg);
	background-repeat: repeat-x;
	float: right;
	width: 246px;
	margin-top: 66px;
}
#txt {
	float: left;
	margin-left: 30px;
	margin-top: 26px;
	width: 460px;
}

.wel_color1 {
	color: #C43224;
}
#footer {
	padding-bottom: 8px;
	padding-top: 8px;
	border-top: solid 1px #B5242A;
	background-color: white;
	border-bottom: solid 1px #ABA9A9;
	padding-left: 30px;
}
#footer a {
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
}
