html {font-size : 100%;}

body {
	font-style : normal;
	font-weight : normal;
	font-size : 70.5%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}



p {
	line-height: 160%;
}

p strong  {
	color: #002e5f;
}

p a strong  {
	color: #3a9bcd;
	text-decoration: none;
}


img {
	border: none;
}

h1 {
	font-size: 200%;
	font-family: trebuchet ms, arial;
	font-weight: bold;
	color: #002e5f;
	font-style: normal;
}

h2 {
	font-family: trebuchet ms, arial;
	font-size: 120%;
	font-weight : bold;
	color:#002e5f;
	font-style: normal;
}

h3 {
	font-family: trebuchet ms, arial;
	font-size: 110%;
	font-weight : bold;
	color:#002e5f;
	font-style: normal;
}


/*-----------------------------------------------------------------*/

ul {
	color : #336699;
}


#latestnews ul {
	color : #666666;
}

#latestnews ul li {
	padding: 2px 0px 2px 0px;
}


#latestnews p  {
	color: #002e5f;
}


/*-----------------------------------------------------------------*/

hr {
	border-top: 1px solid #336699;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 100%;
	text-align: left;
}


/*-----------------------------------------------------------------*/

a {
	text-decoration: underline;
	color: #3a9bcd;
}

a:hover {
	text-decoration: none;
}

.location {
	color: #003366;
}

.embed_image {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 8px 0 10px !important;
  margin: 10px 0 0 5px;
}

.embed_image img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  
  
  
 /*------------------------------Registration Form-----------------------------------*/

form.regform {
	font-size: 11px;
	color: #ffffff;
	font-family: tahoma, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	margin:0px;
	padding: 0px;
}

fieldset.regform {
	border: 0px dashed #666666;
}

legend.regform  {
	color: #5fadd5;
	font-weight: bold;
	background-color: #5fadd5;	
}

label.regform  {
	color: #ffffff;
	font-weight: normal;
}

input.regform , select.regform , textarea.regform  {
	font-family: tahoma, Arial, Helvetica, sans-serif; 
	font-size : 100%;
	color: #666666;;
	text-decoration: none;
	border: 1px solid #748da6;
	padding: 2px 2px 2px 2px;
}



input.regform_submit {

border: none;
}

textarea.regform  {
	padding: 3px 3px 3px 3px;
}  

 /*------------------------------Contact Form-----------------------------------*/

form.contactform {
	font-size: 11px;
	color: #666666;
	font-family: tahoma, Arial, Helvetica, sans-serif; 
	font-weight: normal;
}

fieldset.contactform {
	border: 1px dashed #666666;
}

legend.contactform  {
	color: #4f90bb;
	font-weight: bold;
	background-color: #ffffff;	
}

label.contactform  {
	color: #666666;
	font-weight: normal;
}

input.contactform , select.contactform , textarea.contactform  {
	font-family: tahoma, Arial, Helvetica, sans-serif; 
	font-size : 100%;
	color: #666666;;
	text-decoration: none;
	border: 1px solid #748da6;
	padding: 2px 2px 2px 2px;
}



input.contactform_submit {
	background-color: #e0dddd;
	border: 1px solid #b0e0f9;
	color: #2277a2;
}

textarea.contactform  {
	padding: 3px 3px 3px 3px;
}  