/*  THIS CSS WAS CREATED BY ROBERT C SMTIH FOR CISW304  */

body {
background-image:url(http://cis.scc.losrios.edu/~cisw304a_stu016/project/images/background.gif);
background-repeat:repeat-x;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color: #564b47;
margin:0px;
text-align:center;
}

a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
color: #d3e0dc;
font-size: 11px;
background-color: #576661;
border-top:1px solid #2c3737;
border-bottom:1px solid #2c3737;
padding:5px 15px;
margin:0px;
}

h2 {
font-family: Georgia,"Times New Roman",serif;
font-size: 20px;
font-weight: normal;
padding: 5px 10px;
margin: 0px;
}

hr {
margin: 10px 10px 0px 10px;
height: 1px;
}


/* ----------Container to center the layout-------- */
#container {
text-align:left;
width: 850px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for rotating image-------------- */
#banner {
text-align: left;
padding: 0px;
margin: 0px; 
}

#banner img {
padding:0px 0px;
margin: 0px 0px -2px 0px;
} 

/* ----------inner banner-------------- */
#innerbanner {
text-align: left;
padding: 00px 0px 0px 0px;
margin: 0px 0px 0px 0px;
vertical-align:bottom;
}

#name {
color:#dfecd6;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:36px;
padding:20px 0px 0px 10px;
margin: 0px;
float:left;
} 

#time {
color:#dfecd6;
text-align:right;
padding:0px 0px 0px 0px;
margin: 42px 0px 0px 0px;
float:right;
} 

/* ----------outer and inner----------------- */

#outer{ 
border-left: solid 200px #d3e0dc;   /* color of the left column  */ 
border-right: solid 200px #d3e0dc;  /* color of the right column  */ 
background-color: #ffffff;          /* color of the content column */
} 

#inner{margin:0; width:100%; }      /* The ie/pc pecularity */ 

/* --------------left and right columns------------- */
#left {
width:200px; 
float:left; 
position:relative; 
margin-left:-200px; 
margin-right:0px;
}

#right {
width:200px; 
float:right; 
position:relative; 
margin-right:-200px; 
margin-left:1px;
}

/* -----------------content--------------------- */ 
#content{ 
position: relative; 
margin: 0px; 
}

#right p {
padding: 5px 10px;
font-size: 10px;
line-height:14px;
text-align: left;
margin: 0px 0px 1em 0px;
}

#right ul {
list-style:square;
margin: 0px 10px 0px 30px;
padding: 0px;
font-size:10px;
}

#content p {
padding: 5px 10px;
text-align: left;
line-height: 1.8em;
margin: 0px; 
}

td {
font-size:10px;
}

/*  ----------------Footer---------------------- */ 
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: center; 
} 

/*  ----------------Menu------------------- */ 
#menu ul {
list-style: none;
margin: 0px;
padding: 0px;
font-size:12px;
font-weight:bold;
}
	
#menu {
width: 200px;
border-style: solid none none none;
border-color: #94AA74;
border-width: 1px;
margin: 0px; 
}
	
#menu li a {
height: 32px;
text-decoration: none;
voice-family: "\"}\""; 
voice-family: inherit;
height: 24px;
text-decoration: none;
}	
	
#menu li a:link, #menu li a:visited {
color: #576661;
display: block;
background: url(http://cis.scc.losrios.edu/~cisw304a_stu016/project/images/menu.gif);
padding: 8px 0 0 10px;
}
	
#menu li a:hover {
color: #26370A;
background: url(http://cis.scc.losrios.edu/~cisw304a_stu016/project/images/menu.gif) 0 -32px;
padding: 8px 0 0 10px;
}
	
#menu li a:active {
color: #26370A;
background: url(http://cis.scc.losrios.edu/~cisw304a_stu016/project/images/menu.gif) 0 -64px;
padding: 8px 0 0 10px;
}