/* LAYOUT */
body{
	margin: 							0px 0px 0px 0px;
	background-image:			url(../../img/bg.jpg);
	text-align: 					center;
  font-family:					Verdana, sans-serif;
  font-size: 						11px;
  color:								#000000;   
}

form { 
	margin: 							0;
}

p {
	margin: 							5; 
}

#container { 
  width: 								898px;
  margin-right: 				auto;
  margin-left: 					auto;
  border-top:						4px solid #434C47;
  border-right:					2px solid #434C47;
  border-left:					2px solid #434C47;
}

#header { 
	width: 								898px;
	height:								240px;
	text-align: 					center;
	background-image:			url(../../img/header.gif);
}

#header_left {
	float: 								left;
	text-align: 					left;
	width: 								330px;
	height:								145px;
	margin: 							65px 0px 0px 30px;
}

#header_newsletter {
	position: 						relative;
 	top: 									5px;
	left: 								0px;
	vertical-align:				bottom;
	text-align:						right;
	padding-right:				20px;
}

#header_right_content {
	float: 								right;
	width: 								447px;
	height:								97px;
	margin: 							130px 14px 0px 0px;
}

.header_right_content_head {
	font-weight:					bold;
	text-transform: 			none;
	color: 								#951210;
}

#navigation { 
	width: 								898px;
	height:								20px;
	text-align:						left;
	background:						#951210;
	font-size: 						10px;
	font-weight:					bold;
	text-transform: 			none;
	color: 								#FFFFFF;
}

#login { 
	width: 								898px;
	height:								40px;
	text-align: 					center;
	background:						#DFCC9B;
}

* html #content_container {
	display: 							inline;
}
	
#content_container {
	float: 								left;
	width: 								675px;
	background:						#DFCC9B;
}
	
#content_title_left { 
	text-align:						left;
	margin: 							13px 0px 0px 12px;
	font-family: 					Verdana, Arial, Helvetica, sans-serif;
	font-size: 						16px;
	font-weight: 					bold;
	color: 								#434C47;
	height:								27px;
	float: 								left;
	width: 								321px;
	background-image:			url(../../img/header_balk.gif);
	background-position:	bottom left;
	background-repeat: 		repeat-x;
}

#content_title_right { 
	text-align:						left;
	margin: 							13px 0px 0px 0px;
	font-family: 					Verdana, Arial, Helvetica, sans-serif;
	font-size: 						16px;
	font-weight: 					bold;
	color: 								#434C47;
	height:								27px;
	float: 								right;
	width: 								321px;
	background-image:			url(../../img/header_balk.gif);
	background-position:	bottom left;
	background-repeat: 		repeat-x;
}

#content_title_full { 
	text-align:						left;
	margin: 							13px 0px 0px 12px;
	font-family: 					Verdana, Arial, Helvetica, sans-serif;
	font-size: 						16px;
	font-weight: 					bold;
	color: 								#434C47;
	height:								27px;
	float: 								left;
	width: 								660px;
	background-image:			url(../../img/header_balk.gif);
	background-position:	bottom left;
	background-repeat: 		repeat-x;
}

#content_left { 
	margin: 							13px 0px 15px 12px;
	float: 								left;
	width: 								321px;
	text-align:						justify;
}	

#content_right { 
	margin: 							13px 0px 15px 0px;
	float: 								right;
	width: 								321px;
	text-align:						justify;
}	

#content_full {
	margin: 							13px 0px 15px 12px;
	float: 								left;
	width: 								660px;
	text-align:						justify;
}

.ListRow1 {
	background-color: 		#BDAE7E;
	height: 							18px;
	padding-left: 				2px;
	padding-right: 				2px;
	text-align:						right;
}

.error {
	color:								#951210;
}

#right {
	width: 								223px;
	text-align: 					left;
	float: 								left;
	background: 					#DFCC9B;
}

#right_menu_container {
	height:								302px;
	margin: 							38px 14px 0px 12px;
	background-image:			url(../../img/right.gif);
	background-position:	bottom left;
	background-repeat: 		repeat-x;
}

#right_menu_item { 
	background-color: 		#7A7051; 
	height:								25px;
	line-height:					23px;
	font-weight:					bold;
	background-image:			url(../../img/arrow.gif);
	background-position:	left;
	background-repeat:		no-repeat;
	border-bottom:				1px solid #BDAE7E;
	padding-left: 				20px;  
}

#footer { 
	width: 								898px;
	clear:								both;
	height:								48px;
	text-align: 					center;
	background:						#FFFFFF;
	color:								#949494;
	font-size:						6.5pt;
	text-align: 					center;
	background-image:			url(../../img/bg_footer.gif);
	background-repeat:		repeat-x;
	padding-top:	 				20px;
}

#footer_left {
	color:								#000000;
	width: 								49%;
	float: 								left;
	margin: 							7px 0px 0px 0px;
}

#footer_right {
	width: 								49%;
	text-align: 					right;
	float: 								right;
	margin: 							5px 15px 0px 0px;
}
	
/* Start Mac IE5 filter \*/
#content_container, #right {
	padding-bottom: 			32767px !important;
	margin-bottom: 				-32767px !important; 
}

/* End Mac IE5 filter */
#wrapper {
	overflow: 						hidden; /* This hides the excess padding in non-IE browsers */
}

/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper {
	/* Normally a Holly-style hack height: 1% would suffice but that causes 
	IE 5.01 to completely collapse the wrapper - instead we float it */
	float: 								left;
	/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
	(I saw it happen many moons ago) makes the width of wrapper too small 
	the float: none with the comment is ignored by 5.01,
	5.5 and above see it and carry on about their business
	It's probably fine to just remove it, but it's left here 
	just in case that many moons ago problem rears its head again */
	float/**/: 						none;
}

/* easy clearing */
#wrapper:after {
	content: 							'[DO NOT LEAVE IT IS NOT REAL]'; 
	display: 							block; 
	height: 							0; 
	clear: 								both; 
	visibility: 					hidden;
}

#wrapper {
	display: 							inline-block;
}

/*\*/
#wrapper {
	display: 							block;
}

/* end easy clearing */
#footer {
	clear: 								both;
}

/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
}
	
/* LINKS */
a {
	text-decoration:			underline;
	color:								#951210;
}

a:visited {
	text-decoration:			underline;
	color:								#951210;
}

.header_right_content_footer {
	font-weight: 					bold;
	color: 								#434C47;
	text-decoration: 			none;
}

.header_right_content_footer:visited {
	font-weight: 					bold;
	color: 								#434C47;
	text-decoration: 			none;
}

.header_left_content {
	font-weight: 					bold;
	color: 								#BB2C29;
	text-decoration: 			none;
}

.header_left_content:visited {
	font-weight: 					bold;
	color: 								#BB2C29;
	text-decoration: 			none;
}

.mainLinks {
	font-weight: 					bold;
	color: 								#434C47;
}

.mainLinks a:link{
	color: 								#434C47;
	text-decoration:			none;
}

.mainLinks a:visited{
	color: 								#434C47;
	text-decoration:			none;
}

.mainLinks a:hover{
	color:								#951210;
	text-decoration:			none;
}

.mainLinks a:active{
	color: 								#434C47;
	text-decoration:			none;
}

#navigation a:link {
	color:								#FFFFFF;
	text-decoration: 			none;
	text-align:						center;
	line-height:					18px;
	height:								20px;
	background-color:			#951210;
	border-left:					1px solid #B12D2A;
	padding-left:					30px;
	padding-right:				30px;
}
#navigation a:visited {
	color:								#FFFFFF;
	text-decoration: 			none;
	text-align:						center;
	line-height:					18px;
	height:								20px;
	background-color:			#951210;
	border-left:					1px solid #B12D2A;
	padding-left:					30px;
	padding-right:				30px;
}
#navigation a:hover {
	color:								#FFFFFF;
	text-decoration: 			none;
	text-align:						center;
	line-height:					18px;
	height:								20px;
	background-color:			#B12D2A;
	border-left:					1px solid #B12D2A;
	padding-left:					30px;
	padding-right:				30px;
}
#navigation a:active {
	color:								#FFFFFF;
	text-decoration: 			none;
	text-align:						center;
	line-height:					18px;
	height:								20px;
	background-color:			#951210;
	border-left:					1px solid #B12D2A;
	padding-left:					30px;
	padding-right:				30px;
}

#right_menu_item a { 
	text-decoration:			none;
	color:								#FFFFFF;
}

#right_menu_item a:visited { 
	text-decoration:			none;
	color:								#FFFFFF;
}

#right_menu_item:hover { 
	background-color: 		#404944; 
	cursor: 							pointer;
}

#footer a {
	text-decoration:			underline;
	color:								#000000;
}


/* FORM */
.inputsmallBorder{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #7A7051;
	background-color: #E2DDCA;
}
.inputsmallBorder2{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #E2DDCA;
	/*border: 1px solid #FF1515;*/
	background-color: #EEEBDF;
}
.inputsmallBorder3{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #7A7051;
	background-color:#CCCCCC;
}
.chkbox{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px none #676767;
}
.inputButton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #5F6B64;
	background-color: #404944;
	font-weight: bold;
	color: #FFFFFF;
	padding:0px 0px 0px 0px;
}