body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #540149;
	height:100%;
	background-image: url(images/sasli_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.clearfix {display: inline-block;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#entry_form {
font:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
background-color:#F5FAFF;
width: 470px;
border:2px solid #BFDFFF dashed;
padding: 10px;
margin-top: 30px;
margin-left: 70px;
margin-bottom: 50px;

}

.login_header {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:130%;
font-weight: bold;
color:#052291;
}

.login_hr {
color: #BFDFFF;
border: dashed;
height: 2px

}

.login_forgot {
font-weight: bold;
color:#052291;
}

#site_container {
	font-size: 100%;
	margin: auto;
	width:868px;
	height:100%;
}

#header_menu {
}


#header_menu_left {
	float: left;
	background-image: url(images/nav_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 47px;
	width:20px;
}

#header_menu_center {
	text-align: center;
	padding-top: 14px;
	height: 40px;
	background-image: url(images/nav_bg.png);

}

#header_menu_right {
	float: right;
	background-image: url(images/nav_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 47px;
	width:20px;
}


.main_btns {
	font-size: 75%;
	color: #613D65;
	font-weight: bold;
	text-decoration: none;
}

.main_btns2 {
	font-size: 75%;
	padding: 0px 8px 0px 8px;
	color: #24416C;
	text-decoration: none;
}

.main_btns:visited {
	 text-decoration: none;
}

.main_btns:hover {
	color: #CC3366;
	text-decoration: none;
}



#column_left_container {
	width: 200px;
	float: left;
	margin-bottom: 50px;
}

#nav_container {
	width: 190px;
	margin: 5px 14px 15px 15px;
}

.nav_link_heading {
	color: #4D0050;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#BECFE9;
	text-decoration: none;
	display: block;
	font-size: 80%;
	font-weight: bold;
	padding-left: 13px;
	padding-top:7px;
	padding-bottom: 7px;
}

.nav_link_heading:visited {
	 text-decoration: none;
}

.nav_link_heading_selected:visited {
	 text-decoration: none;
	 color: #ffffff;

}

.nav_link_heading:hover {
	background-color: #4E0150;
	color: #ffffff;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#BECFE9;
}


.nav_link_heading_selected {
	background-color: #4E0150;
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-size:80%;
	font-weight: bold;
	padding-left: 13px;
	padding-top:7px;
	padding-bottom: 7px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color: #BECFE9;
}

.nav_link_heading_selected:hover {
  color: #FFFFFF;
}

.sub_nav_link {
	display: block;
	font-size:80%;
	text-decoration: none;
	background-color: #E8EFF2;
	color: #000000;
	padding-left:13px;
	padding-top:4px;
	padding-bottom: 4px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color: #BECFE9;
}


.sub_nav_link:visited {
  text-decoration: none;
}

#sub_nav_line {

}

.sub_nav_link_selected {
	display: block;
	font-size: 80%;
	text-decoration: none;
	background-color: #FFF0FF;
	padding-left: 13px;
	padding-top:4px;
	padding-bottom: 4px;
	color: #D31145;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color: #BECFE9;
}

.sub_nav_link_selected:visited {
  text-decoration: none;

}
.sub_nav_link:hover {
	color: #4E0150;
	background-color: #FFF0FF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color: #BECFE9;
}

.sub_nav_link_selected:hover {
  color: #D31145;
}


#text_container {
	margin-left: 200px;

}

#text_container a:link { color: #CC3366; text-decoration: underline}
#text_container a:visited {  color: #CC3366; text-decoration: underline}
#text_container a:hover {color: #CC3366; text-decoration: none}
#text_container a:active {color: #CC3366; text-decoration: underline}

#search_link a:link { color: #000000; text-decoration: none}
#search_link a:visited {  color: #000000; text-decoration: none}
#search_link a:hover {color: #000000; text-decoration: underline}
#search_link a:active {color: #000000; text-decoration: none}



fieldset { margin: 1em 0; padding: 1em; border: 1px solid #cccccc; }
label {
	display: block;
	font-size: 14px;
}
input { }
textarea { width: 300px; height: 100px; }

input[type="checkbox"] {
width: 30px;
}

.labeltext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 89%; color: #000000; }
.text2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight: bold;} 

fix for firefox 
input[type="text"], textarea {
border-top: 2px solid #999999;
border-left: 2px solid #999999;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}


/* Styling for header and footer links*/

a.head_foot_link {
  color: #CBC9C9;
  font-size: 11px;
  text-decoration: none;
  margin: 0px 20px 0 0;
}

a.head_foot_link:hover {
  color: #B10101;
}

#site_top_links { 
  height: 18px;
  padding-top: 0px;
}

#top_right_links {
  margin-left: 150px;
}

/* Styling for header and footer links EOF*/



p {
	font-family: Verdana, Arial;
	
}


.page_header {
 font-family: Verdana;
 font-size: 110%;
 color:#609;
 margin: 0;
 padding-top:13px;
 padding-left:25px;
}

#page_content {
font-size:80%;
padding-left:25px;
padding-right:25px;
padding-top:15px;
}

#funders {
 border: 1px dashed #4F7FCC;
 background-color: #ECF2F9;
 padding: 10px 15px 10px 15px;
 width: 90%;
 color: #666666;
 font-size: 75%;
 }
 
/* News Page */

#news {
 background-color: #F1F1F5;
 padding: 0px 0px 0px 0px;
 width: 385px
 }
 
#news_heading {
 font-size :130%;
 color: #000000;
 padding-top: 12px;
 padding-left: 14px;
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif;
 background-color:#DBDBE6;
 width:371px;
 height:30px;
}

#latestnews {
padding-left: 25px;
color:#333333;
font-size: 130%;
font-weight:bold;
font-family:Arial;
}

.news_item {
 border-top: 1px dotted #350036;
 padding: 10px 0px 10px 0px;
}

.news_title {
  font-weight:bold;
  font-size:105%;
  padding-bottom: 5px;
  padding-left:14px;
  
}

.news_title a {
  font-weight:bold;
  font-size:102%;	
  color: #CC3366;
}

.news_title_archive {
  font-weight:bold;
  font-size:105%;
  padding-bottom: 5px;
  
  
}

.news_title_archive a {
  font-weight:bold;
  font-size:102%;	
  color: #CC3366;
}

.news_abstract {
   margin-left: 14px;
   margin-right: 8px;
  }

.news_abstract_indented {
  margin-left: 0px;

}

.news_image {
  width: 80px;
  float: left;
  clear: none;
  padding-right: 10px;
}

.news_date {
color: #666666;
font-size:89%;
padding-top: 8px;
padding-bottom: 5px;
margin-left: 14px;

}

.news_date_indented {
color: #666666;
font-size:80%;
padding-bottom: 2px;
margin-left: 14px;


}

#news_archive {
font-size: 80%;
padding: 20px 80px 20px 30px;
}
/* News Page EOF */

/* Infobox Styles */

.side_box {

}

.side_box_heading {
}

.side_box_content {
}


.side_box_content form {
  width: 180px;
  text-align: center;
}


/* Infobox Styles EOF */

td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.margining {
	margin-bottom: 2px;
}


.heighten {
	height: 100%;
}


/*Styles for My Account Page */
.account_heading {
  font-size: 14px;
  font-weight: bold;
	color: #444;
}

.account_checkbox_row {
  	height:30px;
	margin-bottom: 10px;
	border: 1px dotted #aaa;
}

.account_area_link {
  margin-top: 20px;
  font-weight:bold;
  font-size: 14px;
  color: #8F002B; 
}

/*Styles for My Account Page EOF*/

.warning {
  border: 1px solid #a00;
	background: #ffccff;
	color: #a00;
	padding: 10px;
	margin: 5px 0 5px 0;
	font-weight: bold;
	font-size: 14px;
}

a.simple_button {
  display: block;
  border: 1px solid #aaa;
	padding: 5px;
	text-decoration: none;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
}

a.simple_button:hover {
  background: #aaa;
	border: 1px solid #a0a;
}

/* SCOD Specific Styles */

#header_container {
	height: 53px;
	background-image: url(images/sasli_header.jpg);
	background-repeat: repeat-x;
	width: 868px;
	background-position: bottom;
	}

#header_menu {
	background-image: url(images/sasli_top_bg.jpg);
	background-repeat:repeat-y;
	background-position:top right;
	height: 32px;
	float:right;
	margin-right: 12px;
	text-align: right;
	padding-right: 2px;
	width: 620px;
	padding-top: 6px;
}

#header_logo {
	width:200px;
	text-align:center;
	margin: 5px 0px 10px 13px;
}


#header_search_container {
	
		
}

#header_search_container form {

}

#header_search_container input{
	color:#5C81C4;
	font-size: 70%;
	border-width: 1px;
	display:inline;
}


#keywords_box {
	border: 1px solid #4E0150;
	width: 120px;
	height: 14px;
	font-size: 11px;
	color: #613D65;
}

#header_links_container {
}

#header_links_container img{

}

#header_links_container a {

}

#header_links_container a:visited {
}

#header_links_container a:hover {
}

#breadcrumb_bar {
	font-family: verdana;
	color: #666666;
	font-size: 70%;
	font-weight: normal;
	padding-left: 27px;
	background-position: top left;
	line-height: 2.5em;
	margin-top: 0px;
	margin-bottom: 1px;
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-left: 200px;
	clear: right;
}

#breadcrumb_bar a{
  color: #333333;
  text-decoration: underline;
}

#breadcrumb_corner{

}

#breadcrumb_bar a:hover{
  text-decoration: none;
}


#column_right_container {
	float: right;
	font-size: 80%;
	color: #999999;
	font-family: verdana, arial;
	padding-left: 0px;
	width: 250px;
	padding-bottom: 30px;
	padding-right: 10px;

}



.bullet_link {
padding-bottom: 7px;
list-style-image:url(images/blue_bullet.jpg);
}

#archives {
float:right;
padding-right:20px;
padding-top:2px;
}


#archives a {
display:block;
padding: 1px 2px;
color:#FFFF00;
font-weight:bold;
background-color:#CCCCCC;
font-size: 80%;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}



#archives a:hover {
display:block;
padding: 1px 2px;
color:#FFFF00;
font-weight:bold;
background-color:#4FA7FF;
font-size: 80%;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}



a.sponsor_link {
  display:block;
  color: #006699;
  text-decoration: underline;
}

a.sponsor_link:hover {
  display:block;
  color: #006699;
  text-decoration: none;
}

#main_content_container {
	margin: 0px auto;
	width: 868px;
	background-image: url(images/sasli_contentbg.jpg);

}


#sitemap_container a {
	padding-top: 5px;
	display: block;
	margin-left:50px;
	font-size: 80%;
}


#footer {
	color: #C1A6BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	height: 44px;
	clear: both;
	margin: auto;
	background-image: url(images/sasli_footer.jpg);
	bottom: 0;
	background-position: top;
	background-repeat: no-repeat;
	width: 868px;
}


#footer a {
  text-decoration: underline;
  color: #C1A6BD;  
  }
  
#footer a:visited {
  text-decoration: underline;
  color: #C1A6BD; 
  }
  
#footer a:hover {
  text-decoration: none;
  color: #C1A6BD;  
  }
  

#footer_links {
	text-align: left;
	float: left;
	padding-top: 20px;
	padding-left: 50px;
	height: 44px;

}

#footer_links2 {
	text-align: center;
	float: none;
	padding-top: 18px;
	height: 44px;

}

#footer_links3 {
	text-align: right;
	float: right;
	padding-top: 20px;
	padding-right: 50px;
	height: 44px;

}

    
#news_feed_container {}
#news_feed_container a {text-decoration: none;}
#news_feed_container img {margin-right: 10px;}

.banners_box {
  text-align: center;
  }

/* BDA Specific Styles EOF */

	
h1 {
font-size:110%;
}
