/* CSS Document */

{
padding: 0;
margin: 0;
border: 0;
}

p {font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;}

img
{
border:0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
} 

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
} 

p.private {
color:#993333;
padding-top:0px;
margin-top:0px;
}

hr.line {
 border: 0;
  width: 100%;
 color: #999966;
background-color:#999966;
height: 1px;}

a, a:link {
letter-spacing: .1em;
text-decoration:none;
color:#005399;
}

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

a:hover, a:focus {
color:#FF9900;
text-decoration:underline;
}

a:active {
color:#FF9900;
text-decoration:underline;
}

hr {
	font-style: normal;
}

* {

        margin: 0;

        padding: 0;

}


p {

        padding:10px 0 10px 0;

}



body {

    background: #fff;
	font-size: 76%;

/*	text-align: center;  Used to center in IE */
/*    background: url(/images/welcome.png) 10px 25px no-repeat; */


}



.clear {

       clear:both;

       height:1px;

       display: none;

}

#outer {
padding: 5px 10px 10px 10px;
margin:10px 0 0 100px;
}



/* ------ Header ------ */



#nav a {
font-size:1.3em;

}

#header {

margin-right:10px;
	text-align: right;

}

/* -------Menu --------*/

#menu {
	text-align: left;
}

#text #menu {
    float: left;
    padding: 10px 0px 0px 0px;
    width: 240px;
}

#menu img {
    padding: 5px 5px 5px 0;
    }

#text {
	margin: 0;
	text-align: left;
	width: 950px;
}


/* ------  Main ------ */




#text #main {
    padding: 70px 0 0 0;
	text-align:left;
float: right;
width: 670px;
}

.about {
border-bottom: 1px #B2AB9A dashed;
margin-bottom: 10px;
text-align:left;
}	

#feature   {
padding:0 0 40px;
}

table.featuretable
{
height:300px;
}


/* ------ Footer ------    */





#footer {
	clear: both;
text-align:right;
	padding: 3em 0 0 0;
 margin-top: 3em;
font-size: 0.8em;
margin-right:10px;
}


#footer p {
		/* border-top: 1px solid #B2AB9A; */
}

