html{
	margin: 0px;
	height: 100%;
}

body{
	margin:0px;
	height: 100%;
	padding:0px;
	background-color: #44080a;
}

img{
	border:0px;
}

#maincontainer{
	margin:0px auto;
	background:#6C0D11 url(../images/bk.gif) repeat-y top center;
	width:975px;
	min-height:807px;
}

#container{
	margin:0px auto;
	width:924px;
	min-height:807px;
}

#topfiller{
	height: 30px;
}

#mainheader{
	height:191px;
	text-align:center;
}

#west{
  background: transparent url(../images/left.gif) repeat-y top left;			
  width:12px;
}

#content{
	width:860px;
	background:#FFF9E3;
	font-family:arial;
	font-size:12px;	
	padding:20px;
}

#east{
  background: transparent url(../images/right.gif) repeat-y top left;			
  width:12px;
}

#south_west {
  background: transparent url(../images/bottom-left.gif) no-repeat 0 0;			
  width:12px;
  height:12px;
  float:left;
}

#south {
  background: transparent url(../images/bottom-middle.gif) repeat-x 0 0;			
  height:12px;
  width:900px;
  float:left;
}

#south_east{
  background: transparent url(../images/bottom-right.gif) no-repeat 0 0;			
  width:12px;
  height:12px;
  float:left;
}

#bodycontainer{
	clear:both;
	background:#FFF9E3;
}

#footer{
	clear:both;
	background:#FFF9E3;
}

#footertext{
	clear:both;
	padding-top:5px;
	padding-right:20px;
	text-align:right;
	color:#ffffff;
	font-family:arial;
	font-size:10px;
}

#footertext a{
	text-decoration:none;
	color:#ffffff;
}

#footertext a:hover{
	text-decoration:underline;
	color:#ffff00;
}

.td100{
	background-image: url(../images/header_03.gif);
	color:#ffffff;
	font-family:arial;
	font-size:11px;	
}

.td100 a{
	text-decoration:none;
	color:#ffffff;
}

.td100 a:hover{
	text-decoration:underline;
	color:#ffff00;
}

.input {
	border: #C1171E 1px solid;
	font-weight: normal; 
	font-size: 12px; 
	color: #000000; 
	font-family: Verdana; 
	padding:3px;
	background-color:#fff;
}

.select {
	border: #C1171E 1px solid;
	font-weight: normal; 
	font-size: 12px; 
	color: #000000; 
	font-family: Verdana; 
	padding:3px;
	background-color:#fff;
}

.err_select {
	border: #f77 1px solid;
	font-weight: normal; 
	font-size: 12px; 
	color: #000000; 
	font-family: Verdana; 
	padding:3px;
	background-color:#fff5f5;
}

.input_focus {
	background-color:#FFFFC0;
	border: #444444 1px solid;
	font-weight: normal; 
	font-size: 12px; 
	color: #000000; 
	font-family: Verdana; 
	padding:3px;
}

.err_input {
	border:#f77 1px solid;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
	color:#333333;
	padding:3px;
	height:15px;
	background-color:#fff5f5;
}

.td_normal {
	font-family:verdana; font-weight:normal; font-size:12px; color:#444444; height:16px;
} 

.td_error {
	font-family:verdana; font-weight:normal; font-size:12px; color:#222222; padding:10px; border:#ff3300 1px solid; background-color:#FFFBCC;
}

/*****************************************************/

.green 			{ color:#33aa00; }
.gold 			{ color:#897858; }
.silver			{ color:#DFDBDC; }
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.4em; margin-bottom: 1.25em; }
.xxl      	{ font-size: 2.0em; margin-bottom: 1.25em; }
.medium     { font-size: 1.1em; margin-bottom: 1.25em; }
.quiet      { color: #666; }
.bold				{ font-weight:bold; }
.normalText	{ font-weight:normal; font-size:100%;}
.boldTitle	{ font-weight: bold; color: #3b3b3b; padding: 1em 0 .5em 1em; display: block; margin: 0; }
.red				{ color: #830A00; }
.orgred			{ color: #ff0000; }
.blue				{ color: #5e6978; }
.black			{ color: #3b3b3b; }
.white			{ color: #ffffff; }