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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0 auto;
	padding: 0px;
	background-color: #9BAD9B;
}

/* Normal, standard links. */ 
p, td, ul, ol, li, dl, dt, dd, form {  	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a:link, a:visited
{
	color: #006666; 
	text-decoration: underline;
}
a:hover
{
	color: gray;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: gray;
	text-decoration: underline;
}


/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}


h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 visibility: hidden;
 padding: 0;
 margin: 0;
 font-size: 1%;
}

h2{
 font-size: 114%;
 color: #006699;
 font-family: Comic Sans MS,Verdana,Arial,sans-serif;
}

h3{
 font-size: 100%;
 color: #006699;
 margin-top: 2em;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #334d55;
 margin-top: 2em;
 margin-bottom: 0.5em;
}

h5{
 font-size: 100%;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	width: 100%;
  margin-left: 33px;
  margin-top: 10px;
  margin-bottom: 10px;
 	background-color:#FFFFFF;
 	background-image: url(../img/background.gif);	
  	border: border: 1px solid #9BAD9B;
	padding: 0px;
	padding-bottom: 10px;
 	display: block;
 	text-align: center;
 }

#masthead{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-image: url(../img/HeaderJoin.gif);
	background-repeat: no-repeat;
	background-position: 125px 25px;
	height: 135px;
}


#content{
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
	border: 1px solid #09A78B;
	padding: 4% 5% 3% 5%;
	text-align: left;
	background-color: white;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	visibility: hidden;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


#footer

 {
  clear: both;
  margin: 0;
  padding: .5em;
  border-top: 1px solid gray;
 }

#ReportErrors {
	color: red;
	text-align: left;
	font-weight: bold;
}

/*  Navigation */
.navRight { display: inline; width: 110px;  height: 95px;  text-align: center;  float: left; background-image: url(../img/ArrowRight.png); background-repeat: no-repeat; background-position: 90% 0%; }
.navLeft {display: inline; width: 110px; height: 95px; text-align: center; float: left; background-image: url(../img/ArrowLeft.png);background-repeat: no-repeat; background-position: 35% 0%; }
.navUp {display: inline; width: 110px;  height: 95px;  text-align: center;  float: left; background-image: url(../img/ArrowUp.png); background-repeat: no-repeat; background-position: 40% 0%; }
.navDown {display: inline; width: 110px;  height: 95px;  text-align: center; float: left; background-image: url(../img/ArrowDown.png); background-repeat: no-repeat; background-position: 40% 0%; }
.navButton { background-color: transparent; border-color: transparent; border-width: 0; margin-top: 25px; font-size: 125%;  font-weight: bold; color: #006699;  font-family: Comic Sans MS,Verdana,Arial,sans-serif;}
.next {margin-left: 130px; height: 120px;}
