/************************************************               GENERAL      **********************************************************/
body {
	margin: 0px auto;	
	/*background-color: #B8D249; /* Accent 12 */
	/*background-color: "white";*/
	/*background: #CCFF99;*/
	font-size: 11px; /* Font Size */
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;	
	line-height: 14px;
	color: #353C48; /* Accent 5 */
	width: 100%;
	padding: 1px;

}


h1 {
	font-size: 16px;
	font-weight: bold;
	/*color: #FFFFFF; /* Global White */
	color: red;
}

h2 {
	font-size: 1.4em;
	/*font-weight: bold;*/
	color: #353C48; /* Accent 5 */
	margin: 0px 0px 5px 0px;			
	/*font-variant: small-caps;*/
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #353C48; /* Accent 5 */
	margin: 0px 0px 5px 0px;			
}

a {
 color: #CCEDFF; /* Nav Light */
 font-weight: bold;
 text-decoration: underline;
}

p {
	font-size: 1em;
	margin: 0px 0px 20px 0px;
}

p.noSpace {
	margin: 0px;
}

fieldset{
	padding: 10px;
}

hr{
 color: #FFFFFF;
}

em{
	font-weight: bold;
	font-style : normal;
	color: #990000;
}


/************************************************               HEADER       **********************************************************/

#header {
	margin: 0px, 0px, 0px, 0px;
	padding-left: 10px;
	background-color: #CCCCFF;
	height: 92px;
	border: 3px #FFFFFF solid;
	background-image: url(../siteassist_images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: right;
		display: block;
	border: 3px #9999CC outset;
}

#logo {
	width:86px;
	float: left;
}		

#title {
    margin-left: 92px;
	padding-top: 15px;
}

#title h1 {
	color: #0033CC;
	padding-left: 30px;
	margin: 0px;
	font-size: 2em;
	font-family: Arial Black;
	letter-spacing: 1px;
}

#topNav {
  margin-top:30px;
  margin-left: 112px;
}

#topNav ul {
  font-size: 120%;
  font-weight: bold;
  white-space: nowrap;
  margin:10px;
  list-style:none;
}


#topNav li {
  float:left;
  margin-right: 2px;
  padding: 2px;
  border-left: 3px #B8D249 outset;
  border-bottom: 3px #B8D249 inset;
}


#topNav a, #topNav a:link, #topNav a:visited, #topNav a:active{
  text-decoration: none;
  padding-right: 11px;
  padding-left: 11px;
  color: #003300;  
}

#topNav a:hover {
  color: #003399; /* Primary */
  background:none; 
  background-image: url(../siteassist_images/icon_tn_arrow.gif);
  background-position: 3px 50%;
  background-repeat: no-repeat;
}
/************************************************               LEFT       **********************************************************/

#left {
	padding-top: 5px;
	width: 190px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

#sideNav{
	padding-left: 0px;
	margin-left: 0px;
}
#sideNav  a{
	background: #CCCCFF;
	display: block;
	padding: 0.2em;
	border: 3px #9999CC outset;
	text-decoration: none;
	color:#000066;
	font-size: 1.2em;
	padding-top : 5px;
	padding-bottom: 5px;
	padding-left : 10px;
	margin-bottom: 1px;
}

#sideNav a:hover{
	background: #000099;
	color: #FFFFFF;
	border: 3px #9999CC inset;
}

#sideNav {
	list-style-type: none;
	list-style-position: inside;
}

#TAG{	
	padding: 5px 5px 5px 10px;
	background: #CCFF99;
	/*background: #B8D249;*/
	border: 3px #CCFFCC outset;
}

#TAG a{
	color: #003300;
	text-decoration: none;
}

/************************************************               RIGHT        **********************************************************/

#right {
  padding : 5px;
  margin-left: 210px;
  margin-top: 10px;
}

#right h1 {
  /*background-color: #FF374C; /* Accent 2 */
  padding: 10px;
  margin: 0px;
}

#right p {
  color: #353C48; /* Accent 5 */
  margin: 0px 0px 5px 0px;			
}



/**************** Resources Classes *****************************************************************************/
#resources {
	color: #353C48; /* Accent 5 */
	padding: 5px 20px 20px 0px;
	margin: 20px 5px 0px 0px;
	border-top: 1px solid #353C48; /* Accent 5 */
	line-height: 17px;
}

#belowFeatured {
	padding: 0px 50px 10px 10px;
}




/******************************************************************************************************************/

a:link  {
	color: #2170BD; /* Link */
}

a:visited  {
	color: #2170BD; /* Link */
}

li.default{
	color: #222847; /* Text Dark */
}
li.highlight{
	color: #222847; /* Text Dark */
}
li.linked{
	color: #2170BD; /* Link */
}

.subtitle {
	font-size: 1.3em;
	font-weight: bold;
}

#new {
	border-bottom:  3px dotted #FFFF66;
	border-left: 3px dotted #FFFF66;
	padding-left: 10px;
}

#new  h2{
	/*color: #003300;*/
	text-decoration:  1px underline #FFFF66;
	vertical-align : middle;
	/*letter-spacing: 0.5px;*/
}

#new img{

}

#featuredlist{
	margin-left: 25px;
	margin-top: 10px;
	
}

#featuredlist ul{
	margin-top: 0px;
}

.zeromarginul {
  margin-top: 0px;
}


.newmenu {
	/*
	border-left: 1px dotted #FFFF66;
	border-bottom:  1px dotted #FFFFFF;	
	padding-bottom: 3px;
	
  background:none; 
  background-image: url(../siteassist_images/icon_tn_arrow.gif);
  background-position: 10px 20%;
  background-repeat: no-repeat;
  */
}

#mailto {
  float: left;
 }

#address {
  margin-left: 80px;
 }
 
.intend30 {
  margin-left: 30px;
}

.intend10 {
  margin-left: 10px;
}

.italic {
  font-style: italic;
}

.campTitle {
  margin-left: 10px;
  margin-top : 20px;
  margin-bottom : 20px;
}

.campList li{
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.intend20 {
  margin-left: 20px;
}

.intend45 {
  margin-left: 45px;
 }
 
.sidenavtextcolor{
  	color:#000066;
}	
 
.test {
color: #FFFF66;
}

.readmore{
 font-style: italic;
 font-weight: normal;
 font-size: 1em;
 color: black;
 text-decoration: underline black;
}

.error{
  color:  #990000;
  font-weight: bold;
}
 
 
/***********************************   JOIN MEMBER   ******************************************************************************/


#progress{
  padding-top: 5px;
  padding-bottom: 15px;

}

/**********************************  ENTER STUDENT ***********************************************************************************/

#studentSaved{
  padding-bottom: 20px;
}


#noStudent{
  padding-top: 40px;
  font-size: 1.1em;
}


/**********************************  MAKE PAYMENT  ***********************************************************************************/


#makePayment{
  padding: 20px;
  margin-bottom: 10px;
  
  font-size: 1.1em;

}

/**********************************  PAYMENT SUCCESS  ***********************************************************************************/

#thanks{
  padding: 20px;
}
