@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	text-align: center;
	padding-bottom: 0px;
	font:x-small Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin-top: 20px;
	background-color: #001118;
  } html>body {font-size:small;}  /*font size hack for IE 6*/
.xsmall {
    font-size:x-small;
	color: #DDDDDD;
	}
a:link {
	color: #553700;
	font-weight: normal;
	text-decoration: underline;
	}
	
a:visited {
	color: #553700;
}

a:hover {
	text-decoration: none;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #001118;
	font-size: 1.4em;
	margin-bottom: 10px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: #000000;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	line-height: 1.4em;
	margin-bottom: 10px;
}
.grey {
	color: #666666;
}
.purple {
	color: #81035e;
}
.pink {
    color: #c01c41;
	font-size: 11px;
	}
.brown {
    color: #553700;
	}
.blue {
    color: #000033;
	font-size: 11px;
	}
hr {
	height: 1px;
	margin-right: 15px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ccc;
	margin-bottom: 10px;
}

img {
    margin-right: 25px;
	}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
	display: none;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
	display: none;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}



/* ************************* page layout styles *********************** */

/* ******* main container ********* */
#divContainer {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 800px;
	background-color:#dddddd;
	border: 1px solid;
	background-repeat: no-repeat;
	background-image: url(images/mainbg.jpg);
}
#divBanner {
	margin: 0px;
	padding: 0px;
	height: 275px;
}


/* ******* left column ********* */
#divLeftCol {
	width: 135px;
	float: left;
	position: relative;
	overflow: hidden;
}
#divLeftCol h1 {
    margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #111133;
	font-size: 1.1em;
	margin-bottom: 10px;
}
#divLeftCol h3 {
	margin-left: 10px;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: -0.5px;
	color: #000000;
}
#divLeftContent {
	width: 135px;
}
#divPrimaryNav{
	padding-top: 10px;
	padding-left: 5px;
}

#divPrimaryNav ul{
    list-style-type: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
#divPrimaryNav li{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

#divPrimaryNav ul a{
	line-height: 2.6em;
	padding-left: 8px;
	color: #001118;
	font-size: 10px;
	margin: 0px;
}

#divPrimaryNav ul a:link{
	text-decoration: none;
}

#divPrimaryNav ul a:visited{
	text-decoration: none;
	color: #001118;
}

#divPrimaryNav ul a:hover, #divPrimaryNav ul a.current {
	text-decoration: none;
	color: #350601;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	font-weight: bold;
}

#divPrimaryNav ul a:hover, #divPrimaryNav ul a.subnav {
	text-decoration: none;
	color: #350601;
	padding-left: 16px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px;
	font-weight: regular;
}


/* ******* right column ********* */

#divRightCol {
	float: right;
	font-size: 0.9em;
	text-align:center;
	width: 145px;
	position: relative;
}

#divRightCol p {
    margin-right: 10px;
	}

#divRtMediaCol {
	float: right;
	font-size: 0.9em;
	padding-top: 0px;
	width: 280px;
	position: relative;
}

/* ******* middle column ********* */

#divMiddleCol {
	width: 520px;
	font-size: 0.9em;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-left: 135px;
	position: relative;
}
#divMdMediaCol {
	width: 385px;
	font-size: 0.9em;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-left: 135px;
	position: relative;
}
#divText {
	padding-left: 25px;
	padding-top: 10px;
	text-align: justify;
}
#divText p, #divText h1, #divText h2  {
	margin-right: 25px;
}
#divText ul {
	line-height: 1.4em;
	padding-left: 10px;
	margin-bottom: 10px;
}
#divText li {
	padding-left: 20px;
}
.divClear {
	clear: both;
}

/* ******* wide right column ********* */

#divWideRtCol {
	width: 665px;
	font-size: 0.9em;
	padding-bottom: 20px;
	padding-top: 0px;
    margin-left: 135px;
	position: relative;
	}

#divText {
	padding-left: 25px;
	padding-top: 10px;
	text-align: justify;
}
#divText p, #divText h1, #divText h2  {
	margin-right: 25px;
}
#divText ul {
	line-height: 1.4em;
	padding-left: 10px;
	margin-bottom: 10px;
}
#divText li {
	padding-left: 30px;
}
.divClear {
	clear: both;
}