
body, td 
{
font-size: 0.8em;
font-family: arial, helvetica, sans-serif; 
color: #696969;
vertical-align: top;
}


h1 
{     
font-size: 1.15em; 
color: #416C00;
text-align: left;
font-weight: bold;
} 


h2 
{     
font-size: 1.15em; 
color: #056FA7;
text-align: left;
font-weight: bold;
} 

/* ------------ LINKS ------------ */

a 
{
color: blue; 
text-decoration:none;
}

a:visited { 
color: blue; 
text-decoration: none;
}

a:hover 
{
text-decoration:underline;
color: #416C00;
}

/* ------------ HR Border ------------ */

hr {
  width: 100%;
  background-color: #D4CCBB;
  height: 1px;
}



/* ------------ TABLE ------------ */

.GridView
{
width:95%;
border-width: 2px;
border-style: solid;
border-color: #DDDDDD;
border-collapse: collapse;
background-color: F0F0F0;
padding:7px;
border-radius: 5px;
}


.GridViewHeader
{
padding: 7px;
background-color: #056FA7;
font-weight: bold;
color: #FFFFFF;
}

.GridViewFooter
{
background-color: #DADADA;
height: 1px;
padding: 0px;
margin: 0px;
}


/* ------------ FORM ------------ */


.FormView 
{
padding: 0px;
width: 95%;
}

.FormView fieldset
{
padding: 20px;
border-width: 2px;
border-style: solid;
border-color: #DDDDDD;
background-color: #F0F0F0;
}

.FormView legend
{
color: #056FA7;
font-weight: bold;
font-size: 1em; 
background-color: #FFFFFF;
border-width: 2px;
border-style: solid;
border-color: #DDDDDD;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 15px;
padding-right: 15px;
margin-left: 25px;
}

#FormView input
{
background: #DDD;
border: 1px solid #444;
}





/* ------------ SLIDER HOME PAGE ------------ */



#slider {
    width: 718px; /* important to be same as image width */
    height: 260px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 718px; /* important to be same as image width or wider */
    height: 260px; /* important to be same as image height */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}

/* 
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 718px;
    background-color: #FFF;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #303030;
    display: none;
}
*/


.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 20px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

ul { 
	list-style:square outside;
	padding: 2px;
	line-height:2em;
}



