/* very dark background */
body {
	background-color:#C5C9CB;
	background-image: url("images/bs_back1.png");
	background-repeat: repeat-x;
}

p {
	color:#333333;
	font-family:verdana, Arial;
	font-size:10pt;
	line-height:14pt;
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
}

.bold {
	font-weight:bold;
}

.cntr {
	text-align: center;
}

/* header left */
.hdrl {
	background-color:#181E4B;
	background-image: url("images/bs_hdr_L.png");
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	padding-bottom:8px;
	font-family:'century gothic', verdana;
}

/* header main */
.header {
	background-color:#181E4B;
	background-image: url("images/bs_hdr.png");
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-size:18pt;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;
	padding-bottom:9px;
	font-family:'century gothic', verdana;
}

/* header right */
.hdrr {
	background-color:#181E4B;
	background-image: url("images/bs_hdr_R.png");
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	padding-bottom:8px;
	font-family:'century gothic', verdana;
}

/* very dark background */
.txtBoxL {
	background-color:#EAEAEA;
	background-image: url("images/wr_txt_L.png");
	background-repeat: repeat-y;
}

/* very dark background */
.txtMain {
	background-color:#F2F2F2;
	padding-top:10px;
	padding-bottom:10px;
}

/* very dark background */
.txtBoxR {
	background-color:#EAEAEA;
	background-image: url("images/wr_txt_R.png");
	background-repeat: repeat-y;
}

/* large blue text */
h2 {
	color:#2E3293;
	font-family:verdana, Arial;
	font-size:18pt;
	line-height:22pt;
	font-weight:bold;
	margin-left:7px;
}

h3 {
	color:#2E3293;
	font-family:verdana, Arial;
}

/* listed bullets in blue */
ul {
	color:#2E3293;
	font-family:verdana, Arial;
	font-size:10pt;
	list-style-type: square;
}

img {
	border:1px solid #000000;
}

/* back issues, text */
.capt {
	color:#333333;
	font-family:verdana, Arial;
	font-size:10pt;
	line-height:14pt;
	font-weight:bold;
	padding-top:20px;
	text-align:center;
}

/* year separation */
.dated {
	color:#2E3293;
	font-family:verdana, Arial;
	font-size:16pt;
	font-weight:bold;
	text-align:center;
}

/* small text */
.sml {
	color:#333333;
	font-family:verdana, Arial;
	font-size:8pt;
	line-height:10pt;
	margin-left:15px;
}

/* copyright text */
.botmtext {
	background-color:#F2F2F2;
	background-image: url("images/wr_btn_txt.png");
	background-repeat: repeat-x;
	font-size:8pt;
	line-height:10pt;
	text-align:center;
	color:#333333;
	font-family:verdana, Arial;
}

/* navigation links at bottom of page, dk gray text */
a:link, a:visited, a:active {
	color:#333333;
	font-size:10pt;
	line-height:14pt;
	font-weight:bold;
	text-decoration:underline;
	font-family:verdana, Arial;
}
a:hover {
	color:#515EC8;
	font-size:10pt;
	line-height:14pt;
	font-weight:bold;
	text-decoration:underline;
	font-family:verdana, Arial;
}

/* contact page email addresses, non-bold */
a.eadd:link, a.eadd:visited, a.eadd:active {
	color:#333333;
	font-size:10pt;
	line-height:14pt;
	font-weight:normal;
	text-decoration:underline;
	font-family:verdana, Arial;
}
a.eadd:hover {
	color:#515EC8;
	font-size:10pt;
	line-height:14pt;
	font-weight:normal;
	text-decoration:underline;
	font-family:verdana, Arial;
}