html {font-size : 100%;}

body, p {
	font-family: Arial;
	font-size: 12px;
	line-height:140%;
	color: #666666;
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}

#column_right p a {
color:#f59938;
text-decoration: none;
font-weight:bold;
}

#column_right p a:hover {
text-decoration: underline;font-weight:bold;
}

li {
	line-height: 140%;
}

img {
	border: none;
}

/*-----------------------------------------------------------------*/

ul {
	color : #336699;
}

h2 {
	font-size: 13px;
	color: #000000;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

/*-----------------------------------------------------------------*/

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;
}


/*-----------------------------------------------------------------*/

ul.people {
list-style-type:none;
margin:0px;
padding:0px;
}

ul.people a:hover{
color:#aadd5a;
text-decoration:none;
}

p.news a:hover{
color:#aadd5a;
text-decoration:none;
}

ul.sponsorship {
margin:0px;
list-style-type:none;
padding:0px 0px 0px 10px;
border-left: 1px solid #000000;
}

ul.sponsorship li {
line-height:180%;
}

ul.sponsorship a:hover {
color:#85d6e5;
text-decoration:none;
}

#navigation a {
text-decoration:none;
}

#navigation a:hover {
text-decoration:none;
color:#ffffff;
}




#navigation ul {
	padding: 0px;
	margin:0px 0px 0px 6px;
}
#navigation ul li{
	list-style-type: none;
	line-height:120%;
}


#navigation ul li a.menuactive{
color:#ffffff;
}

#navigation_sub ul li a.menuactive{
color:#ffffff;
}


#navigation_sub a {
text-decoration:none;

}

#navigation_sub a:hover {
text-decoration:none;
color:#ffffff;
}

#navigation_sub ul {
	padding: 0px;
	margin:0px 0px 0px 6px;
}
#navigation_sub ul li{
	list-style-type: none;
	line-height:120%;
}

p.black {
color:#000000;
line-height:0%;
padding-bottom:10px;
pading-top:0px;
margin-top:5px;
}


/*-----------------------------------------------------------------*/
.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;
  } 
  
  img.apply_border {
	padding:3px;
	margin: 3px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}


img.apply_border:hover {
	padding:3px;
	margin: 3px;
	background-color: #ffffff;
	border: 1px solid #1c4577;
}

.embed_image_right {
  float:right;
  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_right img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  
/*------------------------------Contact Form-----------------------------------*/

form.contactform {
	font-size: 12px;
	color: #666666;
	font-family: tahoma, Arial, Helvetica, sans-serif; 
	font-weight: normal;
}

fieldset.contactform {
	border: 1px dashed #666666;
}

legend.contactform  {
	color: #213a73;
	font-weight: bold;
	background-color: #ffffff;	
}

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;
}

textarea.contactform  {
	padding: 3px 3px 3px 3px;
} 
  