html { 
filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

body {
	background-color: #3885d7;
	background-image: url(../images/bg_3.gif);
	background-repeat: repeat-x;
	margin: 0px;
}

/* Wrapper Page */
div#page{
	max-width:904px;
	margin:0 auto;
	margin-top:8px;
	margin-bottom:8px;
}

/* Insert the top corner and border of wrapper */
div#page .bt{
	background:url(../images/bg_white.png) no-repeat 100% 0;
	margin:0 0 0 12px;
	height:12px;
}

div#page .bt div{
	height:12px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(../images/bg_white.png) no-repeat 0 0;
}

/* Insert the left border of wrapper */
div#page .bleft {
	padding:0 0 0 12px;
	background:url(../images/border_wht.png) repeat-y 0 0;
}

/* Insert the right border of wrapper */
div#page .bright {
	padding:0 12px 0 0;
	background:url(../images/border_wht.png) repeat-y 100% 0;
}

/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */

.wrap {
	background:#ffffff;
	min-height:400px;
}

/* Insert bottom corners and border of wrapper */
.bb {
	background:url(../images/bg_white.png) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:12px;
}
.bb div {
	height:12px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(../images/bg_white.png) no-repeat 0 100%;
}


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

/* Header */

.header {
	background:#ffffff;
	height:200px;
}

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


/* Navigation bar */

.nav{
	margin-top:5px;
	padding-top:0px;
	background:#ffffff;
	height:30px;
	background-image:url(../images/nav_bg.gif);
	font-family: Tahoma;
	font-size: 10pt;
}

.nav td.left{
	background-image:url(../images/nav_left.gif);
	background-repeat:no-repeat;
}

.nav td.right{
	background-image:url(../images/nav_right.gif);
	background-repeat:no-repeat;
}

/* Navigation List */
.nav ul {
	font-family:Arial;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:30px;
	margin:0px;
}

.nav li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	margin-top:0px;
}

.nav li a{
	text-decoration:none;
	color:#003466;
	height:30px;
	line-height:30px;
	padding:8px 15px 8px;
	z-index:1;
}

.nav li a:hover {
	background:url(../images/nav_over.gif) repeat-x scroll 0%;
	text-decoration:none;
	padding: 8px 15px 8px;
	/*cursor:pointer;*/
	color:#FFFFFF;
	position:relative;
	z-index:2;
	
}

.navlinkactive{

	background-image:url(../images/nav_active.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#003466;
	background-position: -2px;
}

/*
.nav li a:visited {
	text-decoration:none;
	color:#003466;
}

.nav li a:active {
	background-image:url(../images/nav_active.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#003466;
	background-position: -2px;
}
*/

.nav li a p {
	margin:0px;
	padding:0px;
	padding-top:6px;
	padding-left:15px;
	padding-right:15px;
	vertical-align:middle;
}
.nav li img {
	margin:0px;
	padding:0px;
	padding-top:2px;
	text-align:center;
	vertical-align:middle;
}

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


/*  CONTENTS  */

div#content{
	padding-top:20px;
	padding-bottom:5px;
	font-family:Arial;
	font-size:8pt;
	/*background-image:url(../images/medal.jpg);*/
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
	overflow:auto;
}

/* Left Column */
div#content .colLeft{
	width:168px;
	height:600px;
	margin-right:2px;
	float:left;
	margin-top:0px;
}

/* Sideblocks borders*/

div#content .colLeft .bt{
	background:url(../images/sideblocks.gif) no-repeat 100% 0;
	margin:0 0 0 6px;
	height:6px;
}

div#content .colLeft .bt div{
	height:6px;
	width:6px;
	position:relative;
	left:-6px;
	background:url(../images/sideblocks.gif) no-repeat 0 0;
}

div#content .colLeft .left {
	padding:0 0 0 6px;
	background:url(../images/sideblocks_bdr.gif) repeat-y 0 0;
}

div#content .colLeft .right {
	padding:0 6px 0 0;
	background:url(../images/sideblocks_bdr.gif) repeat-y 100% 0;
}
.menu {
	background:#FFFFFF;
	padding:0px;
	margin:0px;
}

div#content .colLeft .bb {
	background:url(../images/sideblocks.gif) no-repeat 100% 100%;
	margin:0 0 0 6px;
	height:6px;
}

div#content .colLeft .bb div {
	height:6px;
	width:6px;
	position:relative;
	left:-6px;
	background:url(../images/sideblocks.gif) no-repeat 0 100%;
}

div#content .colLeft ul {
	margin:0px;
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
}


div#content .colLeft li {
	list-style:none;
	float:none;
	margin-top:0px;
	padding-top:1px;
	padding-bottom:1px;
}

.colLeft li a {
	padding:4px 15px 4px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	background-color:#f1f1f1;
	color:#003466;
	/*line-height:20px;*/
	padding:5px 15px 5px;
}

.colLeft li a:hover {
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	color:#FFFFFF;
	background-color:#3885d7;
	background-image:none;
}

.colLeftactive {
	text-decoration:none;
	color:#000000;
	background-color:#dfdfdf;
	background-image:none;
}

/*.colLeft li a:visited {
	text-decoration:none;
	color:#003466;
	background-image:none;
}

.colLeft li a:active {
	text-decoration:none;
	color:#000000;
	background-color:#dfdfdf;
	background-image:none;
}*/

/*.colLeft li a p {
	margin:0px;
	padding:0px;
	padding-top:4px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:4px;
	vertical-align:middle;
}*/

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

/* Middle Column */
div#content .colMidA{
	width:488px;
	overflow:auto;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
}

div#content .colMid{
	width:488px;
	overflow:auto;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
}

div#content .colMidB{
	width:668px;
	overflow:auto;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;

}

/* content blocks borders*/
div#content .colMid .bt{
	background:url(../images/mainblocks.gif) no-repeat 100% 0;
	margin:0 0 0 6px;
	height:6px;
}

div#content .colMid .bt div{
	height:6px;
	width:6px;
	position:relative;
	left:-6px;
	background:url(../images/mainblocks.gif) no-repeat 0 0;
}

div#content .colMid .title .bt{
	background:url(../images/mainblocktop.gif) no-repeat 100% 0;
	margin:0 0 0 6px;
	height:6px;
}

div#content .colMid .title .bt div{
	height:6px;
	width:6px;
	position:relative;
	left:-6px;
	background:url(../images/mainblocktop.gif) no-repeat 0 0;
}

div#content .colMid .hleft {
	padding:0 0 0 12px;
	background-color:#3885d7;
}

div#content .colMid .hright {
	padding:0 12px 0 0;
	background-color:#3885d7;
}

div#content .colMid .hblock div{
	margin-left:4px;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#ffffff;
	padding-bottom:5px;
}

div#content .colMid .left {
	padding:0 0 0 6px;
	background:url(../images/mainblocks_bdr.gif) repeat-y 0 0;
}

div#content .colMid .right {
	padding:0 6px 0 0;
	background:url(../images/mainblocks_bdr.gif) repeat-y 100% 0;
}

div#content .colMid .block {
	background:#FFFFFF;
	padding:0px;
	margin:0px;
	font-size:9pt;
	font-family:Arial;
}

div#content .colMid .block p{
	padding:12px;
	margin:0px;
	text-align:justify;
	font-size:9pt;
}

div#content .colMid .block table{
	margin:12px;
	margin-top:0px;
	text-align:justify;
	font-size:9pt;
}

div#content .colMid .block table.announce{
	margin:0px;
	text-align:justify;
	font-size:9pt;
}

div#content .colMid .block .more{
	text-align:right;
	font-style:italic;
	padding-right:20px;
}

div#content .colMid .block div.marquee div{

	/*font-weight:normal;*/

}

div#content .colMid .block div{
	margin-left:4px;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#003466;
	padding-bottom:10px;
}

div#content .colMid .bb {
	background:url(../images/mainblocks.gif) no-repeat 100% 100%;
	margin:0 0 0 6px;
	height:6px;
}

div#content .colMid .bb div {
	height:6px;
	width:6px;
	position:relative;
	left:-6px;
	background:url(../images/mainblocks.gif) no-repeat 0 100%;
}

div#content .colMid ul {
	margin:0px;
	margin-left:10px;
	padding:0px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}

div#content .colMid ul li {
	list-style-image:url(../images/move2.gif);
	margin-top:0px;
	padding-top:1px;
	padding-bottom:1px;
	margin-left:5px;
	margin-right:5px
}

.colMid a {
	font-weight:bold;
	text-decoration:none;
	color:#003466;
}

.colMid a:hover {
	color:#990000;
	text-decoration:underline;
}

div#content .colMid .block table.announce a {
	font-weight:bold;
	text-decoration:underline;
	color:#003466;
}

div#content .colMid .block table.announce a:hover {
	color:#990000;
	text-decoration:underline;
}



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

/* Right Column */
div#content .colRight{
	width:200px;
	overflow:hidden;
	margin-left:2px;
	float:right;
}

/* FLV */
.flv{
	margin-bottom:20px;
}

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

/*  Footer  */
#footer {
	margin-top:5px;
}

div#footer .bt{
	background:url(../images/footer.png) no-repeat 100% 0;
	margin:0 0 0 12px;
	height:12px;
}

div#footer .bt div{
	height:12px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(../images/footer.png) no-repeat 0 0;
}

div#footer .left {
	padding:0 0 0 12px;
	background-color:#003466;
}

div#footer .right {
	padding:0 12px 0 0;
	background-color:#003466;
}
.fcontent {
	background:#003466;
	font-family:Tahoma;
	font-size:10pt;
	color:#FFFFFF;
	text-align:center;
}

div#footer .bb {
	background:url(../images/footer.png) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:12px;
}
div#footer .bb div {
	height:12px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(../images/footer.png) no-repeat 0 100%;
}

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

/* text */

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#ffffff;
	margin:0px;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#003466;
}

h3{
	margin-left:0px;
	font-family:Arial;
	font-size:12pt;
	color:#003466;
	margin:0px;
	padding:0px;
	padding-left:12px;
	padding-top:0px;
	padding-bottom:10px;
}

hr {
	margin-left:12px;
	margin-right:12px;
}

p{
	margin:0px;
	padding:0px;
	padding-left:4px;
	padding-top:10px;
	padding-bottom:10px;
}

.topic{
	font-family:Tahoma;
	margin-bottom:10px;
	margin-top:0px;
}

.title{
	font-family:Tahoma;
	margin-bottom:10px;
	margin-top:0px;
}

.topic p{
	margin-left:5px;
	margin-right:5px;
	/*text-align:justify;*/
}

.topic p.links{
	margin-left:5px;
	margin-right:5px;
	text-align:right;
}

.filler p{
	height:50px;
	margin-top:10px;
}

div#content .colMid .block .contactInfo{
	/*float:left;*/
	margin-right:2px;
	padding-top:20px;
	width:300px;
	position:relative;
}

div#content .colMid .block .contactInfo table{
	margin-right:2px;
	padding-top:10px;
	width:285px;
}

div#content .colMid .block .inqForm table{
	margin-left:12px;
	padding-top:10px;
	padding-left:0px;
	width:600px;
}

div#content .colMid .block .contactInfo td.hilite, div#content .colMid .block .inqForm td.hilite{
	padding:2px;
 	padding-left:12px;
	padding-right:2px;
	/*text-align:left;*/
	font-size:9pt;
	color:#000000;
	font-weight:bold;
	vertical-align:text-top;
}

div#content .colMid .block .contactInfo td, div#content .colMid .block .inqForm td {
	padding:2px;
	padding-left:0px;
	/*text-align:left;*/
	font-size:9pt;
	color:#666666;
}

div#content .colMid .block .inqForm td {
	padding-top:5px;
}


div#content .colMid .block .contactInfo p, div#content .colMid .block .inqForm p{
	padding:5px;
	padding-left:12px;
	margin:0px;
	text-align:justify;
	font-size:9pt;
	color:#666666;
	font-weight:normal;
}

div#content .colMid .block .inqForm{
	
	margin-left:10px;
	margin-right:5px;
	padding-top:20px;
	overflow:hidden;
	width:600px;
/*	height:700px;*/
	position:relative;
}

div#content .colMid .block .donForm{
	margin-left:10px;
	margin-right:5px;
	padding-top:20px;
	overflow:hidden;
	position:relative;
}

.donForm table.main{
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003466;
	border-right-color: #003466;
	border-bottom-color: #003466;
	border-left-color: #003466;
}

.donForm td.gray, .donForm td.graymain, .donForm table.bank{
	background-color: #E5E5E5;
	padding-bottom:2px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
}

.donForm td.graymain{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003466;
}

.donForm td.gray{
	padding-top:5px;
	padding-bottom:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003466;	
}

.donForm table.main span.dontype, .donForm td.gray span{
	margin-left: 25px;	
}

.donForm td.gray input,.donForm td.gray textarea{
	margin-left: 50px;	
}

.donForm .title{
	font-size:14px;
	color:#FFFFFF;
	background-color:#003466;
	padding:5px;
}

.donForm td.labels{
	font-size:12px;
	color:#FFFFFF;
	background-color:#003466;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

.donForm td.fields{
	padding:3px;
}
div#content .colMid .block .donForm table.bank{
	font-size: 14px;
	border: 1px solid #003466;
	margin: 0px;
	padding:0px;
}

div#content .colMid .block .donForm table.bank span{
	margin-left:20px;
}

.donForm table.bank td{
	padding:5px;
}
.donForm span.submit{
	float: right;
	padding-right: 25px;
	margin-bottom:5px;
}
div#content .colMid .block .donForm p{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}
div#content .colMid .block .donForm p.privacy{
	font-style:normal;
	font-weight:normal;
}