/* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS */

/* _ something - picked up by IE 6 only - ex: _width:10px */

/* # something - picked up by IE 7 only - ex: #width:10px */

/* . something - picked up by IE 6 AND IE 7 - ex: .width:10px */
/* something expression - picked up by IE 6 AND IE 7 - ex: width:expression(10) */


/* DEFAULTS */
body {
	position: absolute;
	display: block;
	margin: 0px;
	padding: 0px;
	xheight: 100%;
	width: 100%;
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 13px;
	color: #666;
	background-color: #082C56;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
p, ul {
	line-height: 1.5em;
	xmargin: 1.5em;
	font-size: 13px;
	margin-left: 20px;
	margin-right: 20px;
}
ul {
	.padding-left: 3.25em;
}
li {
	line-height: 2em;
}
h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
	xmargin-top: 1.5em;
	margin-left: 20px;
	margin-right: 20px;
}
h1 {
	text-transform: uppercase;
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
a, a:link {
	color: #900;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #009;
	font-weight: normal;
	text-decoration: none;
}
a img {
	border: none;
}
p img, a img {
	vertical-align:middle;
	text-decoration: none;
}
.ImageLeft {
	float:left;
	_float:none;
}
.ImageRight {
	float:right;
	_float:none;
	_position: absolute;
	_right:10px;;
	_top:25px;;
}
.WelcomIMG {
	display:inline-block;
}
.WelcomIMG img {
	xborder: solid 4px #CCC;
}
.WelcomIMG a:hover img {
	opacity:0.7;
	filter:Alpha(opacity=70);
}

hr.red {
	display:block;
	border:none;
	border-bottom: solid #98002E 2px;
	height: 1px;
	.height: 2px;
	padding:0px;
	background-color: transparent;
	width: 100%;
	text-align: center;
	margin-top:3px;
	margin-bottom:3px;
	.margin-top:-3px;
	.margin-bottom:-3px;
	clear:both;
}
hr.r1 {
	border-bottom: solid #082C56 2px;
	opacity:0.25;
	filter:Alpha(opacity=25);
	padding-top:20px;
	.margin-top:20px;
	.margin-bottom:-10px;
}
hr.r2 {
	border-bottom: solid #082C56 2px;
	opacity:0.5;
	filter:Alpha(opacity=50);
	margin-bottom:4px;
	.margin-top:0px;
	.margin-bottom:-9px;
}
hr.r3 {
	border-bottom: solid #082C56 2px;
	opacity:0.75;
	filter:Alpha(opacity=75);
	margin-bottom:5px;
	.margin-top:0px;
	.margin-bottom:-8px;
}
hr.r4 {
	border-bottom: solid #082C56 2px;
	margin-bottom:-11px;
	.margin-top:0px;
	.margin-bottom:-2px;
}
.BlankHR {
background-color:transparent;
border-color:-moz-use-text-color -moz-use-text-color #CCCCCC;
border-style:none none solid;
border-width:medium medium 1px;
clear:both;
height:1px;
margin:1em 0 1.25em;
width:100%;
}
/* BASIC LAYOUT *//* BASIC LAYOUT */

/* this div used to hadle centering left and right */
.Container {
	width: 900px;
	xheight: 100%;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
}
/* this div used to hadle up and down placement - hide/turn off if you want the page to go off screen and scroll */
.InnerContainer {
	position: relative;
	display: block;
	padding: 0px;
	top: 0px;
	width: 898px;
	.width: 899px;
	background-color: #FFF;
	border-left: 1px #FFF solid;
	border-right: 1px #FFF solid;
	margin-bottom:-16px;
	margin-left:0px;
}

.Header {
	position: relative;
	display: block;
	width: 100%;
	xheight: 150px;
	xbackground-color: #FFF;
	vertical-align:middle;
	text-align: center;
	padding-top:5px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.Header .logo {
	position: relative;
	display: block;	
	xborder: solid 1px  red;
	margin-bottom:-9px;
	.margin-bottom:-11px;
}

.Middle {
	position: relative;
	display: block;
	background-color: #FFF;
}
.MainContent {
	position: relative;
	display: block;
	color: #000;
	xborder: 1px #000 solid;
	padding:10px;
	padding-top:25px;
}
.Organizations p, .Organizations ul  {
	margin-left: 260px;
}
.Footer {
	position: relative;
	display: block;
	background-color: #082C56;
	background-image: url(../images/menu.gif);
	text-align: center;
	background-repeat: repeat-y;
	background-position: center top;
	xmargin-top:-13px;
	.margin-top:-35px;
	_margin-top:-20px;
	_padding-bottom:1px;
	clear:both;
}

.Footer p {
	font-family: "Times New Roman", Times, serif;
	text-align:center;
	font-size: 16px;
	line-height: 4em;
	.padding-top:1em;
	letter-spacing: 1px;
	color: #FFF;
	font-weight:bold;
	vertical-align:middle;
}
.Footer img {
	margin:10px;
	margin-top: 4px;
}
img.i4 {
	opacity:0.25;
	filter:Alpha(opacity=25);
}
img.i3 {
	opacity:0.5;
	filter:Alpha(opacity=50);
}
img.i2 {
	opacity:0.75;
	filter:Alpha(opacity=75);
}
img.i1 {
}



.MainMenu {
	position: relative;
	display: block;
	height: 30px;
	background-color: #082D58;
	text-align: center;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.MainMenu img {
	display: inline;
	margin-left:15px;
	margin-right:15px;
	margin-top:5px;
} 
.MenuItem {
	position: relative;
	display: inline;
	top:-4px;
	background-color: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}
.MenuItem a, .MenuItem a:link, .MenuItem b {
	xbackground-color: red;
	padding: 3px;
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing:1px;
}
.MenuItem a:hover {
	color: #98002E;
	text-decoration: none;
	font-weight:bold;
}
.MenuItem b {
	background-color: #98002E;
}
.SubMenu {
	position: relative;
	display: block;
	width: 230px;
	background-color: #082C56;
	text-align: center;
	border: solid 2px #CCC;
	float:left;
	margin-right: 25px;
	margin-bottom: 25px;	
	xbackground-image: url(../images/menu.gif);
	xbackground-repeat: repeat-y;
	xbackground-position: center top;
	padding-top:20px;
	padding-bottom:20px;
}
.SubMenu .MenuItem {
	position: relative;
	display: block;
	top:0px;
	background-color: none;
	text-align: center;
	xpadding-top:15px;
	xpadding-bottom:15px;
	font-weight:bold;
}
.SubMenu img {
	text-align: center;
	xdisplay: block;
	padding-top:10px;
	margin-bottom:10px;
	color:#98002E;
} 
.SubMenu a, .SubMenu a:link, .SubMenu b {
	
}
.SubMenu a:hover {
	
}
