body {

    padding-top: 60px;
	font-family: helvetica, verdana, tahoma, arial, sans-serif;
    /* Default font size and line height from Bootstrap 2.0.4 */
    font-size: 13px;
    line-height: 18px;
	



}



a:link,
a:visited,
a:hover { 

	color: #0000FF; 
	font-weight: bold;
    text-decoration: none; 

}





/* Begin Custom NavBar Styles */

.navbar-inner {
  background-color: #445588;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  font-weight: bold;

}


.navbar .nav > li > a {

  color: #FFFFFF;
  font-weight: bold;	

}



.dropdown-menu a {

	font-weight: bold;



}


.dropdown-menu li > a {

    color: #445588;

}



.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {

  color: #FFFFFF;
  text-decoration: none;
  background-color: #445588;
  font-weight: bold;
		

}



/* End Custom NavBar Styles */



header {
	
	text-align: center;

}



h1 {

	text-align: center;
	color: #445588;
	font-size: 27px;
	margin-bottom: 50px; 



}

h2 {

	font-size: 20px;
	margin-bottom: 10px; 



}


h4 {

    font-size: 15px;
	padding-bottom: 30px;

}


.nav-tabs {

          font-size: 15px;

}


/* Begin Content Styles */

.content1 {

          font-size: 15px;
          line-height: 20px; 

}

.content1 p {

          font-size: 15px;
          line-height: 20px;
          margin-top: 10px;
          margin-bottom: 10px;


}

/* End Content Styles */

.contact { /* Style For Contact Page */

	
	padding: 30px;
    background-color: #FFFFEE;
	border: 2px solid #445588;



}



/* Begin Styles For FAQ Page */

.faq { 

	padding: 25px;
    background-color: #FFFFEE;
	border: 2px solid #445588;

}

.q {

	font-size: 20px;
    line-height: 30px;
	font-weight: bold;
    color: #445588;
	margin-bottom: 20px;

}



.a {

	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 45px;



}

/* End Styles For FAQ Page */





/* Begin Custom Form Styles */

form {

	margin-bottom: 90px;
	



}



fieldset {

	padding-top: 15px;

}





legend {

	color: #445588;
	font-weight: bold;
	border-color: #445588;
	border-width: 2px;
	
	
}


label {

	
	font-size: 15px;
	color: #000000;



}



label span {

	color: #EF0000;



}



input[type="text"] {



	padding: 5px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #445588;
	background-color: #FFFFEE;
	



}



select {

	font-weight: bold;
	color: #000000;
	border: 1px solid #445588;
	background-color: #FFFFEE;

}



input[type="button"],
input[type="submit"],
input[type="reset"] {

	margin: 0px 10px 0px 0px;
	color: #FFFFFF;
	border: 1px solid #445588;
	background-color: #445588;
	font-size: 15px;
	font-weight: normal;
	padding: 4px;



}

fieldset p {

     padding: 15px 20px 0px 0px;  

}
 

/* End Custom Form Styles */


hr {

   color: #445588;
   background-color: #445588;
   height: 2px;




}



footer {

	background-color: #FFFFFF;
	color: #445588;
	text-align: center;
	padding: 10px;
	font-size: 17px;
	line-height: 25px;
	border-top: 2px solid #445588;
	margin-top: 40px;
	



}



.copyright {

    margin-top: 10px;
    font-size: 14px;


}



footer a:link,
footer a:visited,
footer a:hover { 

	font-weight: normal; 

}

