/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
/*	background: url(images/bg-blue.gif) repeat;*/
	background-color: #0038A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #213656;
}

a:link {
	color: #213656;
}

a:visited {
	color: #213656;
}

a:hover {
	color: #208AAF;
	text-decoration: underline;
}

h1 {
	font-family: Comic Sans MS, Trebuchet MS, Arial, sans;
	font-size: 14px;
	font-weight: bold;
	color: #F4AD21;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #213656;
	text-align: left;
	margin: 6px 0px 6px 0px;
}

ul{
}

pre {
/*	font-family: Arial, Helvetica, sans-serif;*/
}

/***********************************************/
/* Layout IDs                                 */
/***********************************************/

#frame {
	background-image:url(images/bg-white.gif);
}

#masthead{
	padding: 0px;
	width: 750px;
	margin:0px;
	border-style: none;
}

#navBar{
  float: left;
	width: 205px;
	margin: 0px 5px;
	padding: 1em 0em 0em 0em;
}

/***********************************************/
/* Components                                  */
/***********************************************/

/************* #navcontainer styles **************/
#navcontainer {
	text-align: center;
}

/************* #navlist styles **************/
ul#navlist
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	margin-bottom: 2px;
}

#navlist a { 
	padding: 0px 8px; 
	margin: 0px;
/*	border-right: 2px solid #828282;
	border-bottom: 2px solid #828282;*/
}
#navlist a { 
	padding: 0px 8px; 
	margin: 0px;
	border-right: 2px solid #828282;
	border-bottom: 2px solid #828282;
}

#navlist a:link, #navlist a:visited
{
	font-family: Comic Sans MS, Trebuchet MS, Arial, sans;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
/*	color: #208AAF;*/
	color: #1C7897;
	background-color: #fff;
	text-decoration: none;
	border-right: 2px solid #828282;
	border-bottom: 2px solid #828282;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
/*	border: 1px solid #fff;*/
}

#navlist a:hover
{
	color: #fff;
	background-color: #0038A5;
	font-weight: bold;
	border-left: 2px solid #ccc;
	border-top: 2px solid #ccc;
}

#navlist.currentcampersnav a {
	font-size: 10px;
}

/************* #contentbox styles **************/
#contentbox {
	background-image: url(images/bg-ltblue.gif);
	background-repeat: repeat;
}

#contentbox .top {
	background-image: url(images/bg-ltblue-top.gif);
	background-repeat: no-repeat;
	height: 14px;
	font-size: 4px;
}
#contentbox .bottom {
	background-image: url(images/bg-ltblue-bottom.gif);
	background-repeat: no-repeat;
	height: 14px;
	font-size: 4px;
}

/************* #content styles **************/
#content .vtop {
	vertical-align: top;
}

/************* #contentheader styles **************/
#contentheader {
	padding: 9px 0px 0px 13px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, sans;
	font-size: 14px;
	font-weight: bold;
	color: #EF8C4A;
	text-transform: uppercase;
}

/************* #contenttext styles **************/
#contenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #213656;
	border-top: 1px dashed #F4AD21;
	border-bottom: 1px dashed #F4AD21;
	margin-right: 26px;
	margin-left: 13px;
	padding-top: 9px;
	padding-bottom: 9px;
}

#contenttext a:link {
	color: #213656;
}

#contenttext a:visited {
	color: #213656;
}

#contenttext a:hover {
	color: #208AAF;
	text-decoration: underline;
}

/************* #contentimgs styles **************/
#contentimgs ul {
	list-style: none;
	margin: 0px 0px 0px 20px;
	padding: 0;
}

/************* #footer styles **************/
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	text-align: center;
	height: 22px;
	color: #59AACE;
}

/************* #copyright styles **************/
#copyright {
	background-image: url(images/bg-blue.gif);
	font-size: 10.5px;
	text-align: center;
	color: #90B2C4;
	padding: 15px 0px 10px;
}

#copyright a {
	color: #90B2C4;
}

/************* .question styles **************/
.question {
	font-size: 15px;
	color: #fff;
	background-color: #0038A5;
	padding: 3px 0px 3px 5px;
	font-weight: bold;
	margin-top: 18px;
}

/************* .small styles **************/
.small {
	font-size: 10px;
}