/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
/*  The default BODY setting  */
/*  first part taken from autoindex css  */
.autoindex_body, html
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #Ffffff;
}
.autoindex_body img
{
	border: none;
}

/*  Table settings  */
.light_row
{
	background-color: #F2F6FC;
	font-size: 13px;
}
.dark_row
{
	background-color: #DADEEE;
	font-size: 13px;
}
.default_td
{
	border: 1px solid #7F8FA9;
	font-size: 13px;
}
.default_th
{
	background-color: #7F8FAD;
	border: 1px solid #000010;
	font-size: 13px;
}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #00008F;
	text-decoration: none;
}
.default_a:link
{
	color: #0000FF;
	text-decoration: none;
}
.default_a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

/*  The style for every button  */
.button
{
	color: #707070;
 	background-color: #F2F6FC;
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 3px 10px 3px 10px;
}

/*  Misc. Styles  */
.paragraph
{
	background: #F2F6FC;
	color: #000020;
	font-size: 13px;
}
.default_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.fixed_width
{
	background: #F2F6FC;
	color: #000020;
	font-family: lucida console, sans-serif;
	font-size: 12px;
}
.black_link
{
	color: #000000;
	text-decoration: none;
}
.small
{
	font-size: 10px;
}

body{
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

p {font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
font-color: #ff0000 ;

}

a{
	color: #0000FF;
	text-decoration: none;
}

a:link{
	color: #0000ff;
	text-decoration: none;
}

a:visited{
	color: #0000ff;
	text-decoration: none;
}

a:hover{
	color: #ff0000;
	text-decoration: underline;
}

h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 120%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#outer{
width: 1024px;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}


#masthead{
	
	width: 1024px;
	background-color: #f0f0e7;
	
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
}
#floater{
	float: right;
	padding: 2px;
	background-color: #FFFFCC;
	/*border: 1px solid #cccccc;*/
	font-family: Arial, Helvetica, sans-serif;
	height: 60px;
	margin-right: 10px;
	margin-top: 10px;
}

#totals{
	padding: 2px;
	background-color: #FFFFCC;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	width: 135px;
		
}
#navBar{
	float: left;
	width: 145px;
	margin: 0px;
	padding: 10px;
	background-color: #f0f0e7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
}

#headlines{
	float:right;
	width: 165px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color:#FFFFFF;
}

#content{
	float: left;
	width: 49em;
	
	background-color:#FFFFFF;
	
  
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;

}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #666666;
}

#globalNav 
td.img {opacity: 0.7;
   filter: alpha(opacity=40); /* For IE8 and earlier */
}

img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	clear: left;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .calendar styles *****************/

.calendar{
	clear: both;
	padding: 5px 0px 0px 5px;
	font-size: 8px;
}

.calendar p{
	padding: 0px 0px 10px 0px;
	font-family: "Comic Sans MS";
	font-size: 9px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #666666;
	padding: 10px 10px 10px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	color: #006600;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
    font-size: 60%;
}

#sectionLinks a:hover{
	background-color: #f800f8;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.linktextsize {
	font-size: 12px;
	border-bottom: 1px solid #cccccc;
	line-height: 24px;
}
.calendartextsize {
	font-size: 7pt;
	
}

.style1 {font-weight: normal}
.style6 {color: #FF0000}

/*  sample style for every button  */
.button
{
	color: #707070;
 	background-color: #F2F6FC;
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 3px 10px 3px 10px;
}

/*  The rc_style4 style for button  */
.button1
{no-repeat top left; width: 120px; height: 32px; line-height: 16px; font-size: 10px; margin: 0 auto 10px auto; padding: 0px; font-weight: bold; border: 1px solid #0000ff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; behavior: url(border-radius.htc);  background-color: #f0f0e7;}

.button1:hover {background-color:#ffffcc;}

.button1b
{no-repeat top left; width: 120px; height: 32px; line-height: 16px; font-size: 10px; margin: 0 auto 10px auto; padding: 0px; font-weight: bold; border: 1px solid #0000ff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; behavior: url(border-radius.htc);  background-color: #ccffff;}

.button1b:hover {background-color:#ffff08;}



.button2
{no-repeat top left; width: 120px; height: 25px; line-height: 18px; margin: 0 auto 5px auto; padding: 0px; font-weight: bold; border: 0px solid #0000ff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; behavior: url(border-radius.htc); background-image:url(buttons/button2up.png); background: transparent url(ashera.jpg); background-image:url(buttons/button2up.png); background-color: #F2F6FC;}

.button2:hover {background-image:url(buttons/button2over.png);}

.buttonx
{no-repeat top left; width: 64px; height: 12px; margin: 0 auto 5px auto; padding: 0px; font-weight: bold; border: 1px solid #0000ff; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; behavior: url(border-radius.htc); background-image:url(buttons/button2up.png);background: transparent url(ashera.jpg); background-color: #F2F6FC;}

 Rounded Corner Style Defs 
<style type="text/css">

.rc_style4 {no-repeat top left; width: 98px; height: 120px; margin: 0 auto 35px auto; padding: 5px; font-weight: bold; border: 1px solid #cccccc; -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; behavior: url(border-radius.htc); background: transparent url(ashera.jpg);}

.rc_style5 {no-repeat top left; width: 135px; margin: 10px auto 10px auto; padding: 5px; font-weight: normal;  font-size: 9px; border: 2px solid #cccccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; behavior: url(border-radius.htc); background: #ffffff;}

.rc_style5wide {no-repeat top left; width: 98%; margin: 0px 0px 0px 0px; padding: 5px; font-weight: normal;  font-size: 9px; border: 2px solid #cccccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; behavior: url(border-radius.htc); background: #ffffff;}
  
.rc_style6 {no-repeat top left; width: 145px; margin: 0 auto 10px auto; padding: 0px; font-weight: normal; font-size: 10px; border: 1px solid #cccccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px / 8px; behavior: url(border-radius.htc); background: #f0f0e7;}

.rc_style6wide {no-repeat top left; width: 95%; margin: 10px auto 10px auto; padding: 0px; font-weight: normal; font-size: 10px; border: 1px solid #cccccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px / 8px; behavior: url(border-radius.htc); background: #f0f0e7;}

.rc_style6w {no-repeat top left; width: 145px; margin: 0 auto 10px auto; padding: 0px; font-weight: normal; font-size: 10px; border: 1px solid #cccccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px / 8px; behavior: url(border-radius.htc); background: #ffffff;}

.rc_style7 {no-repeat top left; width: 100%; height: 20px; margin: 0 auto 5px auto; padding: 0px; font-weight: normal; line-height: 20px; font-size: 12px; border: 0px solid #cccccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; behavior: url(border-radius.htc); background: #b8c1d3;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}

.rc_style7w {no-repeat top left; width: 100%; height: 20px; margin: 0 auto 5px auto; padding: 0px; font-weight: normal; line-height: 20px; font-size: 12px; border: 0px solid #cccccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; behavior: url(border-radius.htc); background: #ffffff;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}




</style>
