/* CSS Document */
/********************************/
/* Sandy's Web Site version 2.0 */
/*           12/21/06           */
/********************************/

body,
html {
	margin:10px;
    padding:0;
    background:#BFA580;
    color:#000;
    }
body {
    min-width:750px;
    }
#outerborder {
	width:826px;
	/* height:660px; */
    margin:0 auto;
	/* border: none; */
	border: solid thin #BFA580;
	background-color:#BFA580;
	/* z-index:1; */
}	
#wrap {
    background:#BFA580;
	margin-top:8px;
	margin-left:8px;
    width:778px;
	/* height:625px; */
    }
#main {
    background:#D9BE8F;
    float:left;
	clear:both;
    width:108px;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-top: solid 3px #fff;
	padding: 0px;
	/* height:589px; */
	text-align:center;
    }
#footer {
    background:#cc9;
    clear:both;
    }
#footer p {
    padding:5px;
    margin:0;
    }	
#sidebar {
    background:#D9BE8F;
    float:right;
    width:776px;
	/* height:589px; */
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-top: solid 3px #fff;
    }
#sidebar h3, #sidebar p {
    padding:0 10px 0 0;
    }	
#sidebar ul {
    margin-bottom:0;
    }			
iframe { border: none; }

/* Tabs */
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float:left;
	text-align:center;	
}

#nav li {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	float: left;
	border: 1px solid #DFD2BF;
	border-bottom-width: 0;
	border-top-width:3px;
	margin: 0;
	line-height:12px;
	margin-right:8px;
	background-color:#D9BE8F;
}

#nav a {
	text-decoration: none;
	display: block;
	background: #C8AC84;
	padding:0.24em 0.5em;
	color: #DFC69D;
	text-align: center;
	line-height:12px;
}
#nav a:hover {
	color: #fff;
}

#nav #selected {
	border-color: #fff;	
}

#nav #selected a {
	position: relative;
	top: 3px;
	background-color: #D9BE8F;
	color: white;
}
#shell {
	background:url(../images/shell.gif) bottom right no-repeat;
	width:808px;
	height:101px;
    margin:0 auto;
	z-index:450;
	position: relative;
	margin-top: -110px;
}

.sandy {
	color:white;
	font: 24px normal Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	float:right;
	margin-top:0px;
}

#main ul {
	list-style-type:none;
	text-align: left;
	font: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-variant:small-caps;
	color: #563B16;	
	padding-left: 20px;
	width: 180px;
}

#main ul li {
	margin-bottom: 5px;
	/* display: block; */
	background-color: #BFA580;
	padding: 3px 0 3px 5px;
}

#main ul a, #main ul a:active, #main ul a:visited { color: #563B16; text-decoration:none; }
#main ul a:hover { color: #fff; }

#main ul li ul {
	font-size: 15px;
	font-variant:normal;
	padding-left: 16px;
	padding-bottom: 5px;
	padding-top: 10px;
	background-color: #D9BE8F;
	width: 155px;
	margin-top: 5px;		
}

#main ul li ul li {
	padding-bottom: 0px;
	background-color: #D9BE8F;	
	padding: 0px;
}

#textcontent {
	/* border: 1px solid white; */
	margin: 25px 0 25px 25px;
	width: 465px;
	/* height: 535px; */
	padding: 0 0 0 0;
}
#about {
	margin: 0px;
	padding: 20px;
}
#about p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#about h1 {
	color:white;
	font: 24px normal Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	text-align:center;
}

.floatLeft {
	clear: both;
	float: left;
	margin-right: 20px;
}

/* STYLES FOR DB INTERFACE */

#block p {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
}

#block ul {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	list-style-image:url(images/bullet.gif);
}

#block ul li {
	padding-top: 5px;
	list-style-position:inside;
	line-height: 9px;
	height:15px;
}

#block dl {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	list-style-image:url(images/bullet.gif);
}

#block dl dt {
	padding-top: 3px;
	padding-bottom: 2px;
}

#block dl dd {
	font-size: 14px;
}

#block h1 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	/* color: #005340; GREEN */ 
	color:#866749;
}

.tablelt {
	background:#C8AC85;
	text-align : left;
	font-weight : normal;
	font-size : 14px;
	font-family : sans-serif;		
}

.tabledk {
	background:#BFA580;
	text-align : left;
	font-weight : normal;
	font-size : 14px;
	font-family : sans-serif;
}

.tableheader {
	background:#A8825E;
	text-align : left;
	font-weight : bold;
	font-size : 14px;
	font-family : sans-serif;
	color : #fff;
}

.tableheader a {
	color: #fff;
}
 
td .aster, td .wrong {
	color: #f00;
	font-weight:bold;
}

.errmsg {
	font-size: small;
	color: #f00;
	width: 350px;
}

