/* base colors reference */
/*   background-color: #ccc; /* pale yellow */
/*   background-color: #7C98AF; /* orange */
/*   background-color: #990066; #255589; /* purples */
/*   background-color: #000066; /* dark purple */
/*   background-color: #666666; /* text title gray */

body {
	margin: 0px 0px 0px 0px;
	background-image:     url(/img_l/back6.gif);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
}


/***********************************
	CONTAINERS
***********************************/

#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/* border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px dotted rgb #999; */
	border-width: 0px 4px 0px 4px;
	/* background-color: #FFFFFF; */
}

#header {
	/* width: 750px; */
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	height: 154px;
	border-width: 0px 0px 0px 0px;
	/* border-style: solid; */
	background-color: #21385F;
}

#header img {
	border: 0;
}

#date {
	/* width: 748px;*/
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55%;
	color: #999;
	text-align: right;
	/* vertical-align: bottom;*/
	height: 18px;
	padding-right: 5px;
	border-width: 2px 0px 2px 0px;
	border-color: #000;
	border-style: solid;
	background-color: #21385F;
}

#top-nav {
	/* width: 744px; */
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	/* vertical-align: middle;*/
	/* line-height: 10px;*/
	/* padding-left: 1px;*/
	border-width: 0px 0px 2px 0px;
	border-color: #000;
	border-style: solid;
	background-color: #359781;
}

#inset_l {
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000066;
	background-color: #ccc;
	text-decoration: none;
	margin: 0px 2px 0px 0px;
	padding: 5px 5px 15px 5px;
	border-color: #000066;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	text-align: left;
}

#inset_r {
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000066;
	background-color: #ccc;
	text-decoration: none;
	margin: 0px 2px 0px 0px;
	padding: 5px 5px 15px 5px;
	border-color: #000066;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	text-align: right;
}

#breadcrumb {
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 65%;
	font-weight: bold;
	height: 18px;
	padding-top: 3px;
	padding-left: 34px;
	border-width: 0px 0px 1px 0px;
	border-color: #ccc;
	border-style: solid;
	background-color: #ccc;
}

#v_nav {
	float: left;
	width: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #255589;
	background-color: #ccc;
	text-decoration: none;
	margin: 0px 2px 0px 0px;
	padding: 5px 5px 15px 5px;
	border-color: #ccc;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	text-align: left;
}

#searches {
	/* width: 750px;
	margin-left: auto;
	margin-right: auto;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 80%;*/
	line-height: 2px;
	font-weight: bold;
	color: #255589;
	/* padding: 2px 0px 0px 0px;*/
	text-align: left;
	clear: left;
	/* border-width: 2px 0px 1px 0px;
	border-color: #255589;
	border-style: solid;
	background-color: #7C98AF; */
}

.contact_form {
	width: 160px;
	font-size: small;
}
.contact_form input {
	border: 1px solid #b2b2b2;
	width: 146px; /* IE */
}
html>body .contact_form input {
	width: 148px; /* Others */
}
.contact_form_box {
	width: 360px;
}
.contact_form_box textarea {
	border: 1px solid #b2b2b2;
	width: 346px; /* IE */
	height: 150px;
}
html>body .contact_form_box textarea {
	width: 348px; /* Others */
}
.boxhead {
	height: 5px;
	font-size: 0px;
}
.boxhead div {
	height: 5px;
}
.boxbody {
	margin-left: 5px;
}
.boxfoot {
	height: 5px;
	font-size: 0px;
}
.boxfoot div {
	height: 5px;
}

form .fbox {

	color: #666;

	font-size: 10px;

	border-top: 1px solid #818181;

	border-right: 1px solid #d9d9d9;

	border-bottom: 1px solid #d9d9d9;

	border-left: 1px solid #818181;

	padding: 2px;

}

form textarea.fbox {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

}

#content {
	margin-left: 242px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	text-decoration: none;
	width: 492px;
	text-align: left;
	padding: 5px 5px 15px 5px;
	/* background-color: #ccc; */
}

#sitesearch {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #008080;
	padding: 2px 0px 0px 0px;
	text-align: center;
	clear: left;
	border-width: 2px 0px 1px 0px;
	border-color: #255589;
	border-style: solid;
	background-color: #7C98AF;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333;
	padding: 1px 0px 0px 0px;
	text-align: center;
	clear: left;
	/* background-color: #ffc040;*/
	border-width: 0px 0px 2px 0px;
	border-color: #000;
	border-style: solid;
}

#credits {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999;
	padding: 10px 0px 3px 0px;
	text-align: center;
	clear: left;
	border-width: 2px 0px 2px 0px;
	border-color: #000;
	border-style: solid;
	background-color: #255589;
}
/***********************************
	LINKS
***********************************/

a {
	/* color: #666666;*/
	text-decoration: none;
}

a.content {
	color: #0000CC;
	text-decoration: underline;
}

a.h_nav {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
    padding: 2px 4px;
}
a.h_nav:hover {
	color: #fff;
	background-color: #255589;
	text-decoration: underline;
}

a.v_nav {
	color: #255589;
	border-width: 0px 0px 0px 5px;
	border-color: #006;
	border-style: solid;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 5px;
	text-align: left;
	font-weight: normal;
}

a.v_nav:hover {
	color: #fff;
	border-color: #903;
	background-color: #255589;
}

a.credits {
	color: #999;
	background-color: transparent;
	text-decoration: none;
}

a.credits:hover {
	color: #999;
	background-color: transparent;
	text-decoration: underline;
}

a.credits:visited {
	color: #999;
	background-color: transparent;
	text-decoration: none;
}

/***********************************
	MISCELLANEOUS
***********************************/

/* input, textarea, select, option {
	font-family: courier, times, serif;
	font-size: 60%;
	font-weight: normal;
	padding: 0px;
	color: #000080;
	background-color: #fff;
	border: inset 1px #708090;
} */


hr {
	width: 100%;
	height: 0px;
	border-color: #21385F;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
}

h1 {
	color: #255589;
	font-size: 180%;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	padding: 1px 10px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #008080;
}

h2 {
	color: #255589;
	font-size: 110%;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	padding: 2px 30px 6px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #008080;
}

p {
	/* border-color: #999999;
	border-style: dashed;
	border-width: 0px 0px 0px 1px; */
	padding: 0px 0px 10px 0px;
	margin-top: 10px;
}

.emphasize {
    background: inherit;
    color: #ffd700 !important;
}
.emphasize1 {
    background: #DEFECB;
    color: #339966;
}
.emphasize2 {
    background: #BDDEB8;
    color: #339966;
}
.emphasize3 {
		background: #BDD9D9;
    color: #006666;
}
ul.spacedlist { margin: 0; }
ul.spacedlist li { margin: 0.33em 0; }
