/*
CSS for Beta College
*/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color:#000000;
  line-height: 100%;
  padding: 0px;
}

#head-container
{
	margin: 0 auto;
	width: 950px;
	height: 150px;
	background-color:#FFFFFF;
	padding: 0px;
}


#call-container
{
 margin:0 auto;
 width: 950px;
 background-color:#fff;
 padding: 0px;
 text-align:center;
 
 }
 
#call-text
{
font-size:large;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
padding-top:5px;
padding-bottom:5px;
color: #ff0066;
}

/*#head-text

{
width: 200px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
float:right;
margin-top: 10px;
margin-right: 10px;
font-weight:bold;

}*/

#content-container
{
	margin: 0 auto;
	width: 950px;
	background: #fff;
	padding: 0px;
	float:none;
}

#section-navigation
{
	float: left;
	width: 150px;
	/*padding: 10px 0;*/
	/*margin: 0 20px; */
	display: inline;
	background-color:#ffffff;
	
}

#content
{
	float: left;
	width: 580px;
	/*margin: 0 0 0 30px; */
	background-color:white;
	display:inline;
}
#form-container

{
float:left;
 width: 220px;
 /*padding: 10px 0;*/
 background-color:#00CCFF;
 display: inline;
 }

p    {
  font-size: small; 
  font-weight: normal;
  margin-left: 10px;
  margin-right: 10px;
  color: #333;
}

#ctext   {
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
 background-color:#00ccff;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-weight:normal;
 font-size: small;
 padding: 0.3em;
} 


#back  {

font-size:small;
font-weight:bold;
margin-left:200px;


}

#li    {
  font-size: small; 
  font-weight: normal;
  margin-left: 10px;
  margin-right: 10px;
  color: #333;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 115%;
}

#address
{
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-style: normal;
	font-weight:bold;
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 700px;
	_margin-left:350px;
}



#navigation-small 
{
  float:left;
  margin-left:10px;
  margin-top: 5px;
  display:inline;
  font-family: Verdana;
  font-size: x-small;
  text-decoration: none;
  text-align: center;
  color: black;
     
}

#navigation {
  font-family: Verdana;
  font-size: small;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  /*margin-top: 10px;*/
       
}

a:link {
  color:blue;
  text-decoration: none;
  padding-right: 10px;
  
}

a:visited {
  color: blue;
  text-decoration: none;
  padding-right: 10px;
 
}

a:active {
  color: blue;
  text-decoration: none;
  padding-right: 10px;
 }




h1   {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  /*padding: 0.3em;*/
  line-height: 105%;
  font-size: large;
  margin-left: 10px;
  color: #9C1533;
  
}

h2   {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  padding: 0.3em;
  font-size: medium;
  font-weight: bold;
  margin-left: 10px;
  color: black;
  
}

h3   {
  font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
  font-size: small;
  color: #9c1533;
  margin-bottom: 0px;
  margin-left: 10px;
  
}

#footer
{
	clear: left;
	background: white;
	text-align: center;
	padding: 20px;
	height: 1%;
}

#ftext   {
  font-size: x-small; 
  font-weight: normal;
  margin-left: 10px;
  margin-right: 10px;
  color: black;
  text-align:center;
}




