body {
	font: 12px Arial, sans-serif;
	background: #73818A;
}

.white {
	float: center;
	padding: 5px 5px 5px 5px;
	background: #FFFFFF;
}

.border {
	float: center;	
	background: #FFFFFF;
	border: 1px #73818A solid;
}

.navbar {
	width: 100%;
	background: url('nav_bg.jpg') #FFFFFF top left repeat-x;
	height: 34px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 14px;	
	text-align: right;
}
.navbartext {
	padding: 5px 30px 5px 5px;
}
.navbartext a:link, .navbartext a:visited {
	color: #FFFFFF;
	font-size: 14px; 
	text-decoration: none;	
}
.navbartext a:hover { text-decoration: underline; }



.content {
	padding: 25px 5px 25px 5px;
	vertical-align: top;	
	background: #FFFFFF;
	border: 1px #73818A solid;
	margin: 0px;
	min-height: 405px;
	_height: 405px; /* Underscore Hack for IE: If you use an underscore in front of normal CSS properties, IE will process them, but other browsers will not. */
}

.catBox {
	width: 145px;
	min-height: 150px;
	padding: 5px;
	vertical-align: top;	
	background: #FFFFFF;
	border: 1px #73818A double;	
	margin: 15px 10px;
}

.catHeader {
	margin: 5px;
	font: bold italic 14px arial;
	color: #5f8495;
	border-bottom-style: double;
	border-bottom-width: 3px;
	border-bottom-color: #abbec7;
}

.catImg img {
	margin: 0px 0px 0px 15px;
	width: 90px;
	padding: 0px;
	border: 1px #000000 solid;
	display:block;
}

.catPageImg img {
	margin: 0px;
	width: 90px;
	padding: 0px;
	border: 1px #000000 solid;
	display:block;
}

.catText {
	margin: 0px 0px 0px 15px;	
	font: 11px arial;
	text-decoration: none;
}

.catText a:link, .catText a:visited {
	text-decoration: none;
	color: #000000;
}

.catText a:hover {
	text-decoration: underline;
	color: #000000;
}

.cat {
	font: bold italic 16px arial;
	padding-bottom: 10px; 
	color: #000000;
}


.aboutImg {
	margin: 0px;
	padding: 0px;
	width: 74px;
	height: 22px;
	border: 0px;
	display:block;
}

/* Pop Up definitions */

.aboutImg .popup {
	position: absolute;
	z-index: 2;
	width: 500px;
	height: 370px;
	vertical-align: top;
	/* top:50%; left:35% */
	/* margin:-410px 0 0 -300px; */
	padding: 10px;
	border: 1px #73818A solid;
	background: #FFFFFF;
	display:none;
	overflow:auto;
	font: 12px arial;
}

.aboutImg .popup .xButton {
	position: relative;
	float: right;
	font: bold 14px arial black;
	color: #73818A;
}
.aboutImg .popup .xButton a:link, .aboutImg .popup .xButton a:visited {
	text-decoration: none;
	color: #73818A;
}
.aboutImg .popup .xButton a:hover {
	text-decoration: underline;
}

.aboutImg .popup .popCov img {
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 335px;
	border: 1px #73818A solid;
	float: left;
}
.aboutImg .popup .popText {
	position: relative;
	margin: 15px; 20px;
	text-align: left;
}
.aboutImg .popup .popHeader {
	position: relative;
	margin: 0px 0px 0px 15px;
	text-align: left;
	font: bold 12px arial;
}
.aboutImg .popup .startNow a {
	margin: 0px 40px;
	padding: 5px;
	width: 130px;
	background: #EA2628;
	font: bold 16px arial;
	color: #FFFFFF;
	text-align: center;
	border:3px outset #EA2628;
	display:block;
	text-decoration: none;
}

.aboutImg .popup .startNow a:hover {
	text-decoration: none;
	border: 3px inset #EA2628;
}



/* End Pop Up definitions */


.aboutText {
	margin: 0px 0px 0px 15px;	
	font: 12px arial;
	text-decoration: none;
	height: 350px;
}

.aboutText a:link, .aboutText a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.aboutText a:hover {
	text-decoration: none;
	color: #2a7dc1;
}

.leftCol {
	width: 175px;
	padding: 10px;
	vertical-align: top;
	min-height: 435px;	
	_height: 435px; /* Underscore Hack for IE: If you use an underscore in front of normal CSS properties, IE will process them, but other browsers will not. */
	background: #FFFFFF;
	border: 1px #73818A solid;
	margin: 5px;
}

.leftCol .navButton {
	position: relative;
	border: 1px #73818a solid;
	background: url('images/leftbuttonbg.jpg') #FFFFFF top right repeat-y;
	font-size: 12px;
	z-index: 1;
	margin: 1px 0;
}
.leftCol .navButton a:link, .leftCol .navButton a:visited {
	color: #73818a;
	padding: 4px;
	border-left: 5px #73818a solid;
	font-weight: normal;
	display: block;
}
.leftCol .navButton a:hover {
	border-left: 5px #ea2327 solid;
}

.leftCol .subnavButton {
	position: absolute;
	top: -2px;
	left: 173px;
	width: 250px;
	display: none;
	background: #FFFFFF;
	z-index: 1;
}

.leftCol .subscribe {
	margin: 20px;
}


.si_footer {
	margin: 0 10px;
	padding: 5px;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
}


