@import "master.css";

/* STANDARD CSS STUFF */
body {
	margin:0px;
	padding:20px;
	background-color: #FFFBF0;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em; 
}

a{ font-weight:bold; color:#0000CC;}

form{margin:0px; padding:0px;}

input {border:2px solid white; background-color:#0000FF; color:#8CFFFF }

#page{width:760px; height:1%; margin:1em auto; margin-top:0px; margin-bottom:0px;color:#0000CC; background-image:url(../images/bgnd.gif); background-repeat:repeat-y; position:relative}
#page888{width:760px; height:1%; margin:1em auto; margin-top:0px; margin-bottom:0px;color:#0000CC; }


#header{width:760px; height:100px; background-image:url(../images/header.gif);}
#header888{width:760px; height:100px; background-image:url(../images/header.gif);}
#header h1, #header h2{display:none;}
#header888 h1, #header888 h2{display:none;}

#menu{width:163px;float:left; height:1%;}

#menu ul{ list-style:none; margin:0px; padding:26px 17px 0px 15px;}
#menu li{background-color:#0000CC; margin-bottom:5px; height:20px; padding-top:5px;}

#menu li a{text-decoration:none;  font-size:0.7em; font-style:italic; padding-left:10px; font-weight:normal; display:block; color:white;}

#menu li a:hover{font-weight:normal; padding-top:1px;}

#menu li a.sel{font-weight:bold; padding-top:1px;}

#menu li a.sel:hover{font-weight:bold; padding-top:1px;}



#content{width:550px; height:1%; padding:20px; float:left; font-size:0.9em;}
#content888{width:720px; height:1%; padding:20px; float:left; font-size:0.9em;}

#footer{clear:both;  height:20px; background-color:#0000CC; padding-left:163px; text-align:center;}

#footer a{color:white; font-size:0.7em;}

h1{font-weight:bold; font-size: 1.2em; padding:0px; margin:0px;}

h2{font-size:1em;}

.row{clear:both;}

label{float:left; width:100px;}

.error{color:red; padding:5px; border:2px solid red; background-color:pink; font-weight:bold;}

.clip{border:2px solid #0000CC; margin-bottom:5px; padding:10px;}

.clip888{border:2px solid #0000CC; margin-bottom:5px;padding-right: 0px;padding:10px;padding-bottom: 75px}



.clip888text{padding: 10px;}

.clip .title{font-weight:bold;}

.clip .date{float:right;}



strong{color:#0000CC}