body {
	margin: 0px;
	padding: 0px;
	background-image: url('/images/bkgnd.gif');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a img {
	border: none;
}
/*             --------- HEADER --------- 			*/
div#Header {
	height:100px;
	width: 1000px;
	white-space: nowrap;
	background-color: #000;
}
div#Header ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	background: url('/images/MainLogo.gif');
		background-repeat: no-repeat;
}
div#Header li {
	list-style-type: none;
	display: block;
	float: left;
}
A.MainLogo {
	background: url('/images/MainLogo.gif');
	background-repeat: no-repeat;
	background-position: 0px /* Horisontal shift */ 27px; /* Vertical line shift */
	display: block;  /* Image as sectional element */
	width: 262px; /* Image width in pixels */
	height: 100px; /* Image height */
}
/*             --------- TOP HORIZONTAL NAVIGATION --------- not used for now	*/
div#HorizontalNavBar {
	height: 22px;
	width: 1280px;
	border-top: solid #efa500 2px;
	border-bottom: solid #000 1px;
	background-color: #000;
}
div#HorizontalNavBar ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}
div#HorizontalNavBar li {
	list-style-type: none;
	display: inline;
	float: left;
}

A.HorizontalNavSpace {
	background: url('/images/MainLogo.gif');
	background-repeat: no-repeat; 
	background-position: 0px -76px; /* bottom part of logo */
	display: block;  /* Image as sectional element */
	width: 200px; /* Image width in pixels */
	height: 22px; /* Vertical line shift */
}

A.HorizontalNavButton_1 {
	background: url('/images/horizontalNavButtons.gif'); /* Way to the file with an initial image */
	display: block;  /* Image as sectional element */
	width: 155px; /* Image width in pixels */
	height: 22px; /* Image height */
	background-position:
 	0px /* Horisontal shift */
 	0px; /* Vertical line shift */
}
A.HorizontalNavButton_1:hover {
	background-position:
 0px /* Horisontal shift */
 -21px; /* Vertical line shift */
}
A.HorizontalNavButton_2 {
	background: url('/images/horizontalNavButtons.gif'); /* Way to the file with an initial image */
	display: block;  /* Image as sectional element */
	width: 125px; /* Image width in pixels */
	height: 22px; /* Image height */
	background-position:
 -170px /* Horisontal shift */
 0px; /* Vertical line shift */
}
A.HorizontalNavButton_2:hover {
	background-position:
 -170px /* Horisontal shift */
 -21px; /* Vertical line shift */
}
A.HorizontalNavButton_3 {
	background: url('/images/horizontalNavButtons.gif'); /* Way to the file with an initial image */
	display: block; /* Image as sectional element */
	width: 125px; /* Image width in pixels */
	height: 22px; /* Image height */
	background-position:
 -295px /* Horisontal shift */
 0px; /* Vertical line shift */
}
A.HorizontalNavButton_3:hover {
	background-position:
 -295px /* Horisontal shift */
 -21px; /* Vertical line shift */
}
A.HorizontalNavButton_4 {
	background: url('/images/horizontalNavButtons.gif'); /* Way to the file with an initial image */
	display: block; /* Image as sectional element */
	width: 125px; /* Image width in pixels */
	height: 22px; /* Image height */
	background-position:
 -434px /* Horisontal shift */
 0px; /* Vertical line shift */
}
A.HorizontalNavButton_4:hover {
	background-position:
 -434px /* Horisontal shift */
 -21px; /* Vertical line shift */
}
/*             ---------  MAIN THREE COLUMNS - AFTER HEADER --------- 			*/

div#contentarea {
	width:1000px;
}
div#column1 {
	width:140px;
	float:left;
}
div#column2 {
	width:552px;
	float:left;
	margin-top: 10px;
}
div#column3 {
	width:300px;
	float:right;
}
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any container that must enclose floated elements */

/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */
	height: 0;                  /* ensure the period is not visible */
	clear: both;               /* make the container clear the period */
	visibility: hidden;	     /* further ensures the period is not visible */
}
.clearfix {
	display: inline-block;
}   /* a fix for IE Mac */
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */




																							/*             --------- LEFT NAV BAR --------- 			*/
div#LeftNavBar {
	background-color: #fcedc2;
	width: 130px;
	padding: 15px 0px 15px 5px;
	margin: 40px 0px 0px 0px;
}
div#LeftNavBar ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #333;
	background-color: #fcedc2;
	font-weight: bold;
}
div#LeftNavBar li {
	list-style-type: none;
	width: 135px;
	margin: 0px 0px 4px 0px;
}
div#LeftNavBar li a {
	text-decoration: none;
	font-size: 13px;
	line-height: 11px;
	font-weight: bold;
	padding: 2px 4px;
	margin: 0px;
	color: #666;
	border-bottom: 25px solid #fcedc2;
	display: block;
}
div#LeftNavBar li a:link {
	color: #666;
}
div#LeftNavBar li a:visited {
	color: #666;
}
div#LeftNavBar li a:hover {
	color: #FFFFFF;
	background-color: #999999;
	display: block;
}
/*             --------- LOWER MODULES WITH ROLLOVERS --------- 			*/

div#LowerMod {
	height: 286px;
	width: 552px;
	background-color: #fcedc2;
	border-right-style: none;
	border-left-style: none;
}
div#LowerMod ul {
	margin: 0px;
	padding: 0px;
}
div#LowerMod li {
	list-style-type: none;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
.LowerMod_textbox {
	display: block;
	padding: 0px 2px 0px 5px;
	width: 130px;
	height: 186px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
A.LowerModSpace {
	display: block;  /* Image as sectional element */
	width: 1px; /* Image width in pixels */
	height: 186px; /* Vertical line shift */
}
A.LowerMod_1 {
 background: url('/images/lowerModMenuRollovers.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 137px; /* Image width in pixels */
 	height: 186px; /* Image height */
  	background-position:
  	0px /* Horisontal shift */
  	0px; /* Vertical line shift */
}

A.LowerMod_1:hover {
 	background-position:
  	0px /* Horisontal shift */
  	-186px; /* Vertical line shift */
}

A.LowerMod_2 {
 	background: url('/images/lowerModMenuRollovers.jpg'); /* Way to the file with an initial image */
	display: block;  /* Image as sectional element */
	width: 137px; /* Image width in pixels */
	height: 186px; /* Image height */
	background-position:
 -138px /* Horisontal shift */
 0px; /* Vertical line shift */
}
A.LowerMod_2:hover {
	background-position:
 -138px /* Horisontal shift */
 -186px; /* Vertical line shift */
}
A.LowerMod_3 {
 background: url('/images/lowerModMenuRollovers.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 137px; /* Image width in pixels */
 	height: 186px; /* Image height */
 	 background-position:
  	-276px /* Horisontal shift */
  	0px; /* Vertical line shift */
}

A.LowerMod_3:hover {
 	background-position:
  	-276px /* Horisontal shift */
  	-186px; /* Vertical line shift */
}

A.LowerMod_4 {
 	background: url('/images/lowerModMenuRollovers.jpg'); /* Way to the file with an initial image */
	display: block;  /* Image as sectional element */
	width: 138px; /* Image width in pixels */
	height: 186px; /* Image height */
	background-position:
 -414px /* Horisontal shift */
 0px; /* Vertical line shift */
}
A.LowerMod_4:hover {
	background-position:
 -414px /* Horisontal shift */
 -186px; /* Vertical line shift */
}
div#footer {
	width:1000px;
	margin: 15px 0px 15px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333;
	text-align: center;
	text-decoration: none;
}
div#footer a:link {
	color: #333;
	text-decoration: none;
}
div#footer a:visited {
	color: #333;
	text-decoration: none;
}
div#footer a:hover {
	font-weight: normal;
	color: #F33;
	text-decoration: underline;
}
div#adWrapper300 {
	display: block;
	padding: 10px 0px 0px 0px;
}
div#subForm {
	display: block;
	padding: 100px 10px 10px 10px;
	margin: 5px 0px 0px 0px;
	background-color: #7e91b1;
	background-image: url('/images/subscribeLogo.gif');
	background-repeat: no-repeat;
	border: 1px solid #333333;
	height: 260px;
	width: 278px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
/*             --------- DETAIL PAGES --------- 			*/


div#subhed {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #666666;
	padding-left: 5px;
	width: 545px;
}
div#hed {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #330000;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 5px;
}
div#bodycopyBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	padding: 5px 15px 25px 15px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	background-color: #FFFFCC;
}

div#bodycopyBox a:link {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
div#bodycopyBox a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
div#bodycopyBox a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.iCap_A {
	background: url('/images/iCaps/iCap_A.gif') no-repeat 10px 10px;
}
.iCap_B {
	background: url('/images/iCaps/iCap_B.gif') no-repeat 10px 10px;
}
.iCap_C {
	background: url('/images/iCaps/iCap_C.gif') no-repeat 10px 10px;
}
.iCap_D {
	background: url('/images/iCaps/iCap_D.gif') no-repeat 10px 10px;
}
.iCap_E {
	background: url('/images/iCaps/iCap_E.gif') no-repeat 10px 10px;
}
.iCap_F {
	background: url('/images/iCaps/iCap_F.gif') no-repeat 10px 10px;
}
.iCap_G {
	background: url('/images/iCaps/iCap_G.gif') no-repeat 10px 10px;
}
.iCap_H {
	background: url('/images/iCaps/iCap_H.gif') no-repeat 10px 10px;
}
.iCap_I {
	background: url('/images/iCaps/iCap_I.gif') no-repeat 10px 10px;
}
.iCap_J {
	background: url('/images/iCaps/iCap_J.gif') no-repeat 10px 10px;
}
.iCap_K {
	background: url('/images/iCaps/iCap_K.gif') no-repeat 10px 10px;
}
.iCap_L {
	background: url('/images/iCaps/iCap_L.gif') no-repeat 10px 10px;
}
.iCap_M {
	background: url('/images/iCaps/iCap_M.gif') no-repeat 10px 10px;
}
.iCap_N {
	background: url('/images/iCaps/iCap_N.gif') no-repeat 10px 10px;
}
.iCap_O {
	background: url('/images/iCaps/iCap_O.gif') no-repeat 10px 10px;
}
.iCap_P {
	background: url('/images/iCaps/iCap_P.gif') no-repeat 10px 10px;
}
.iCap_Q {
	background: url('/images/iCaps/iCap_Q.gif') no-repeat 10px 10px;
}
.iCap_R {
	background: url('/images/iCaps/iCap_R.gif') no-repeat 10px 10px;
}
.iCap_S {
	background: url('/images/iCaps/iCap_S.gif') no-repeat 10px 10px;
}
.iCap_T {
	background: url('/images/iCaps/iCap_T.gif') no-repeat 10px 10px;
}
.iCap_U {
	background: url('/images/iCaps/iCap_U.gif') no-repeat 10px 10px;
}
.iCap_V {
	background: url('/images/iCaps/iCap_V.gif') no-repeat 10px 10px;
}
.iCap_W {
	background: url('/images/iCaps/iCap_W.gif') no-repeat 10px 10px;
}
.iCap_X {
	background: url('/images/iCaps/iCap_X.gif') no-repeat 10px 10px;
}
.iCap_Y {
	background: url('/images/iCaps/iCap_Y.gif') no-repeat 10px 10px;
}
.iCap_Z {
	background: url('/images/iCaps/iCap_Z.gif') no-repeat 10px 10px;
}
div#photoCredit {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	float: right;
	letter-spacing: .1em;
}
.byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	letter-spacing: .2em;
	font-style: italic;
	display: block;
	float: right;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	letter-spacing: .2em;
	font-weight: bold;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	float: right;
	color: #663366;
	background-color: #FFFFFF;
	width: 150px;
	line-height: 22px;
	padding: 7px;
	border: 1px solid #999999;
	margin: 4px;
}
img.floatLeft {
	float: left;
	margin: 4px;
}
img.floatRight {
	float: right;
	margin: 4px;
}
.numberedList {
	padding: 5px 5px 5px 25px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 200px;
	list-style-position: inside;
	line-height: 25px;
	font-weight: bold;
	text-align: left;
}
/*             --------- HUB PAGE STYLES --------- 	*/

H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	width: 265px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	display: block;
}
div#HubPageList {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	margin: 30px 0px 0px 0px;
	padding: 10px;
	display: block;
	background-color: #fcedc2;
	width: 530px;
	border: 1px solid #999;
}
div#HubPageList p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
div#HubPageList li a {
	text-decoration: none;
	font-weight: normal;
	color: #666;
}
div#HubPageList li a:link {
	color: #666;
}
div#HubPageListli a:visited {
	color: #666;
}
div#HubPageList li a:hover {
	font-weight: normal;
	color: #000;
}
div#HubPage p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	width: 265px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	display: block;
}
div#HubPage {
	height: 522px;
	width: 550px;
	background-color: #fcedc2;
	border-right-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div#HubPage ul {
	margin: 0px;
	padding: 0px;
}
div#HubPage li {
	float: left;
	height: 250px;
	width: 274px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
.HubPageTitle {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	background-color: #F8E18D;
	height: 21px;
	width: 264px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	display: block;
	text-decoration: none;
	line-height: 21px;
	top: -3px;
	position: relative;
}
A.HubPageTitle:hover {
	color: #FFF;
	background-color: #666;
}
UL {
list-style-type: square inside;
}
