@charset "iso-8859-5";

html * {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	background:#450711 url(images/body_bg.gif) repeat-x top fixed; /* #890d22; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}

p,
hr { margin: 0.3em 0 1.1em 0; }

ul {
	line-height:1.4;
	margin:0.3em 0 1.4em 0;
}

h3 {
	font-size:1em;
	margin:1em 0 0.3em 0;
}

a { color:#0000cc; }

a:visited { color:#292F84; }

a:focus,
a:hover { color:#980E26; }

#pageContainer {
	position:relative;
	background:#e0e0e0 url(images/leftcorner.gif) no-repeat top left;
	/*	border:0 none;
	border-left:1px solid #000;
	border-right:1px solid #000;*/
	min-height:100%;
	height:auto !important;
	height:100%;
	max-width:70em;
	min-width:720px;
	margin:0 auto;
}

#contentContainer { padding:0 0 2em 0; }

#bottomCorner {
	position:absolute;
	width:297px;
	height:262px;
	right:0;
	bottom:0;
	background:url(images/rightcorner.gif);
}

#logo {
	position:absolute;
	width:338px;
	height:153px;
	left:71px;
	top:64px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#C41230;
}

#top_pic {
	position:relative;
	padding: 26px 0 0 0;
	margin: 0 5% 0 420px;
	text-align:right;
	vertical-align:bottom;
}

#content {
	color:#000066;
}

#bodytext {
	padding: 1em 20%;
}

#bodytext img { margin: 0.5em 1em; }

#bodytext li { margin-left: 1em; }

/*####################################################*/

#content:after {
	clear:both;
	display:block;
	font:1px/0px serif;
	content:".";
	height:0;
	visibility:hidden;
}

/*####################################################*/
/*####################################################*/

.footerContainer,
.footerContainer_b {
	clear:both;
	width:100%;
	position:relative; /* change to absolute w/ javascript */
	left:0;
	bottom:0 !important;
	bottom:-1px;
	height:auto;
	color:#444;
	background:transparent;
}

.footerContainer_b { width:130%; }

.footer { }

.quote {
	width:50%;
	text-align:left;
	left:45%;
	position:relative;
	right:0;
	bottom:0;
}

.quotedContainer_b { margin-bottom:2em; }

/*####################################################*/
/*####################################################*/

