/*
* {
	margin:0;
}
html {
	height: 100%;
}
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	margin:0;
	padding:0;
	font-size: 12px;
	text-align: center;
	background-color:#949494;
/*
	height: 100%;
*/
}
div {
	text-align: left;
}
p {
	margin: 4px 0 8px;
}
#container {
	min-width: 990px;
	max-width: 1500px;
	margin: 0 auto;
}
* html #container {
	width:expression(document.body.clientWidth < 792? "790px" : document.body.clientWidth > 1202? "1200px" : "auto");
}

#top {
	background-image:url(../../images/background_top.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#1744a1;
	position: relative;
	height:159px;
	padding:0px 0px 0px 0px;
	/*margin-bottom:-6px;  Fixes spacing below top div in IE */
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*  The H1 tag hides the text with a -9999px text-indent.
	The anchor is kept on-screen by simply making its height
	and width the same dimensions as the logo graphic, and
	surrounding the text in a span.
	
	Be sure to change the height and width to match the logo graphic.
	
	*/
#top h1 {
	background-image:url(../../images/logo.png);
	background-repeat:no-repeat;
	width:303px;
	height:159px;
	margin:0px;
	padding:0px;
	position: absolute;
	top:0;
	left:0;
}
* html #top h1 {
	top:-3px;
}

#top span.title { /* Needs to be the same dimensions as the H1 */
	visibility:hidden;	
	width:322px;
	height:162px;
	display:block;
}
#top span.images { /* Needs to be the same dimensions as the H1 */
	float: right;
/*
	background-image:url(../../images/top_image.png);
*/
	width: 682px;
	height: 159px;
}

#top a { /* Needs to be the same dimensions as the H1 */
	width:303px;
	height:159px;
}

/*********************  language translation bar styles */

#language-translation {
	margin: 0;
	padding: 0;
	position: absolute;
	top:1px;
	right: 1px;	
}

/*********************  Main content area styles */

#content {
	padding:0px;
	font-size:12px;
	line-height:20px;
	background-color: #FFFFFF;
	background-image:url(../../images/right_background.gif);
	background-position: top right;
	background-repeat: repeat-y;
	
/*
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -4em;
*/
}

#content h2 {
	font-size:24px;
	font-weight:bold;
	margin-top:0px;
	padding-top:0px;
	color:#1f6a9a;
}
#maincontent {
	margin: 0 214px 0 0;
	padding:30px 30px 0px 30px;
}


#maincontent h3 {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin: 0;
	padding: 0px 0 0;
	line-height: 20px;
}
#maincontent h4 {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	margin: 0 0 0;
	line-height: 16px;
}

#maincontent a {
	color:#0094f2;
}

#maincontent a:hover {
	background-color:#e4ecf2;
}

#maincontent img {
/*
	border:solid 5px #ccc;
*/
	border: 0;
}

/*
#maincontent {
	margin: 0 214px 0 0;
	padding:30px 30px 0px 30px;
}

#maincontent h2 {
	font-size:24px;
	font-weight:bold;
	margin-top:0px;
	padding-top:0px;
	color:#1f6a9a;
}

#maincontent h3 {
	font-size:20px;
	font-weight:normal;
	color:#333333;
	margin: 1em 0 0;
	line-height: 24px;
}

#maincontent h4 {
	font-size:16px;
	font-weight:normal;
	color:#333333;
	margin: 0;
	padding: 0px 0 0;
	line-height: 20px;
}

#maincontent a {
	color:#0094f2;
}

#maincontent a:hover {
	background-color:#e4ecf2;
}

#maincontent img {
*/
/*
	border:solid 5px #ccc;
*/
/*
	border: 0;
}
*/

/*********************  Ritht styles */
/*
#right {
	float: right;
	padding:25px 0 0px;
	margin:0px 0px 0 0px;
	font-size:12px;
	width:214px;
	color: #222;
	text-align: center;
}

#right h3 {
	font-size:18px;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	padding:0px;
}

#right ul {
	margin:0px;
	padding:0px;
}

#right li {
	list-style:none;
	margin:0px 0px 8px 0px;
	padding:0px 0px 6px 0px;
	border-bottom:solid 1px #e0e0e0;
}

#right a {
	text-decoration:none;
	color:#1f6a9a;
	display:block;
}

#right a:hover {
	background-color:#e0e0e0;
}

#right div.image {
	width:176px;
	margin:0 auto 0;
	padding: 0 0 15px;
	text-align: center;
	border-bottom: 0px solid #666666;
}
#right div.video {
	width:176px;
	margin:0 auto 0;
	padding: 0px 0 0px;
	text-align: center;
	border-top: 0px solid #666666;
}
#right div.video img {
	border:0;
}
#right #news {
	padding: 0 20px;
	text-align: left;
}
*/

#contentRight {
	padding:25px 0 0px;
	margin:0px 0px 0 0px;
	font-size:12px;
	width:214px;
	color: #222;
	text-align: center;
}

#contentRight h3 {
	font-size:16px;
	font-weight:bold;
	font-style: italic;
	font-family:"Times New Roman", Times, serif;
	color: #de0000;
	margin:0px 0px 0px 0px;
	padding:0px;
}

#contentRight ul {
	margin:0px;
	padding:0px;
}

#contentRight li {
	list-style:none;
	margin:0px 0px 8px 0px;
	padding:0px 0px 6px 0px;
	border-bottom:solid 1px #e0e0e0;
}

#contentRight a {
	text-decoration:none;
	color:#1f6a9a;
	display:block;
}

#contentRight a:hover {
	background-color:#e0e0e0;
}
#contentRight div.image {
	width:176px;
	margin:0 auto 0;
	padding: 0 0 15px;
	text-align: center;
	border-bottom: 0px solid #666666;
}
#contentRight div.video {
	width:176px;
	margin:0 auto 0;
	padding: 0px 0 0px;
	text-align: center;
	border-top: 0px solid #666666;
}
#contentRight div.video img {
	border:0;
}

#contentRight .containerRight {
	padding: 0 15px;
}
#contentRight p {
	font-style: italic;
}
/*********************  Footer styles */
/*
#footer, .push {
	height: 4em;
}
*/
#footer {
	clear:both;
	background-color:#1644a1;
	border-top: 5px solid #d40100;
	padding:5px 30px 5px 30px;
	color:#FFF;
	text-align: right;
	min-height: 34px;
}
* html #footer {
	height: 34px;
}

#footer h4 {
	font-size:24px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

#footer a {
	color:#91b6cd;
}

#footer a:hover {
	color:#fff;
}

#footer img {
	border:0px;
}
#footer div.copyright {
	text-align: right;
	float: right;
}
#footer div.copyright div {
	text-align: right;
}
#footer div.message {
	float: left;
	text-align: left;
	font-size: 18px;
	line-height: 28px;
	vertical-align: middle;
}

/*********************  Misc styles */
.hidden {
	visibility:hidden;
	line-height:-1px; /* Fixes hight issue on Internet Exploiter */
	height:0px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}

.hidden p {
	visibility:hidden;
	display:none;
}

.hidden a {
	visibility:hidden;
	display:none;
}

.floatright {
	float:right;
	margin-left:15px;
}

.floatleft {
	float:left;
	margin-right:15px;
}

form {
	padding:0px;
	margin:0px;
}


.search {
	position:absolute;
	top:162px;
	right:20px;
	width:300px;
	color:#fff;
}

.search_text {
	float:left;
	font-size:11px;
	padding-right:5px;
}

.searchfield {
	border:none;
	background-image:url(../../images/background_search.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#323232;
	width:180px;
	height:32px;
	font-size:18px;
	padding:7px 6px 0px 5px;
	color:#008cdc;
	margin-bottom:6px;
}

.button {
	border:none;
	width:32px;
	height:32px;
	margin-bottom:-4px;
}

.pagesearch_button {
	height:26px;
	font-size:14px;
	font-weight:bold;
	border:solid 1px #4585ad;
	padding:3px;
	color:#008cdc;
}

.scope {
	height:24px;
	font-size:14px;
	border:solid 1px #4585ad;
	padding:3px;
	color:#008cdc;
	margin-top:5px;
}

.inline {
	display:inline;
	margin:0px;
	padding:0px;
}

.pagefield {
	height:30px;
	width:250px;
	font-size:24px;
	border:solid 1px #4585ad;
	padding:3px;
	color:#008cdc;
}

.pagesearch {
	height:40px;
	font-size:18px;
	color:#008cdc;
}

.search-results h4 {
	font-weight: normal;
	margin: 0.2em 0 0 0;
	padding: 0;
}

.search-term {
	font-weight: bold;
	font-style: italic;
}

.search-body {
	width: 600px;
}

hr {
	border:solid 1px #ccc;
	height:1px;
}

.search-result {
	background-color:#eee;
	padding:10px;
	margin-bottom:10px;
}

.navstart {
	line-height:0px;
	height:0px;
	padding:0px;
	margin:0px;
}


/*********************  Contents on the page right styles */
#rightBox .boxContainer {
	width: 176px;
	background-image:url(/images/right_box_bg.gif);
	background-repeat: repeat-y;
	background-position: 0 161px;
	color: #FFFFFF;
	margin: 0px auto;
}
#rightBox h3 {
	color: #FFFFFF;
	margin: 7px 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
#rightBox .boxTop {
	background-image: url(/images/right_box_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#rightBox .boxTop .boxContents {
	padding: 5px 8px 10px;
	text-align:center;
	color: #FFFFFF;
}
#rightBox .boxTop .boxBottom {
	background-image: url(/images/right_box_bottom.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	line-height: 5px;
	height: 5px;
	max-height: 5px;
	font-size: 5px;
}

/*donation form**/
.donationForm {border:none;}
/*.donationForm fieldset {border:none}*/
.fieldTitle{font-weight:bold; font-size:14px; background-color:#1c4fab; display:block;color:#FFFFFF; padding:6px;margin:0 6px}
.fieldDonation{background-color:#e6effb; display:block; border:1px solid #1c4fab; padding: 6px; margin:0 6px 1em}

.donationForm label{float:left; margin:0 0 0 0; padding:0;}
.donationForm .radio label{float: none;}
.donationForm .formfield{margin:0 0 0 180px}
.donationRow {margin:0.7em 0 0}


.alert {
	border:5px solid #ccc;
	background-color:#eee;
	margin-bottom:10px;
	margin: 0 6px 1em;
	padding:5px;
	color:#666;
	font-size:12px;
	z-index:999
}

.alert.bad,
.alert.error {
	border-color:#d20000;
	background-color:#FEE;
	padding-left:40px;
	background-image:url(/images/cross.gif);
	background-position:top left;
	background-repeat:no-repeat;
	color:#222;
	z-index:999;
	line-height: 16px;
}
